Release - v4.8.0
Release Notes
There were quite a few updates in this release so I decided to make it a new minor release.
Enhancements
- Added a
roll
command which does the same as thedice
command - Added a
kg2lbs
andlbs2kg
conversion commands. You can convert to or from kilograms and US pounds - Added a new
median
command. This will provide the median value of the stack items. For an odd number of items, it will simply return the middle value. For an even number, it will return the average of the two values in the center of the sorted list - Added a
sort
command. Sort the stack in either an ascending or descending order - Updated the UserGuide to document these two new commands
- Created automated unit tests for these changes and enhanced several other tests
Issues Resolved
- Resolved bug with import. Should be working correctly now. Previously it would import but not display.
Maintenance
- Updated the Screenshots. Needed to make it two now as the help is getting fairly long and the SNAP store is angry...
- Updated the README.md to reflect these changes
- Updated the UserGuide to reflect the new ScreenShots