Releases: stac-utils/stac-terminal
Releases · stac-utils/stac-terminal
v0.2.0rc4
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
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_coloroptions added to control color of histograms and plotsgridoption added to add x/y grid to histograms and plotsfillxkeyword 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. (calendarwas already a module)
Removed
- Python 3.7 and 3.8 support