Releases: red-data-tools/YouPlot
Releases · red-data-tools/YouPlot
v0.4.6
- Fix a missing link by @TO226 in #37
- Added Guix installation by @gemmaro in #40
- Add examples that work offline to the README by @kojix2 in #42
- readme: fix typo for "-o" option by @muxator in #47
- Fix typo: baplot -> barplot by @szarnyasg in #50
- docs: add nix command to installation by @thenbe in #51
Full Changelog: v0.4.5...v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
- Added --reverse option to count - kojix2@4651c69
- Make tests pass in Ruby 2.4 and 2.5
- Youplot v0.4.0 - The gemspec specified Ruby version as Ruby 2.4 or higher, but it actually does not work properly with Ruby 2.4.
v0.4.0
- Fix monochrome and color-output options (kojix2@6edd666)
- Some module names and nesting hierarchies have been changed. Therefore, there is no change in the behavior, but the internal APIs may not be compatible.
- Improved count command.
- Use enumerable-statistics's value_counts when tally is not available (Ruby 2.6).
- count: if the values are the same, sort by name (kojix2@977d3be)