|
4 | 4 |
|
5 | 5 | ### Added |
6 | 6 |
|
| 7 | +### Removed |
| 8 | + |
| 9 | +### Changed |
| 10 | + |
| 11 | +### Deprecated |
| 12 | + |
| 13 | +## [v1.0.0-rc.3] |
| 14 | + |
| 15 | +### Added |
| 16 | + |
| 17 | +- (Experimental) support for Python 3.10 ([#473](https://github.com/stac-utils/pystac/pull/473)) |
| 18 | +- `LabelTask` enum in `pystac.extensions.label` with recommended values for |
| 19 | + `"label:tasks"` field ([#484](https://github.com/stac-utils/pystac/pull/484)) |
| 20 | +- `LabelMethod` enum in `pystac.extensions.label` with recommended values for |
| 21 | + `"label:methods"` field ([#484](https://github.com/stac-utils/pystac/pull/484)) |
| 22 | +- Label Extension summaries ([#484](https://github.com/stac-utils/pystac/pull/484)) |
| 23 | +- Timestamps Extension summaries ([#513](https://github.com/stac-utils/pystac/pull/513)) |
| 24 | +- Define equality and `__repr__` of `RangeSummary` instances based on `to_dict` |
| 25 | + representation ([#513](https://github.com/stac-utils/pystac/pull/513)) |
| 26 | +- Sat Extension summaries ([#509](https://github.com/stac-utils/pystac/pull/509)) |
| 27 | +- `Catalog.get_collections` for getting all child |
| 28 | + `Collections` for a catalog, and `Catalog.get_all_collections` for recursively getting |
| 29 | + all child `Collections` for a catalog and its children ([#511](https://github.com/stac-utils/pystac/pull/)) |
| 30 | + |
7 | 31 | ### Changed |
8 | 32 |
|
| 33 | +- Renamed `Asset.properties` -> `Asset.extra_fields` and `Link.properties` -> |
| 34 | + `Link.extra_fields` for consistency with other STAC objects |
| 35 | + ([#510](https://github.com/stac-utils/pystac/pull/510)) |
| 36 | + |
9 | 37 | ### Fixed |
10 | 38 |
|
| 39 | +- Bug in `pystac.serialization.identify_stac_object_type` where invalid objects with |
| 40 | + `stac_version == 1.0.0` were incorrectly identified as Catalogs |
| 41 | + ([#487](https://github.com/stac-utils/pystac/pull/487)) |
| 42 | +- `Link` constructor classes (e.g. `Link.from_dict`, `Link.canonical`, etc.) now return |
| 43 | + the calling class instead of always returning the `Link` class |
| 44 | + ([#512](https://github.com/stac-utils/pystac/pull/512)) |
| 45 | +- Sat extension now includes all fields defined in v1.0.0 |
| 46 | + ([#509](https://github.com/stac-utils/pystac/pull/509)) |
| 47 | + |
11 | 48 | ### Removed |
12 | 49 |
|
13 | | -### Deprecated |
| 50 | +- `STAC_IO` class in favor of `StacIO`. This was deprecated in v1.0.0-beta.1 and has |
| 51 | + been removed in this release. ([#490](https://github.com/stac-utils/pystac/pull/490)) |
| 52 | +- Support for Python 3.6 ([#500](https://github.com/stac-utils/pystac/pull/500)) |
14 | 53 |
|
15 | 54 | ## [v1.0.0-rc.2] |
16 | 55 |
|
|
131 | 170 | - Removed `LinkMixin`, and implemented those methods on `STACObject` directly. STACObject was the only class using LinkMixin and this should not effect users ([#309](https://github.com/stac-utils/pystac/pull/309) |
132 | 171 | - Removed `single-file-stac` extension; this extension is being removed in favor of ItemCollection usage ([#309](https://github.com/stac-utils/pystac/pull/309) |
133 | 172 |
|
134 | | -# Deprecated |
| 173 | +### Deprecated |
135 | 174 |
|
136 | 175 | - Deprecated `STAC_IO` in favor of new `StacIO` class. `STAC_IO` will be removed in |
137 | 176 | v1.0.0. ([#309](https://github.com/stac-utils/pystac/pull/309)) |
@@ -397,7 +436,8 @@ use `Band.create` |
397 | 436 |
|
398 | 437 | Initial release. |
399 | 438 |
|
400 | | -[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..main> |
| 439 | +[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.3..main> |
| 440 | +[v1.0.0-rc.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..v1.0.0-rc.3> |
401 | 441 | [v1.0.0-rc.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..v1.0.0-rc.2> |
402 | 442 | [v1.0.0-rc.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..v1.0.0-rc.1> |
403 | 443 | [v1.0.0-beta.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..v1.0.0-beta.3> |
|
0 commit comments