Skip to content

Releases: stac-utils/stac-terminal

v0.2.0rc4

31 Oct 22:46
Compare
Choose a tag to compare
v0.2.0rc4 Pre-release
Pre-release

What's changed

Full changelog: v0.2.0rc3...v0.2.0rc4

Fixed

  • Histograms would not draw due to removed plot.clp() method

Removed

  • Support for passing input item collection as command argument: input is now always via stdin, use file redirection instead

0.2.0rc3

31 Oct 19:35
Compare
Choose a tag to compare
0.2.0rc3 Pre-release
Pre-release

What's changed

Full changelog: v0.1.0...v0.2.0rc3

Added

  • Support for python 3.10, 3.11, and 3.12
  • Date fields (datetime, created, updated) can now be used in histograms and plots (on x-axis)
  • Derived date fields added to Item fields (date, year, year-month) for use in histograms and plots
  • marker keyword added to plot for changing plot symbol
  • color, background_color, axes_color options added to control color of histograms and plots
  • grid option added to add x/y grid to histograms and plots
  • fillx keyword added to plot to fill in region between data and x-axis

Changed

  • Bump all dependency versions to latest
  • Switch to pyproject.toml and other project modernizations
  • Updated plotext version
  • Separated out CLI functionality into new modules: histogram, plot, table. (calendar was already a module)

Removed

  • Python 3.7 and 3.8 support

0.1.0

16 Apr 22:54
Compare
Choose a tag to compare

Initial release