You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.6
- Fixed warnings and test errors
- Various bug fixes
- Added #min, #max, and #minmax to Path
- Stopped using mathn
- Switched to Github Actions for testing
- Added ruby v3.x to the test matrix
- Dropped ruby v2.x from the test matrix (because it is EOL)
Version 6.5
- Added #push, #pop, #shift, and #unshift to the Point family
- Added a convenience method for creating translations
- Added min, max, and minmax to the Point family and Annulus
- Added #intercept to all of the Line subclasses
Version 6.2
- Added min, max, and minmax methods to Polyline, Square, and CenteredSquare
- Improved closing of Polylines
- Added a translate command to Transformation
- Tweaks to support non-Numeric values (i.e. the Units gem)