Skip to content

Releases: red-data-tools/YouPlot

v0.4.6

20 Jul 06:50
Compare
Choose a tag to compare

Full Changelog: v0.4.5...v0.4.6

v0.4.5

09 Jan 11:41
Compare
Choose a tag to compare

Improved support for configuration files

v0.4.4

02 Aug 08:10
Compare
Choose a tag to compare

Introduce configuration file (experimental)

v0.4.3

19 Nov 05:25
Compare
Choose a tag to compare
  • Show a error message when linecolor is specified as a number. aa13ecc
  • Removed -x and -y options
    • The -x and -y options stood for --xlabel and --ylabel.
    • These options might be used to specify the series (columns) in the future.
  • Improved README.
  • Remove add_development_dependency from gemspec.

v0.4.2

10 Jun 02:53
Compare
Choose a tag to compare
  • Red Data Tools
    • YouPlot become a official project of Red Data Tools. 🎉
  • Fix a bug about xlim and ylim. See #18.

v0.4.1

03 Jun 02:14
Compare
Choose a tag to compare
  • 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

30 May 14:15
Compare
Choose a tag to compare
  • 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)

v0.3.5

28 May 03:12
Compare
Choose a tag to compare
  • Add logo created by sampo grafikka
  • Add color-output and monochrome options
  • Fix xscale option
  • Add tests

v0.3.4

20 Jan 15:10
Compare
Choose a tag to compare
  • Fix canvas option.
  • Fix xlim, ylim options.
  • Add grid option.
  • Improved help messages.
  • Hide the cursor in progressive mode
  • ❗ -p option changes the meaning from padding to progress
  • Add tests

v0.3.2

17 Dec 03:47
Compare
Choose a tag to compare
  • Improved README

    • New examples and new screenshots
    • Documentation
  • Change the default value of the command line option -o from stderr to stdout

  • Use struct options instead of a separate instance variables

  • Add test for colors command