Releases: ObjectProfile/NumericScales
Releases · ObjectProfile/NumericScales
Updates
Version 1.1
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
v0.9 Rollback for issue https://github.com/pharo-project/pharo/issues/7370…