|
1 | 1 | # Changelog
|
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
5 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
6 | 7 |
|
7 | 8 | ## [Unreleased]
|
8 | 9 |
|
| 10 | +## [v0.2.0-rc.2] - 2023-10-31 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Support for python 3.10, 3.11, and 3.12 |
| 15 | + |
| 16 | +### Changed |
| 17 | + |
| 18 | +- Bump all dependency versions to latest |
| 19 | +- Switch to pyproject.toml and other project modernizations |
| 20 | + |
| 21 | +### Removed |
| 22 | + |
| 23 | +- Python 3.7 and 3.8 support |
| 24 | + |
9 | 25 | ## [v0.2.0-rc.1] - 2021-08-13
|
10 | 26 |
|
11 | 27 | ### Added
|
12 |
| -- Date fields (`datetime`, `created`, `updated`) can now be used in histograms and plots (on x-axis) |
13 |
| -- Derived date fields added to Item fields (`date`, `year`, `year-month`) for use in histograms and plots |
| 28 | + |
| 29 | +- Date fields (`datetime`, `created`, `updated`) can now be used in histograms |
| 30 | + and plots (on x-axis) |
| 31 | +- Derived date fields added to Item fields (`date`, `year`, `year-month`) for |
| 32 | + use in histograms and plots |
14 | 33 | - marker keyword added to plot for changing plot symbol
|
15 |
| -- `color`, `background_color`, `axes_color` options added to control color of histograms and plots |
| 34 | +- `color`, `background_color`, `axes_color` options added to control color of |
| 35 | + histograms and plots |
16 | 36 | - `grid` option added to add x/y grid to histograms and plots
|
17 | 37 | - fillx keyword added to plot to fill in region between data and x-axis
|
18 | 38 |
|
19 | 39 | ### Changed
|
| 40 | + |
20 | 41 | - Updated plotext version
|
21 |
| -- Separated out CLI functionality into new modules: `histogram`, `plot`, `table`. (`calendar` was already a module) |
| 42 | +- Separated out CLI functionality into new modules: `histogram`, `plot`, |
| 43 | + `table`. (`calendar` was already a module) |
22 | 44 |
|
23 | 45 | ## [v0.1.0] - 2021-04-16
|
24 | 46 |
|
25 | 47 | Initial release.
|
26 | 48 |
|
27 |
| -[Unreleased]: <https://github.com/stac-utils/stac-terminal/compare/v0.2.0-rc.1...main> |
| 49 | +[Unreleased]: <https://github.com/stac-utils/stac-terminal/compare/v0.2.0-rc.2...main> |
| 50 | +[v0.2.0-rc.2]: <https://github.com/stac-utils/stac-terminal/compare/v0.2.0-rc.1...v0.2.0-rc.2> |
28 | 51 | [v0.2.0-rc.1]: <https://github.com/stac-utils/stac-terminal/compare/v0.1.0...v0.2.0-rc.1>
|
29 | 52 | [v0.1.0]: <https://github.com/stac-utils/stac-terminal/tree/v0.1.0>
|
0 commit comments