Skip to content

Releases: ObjectProfile/NumericScales

Updates

12 Jun 11:59
Compare
Choose a tag to compare
  • Added CI
  • Added NSDomainAndRangeTest
  • Added new tests NSLogScaleTest and ticks
  • Moved nice labels for numeric scales used in charts

Version 1.1

27 Mar 13:24
Compare
Choose a tag to compare

First release of numeric scales, preparing for roassal3 v1.0,
This version works with roassal3 versions <= v1.0
This release contains:

  • Linear scales
  • Power scales
  • logarithm scales
  • scales between different object domains like: numbers or points.
  • scales between different object range like: numbers, points or colors.
  • scales with 2 control points, the start value and end value.
  • scales with multiple control points.
  • ordinal scales for multiple values.
  • Color palette scales based on ordinal scales.
  • scale method to convert an object from the domain into a range object (from domain to range)
  • invert method to convert an object from the range into a domain object (from range to domain)
  • clamp flag to limit or not scales.

first public release

06 Oct 01:30
Compare
Choose a tag to compare
v0.9

Rollback for issue https://github.com/pharo-project/pharo/issues/7370…