Skip to content

Commit 859f4bb

Browse files
committed
chore: update changelog
1 parent bf82768 commit 859f4bb

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Fixed
1212

13+
- Dependency resolution when installing `requirements-dev.txt` ([#897](https://github.com/stac-utils/pystac/pull/897))
14+
1315
## [v1.6.1]
1416

1517
### Fixed
@@ -135,13 +137,14 @@
135137
## [v1.1.0]
136138

137139
### Added
140+
138141
- Include type information during packaging for use with e.g. `mypy` ([#579](https://github.com/stac-utils/pystac/pull/579))
139142
- Optional `dest_href` argument to `Catalog.save` to allow saving `Catalog` instances to
140143
locations other than their `self` href ([#565](https://github.com/stac-utils/pystac/pull/565))
141144

142145
### Changed
143146

144-
- Pin the rustc version in Continuous Integration to work around https://github.com/rust-lang/cargo/pull/9727 ([#581](https://github.com/stac-utils/pystac/pull/581))
147+
- Pin the rustc version in Continuous Integration to work around <https://github.com/rust-lang/cargo/pull/9727> ([#581](https://github.com/stac-utils/pystac/pull/581))
145148

146149
## [v1.0.1]
147150

@@ -193,9 +196,9 @@
193196
### Added
194197

195198
- (Experimental) support for Python 3.10 ([#473](https://github.com/stac-utils/pystac/pull/473))
196-
- `LabelTask` enum in `pystac.extensions.label` with recommended values for
199+
- `LabelTask` enum in `pystac.extensions.label` with recommended values for
197200
`"label:tasks"` field ([#484](https://github.com/stac-utils/pystac/pull/484))
198-
- `LabelMethod` enum in `pystac.extensions.label` with recommended values for
201+
- `LabelMethod` enum in `pystac.extensions.label` with recommended values for
199202
`"label:methods"` field ([#484](https://github.com/stac-utils/pystac/pull/484))
200203
- Label Extension summaries ([#484](https://github.com/stac-utils/pystac/pull/484))
201204
- Timestamps Extension summaries ([#513](https://github.com/stac-utils/pystac/pull/513))
@@ -408,7 +411,6 @@
408411

409412
- Be more strict with CatalogType in `Catalog.save` ([#244](https://github.com/stac-utils/pystac/pull/244))
410413

411-
412414
## [v0.5.3]
413415

414416
### Added
@@ -508,6 +510,7 @@ asset extension renamed to item-assets and renamed assets field in Collections t
508510
## [v0.4.0]
509511

510512
The two major changes for this release are:
513+
511514
- Upgrade to STAC 0.9.0
512515
- Refactor the extensions API to accommodate items that implement multiple extensions (e.g. `eo` and `view`)
513516

@@ -517,7 +520,7 @@ See the [stac-spec 0.9.0 changelog](https://github.com/radiantearth/stac-spec/bl
517520

518521
These are the major API changes that will have to be accounted for when upgrading PySTAC:
519522

520-
#### Extensions are wrappers around Catalogs, Collection and Items, and no longer inherit.
523+
#### Extensions are wrappers around Catalogs, Collection and Items, and no longer inherit
521524

522525
This change affects the two extensions that were implemented for Item - `EOItem` and `LabelItem`
523526
have become `EOItemExt` and `LabelItemExt`, and no longer inherit from Item.
@@ -529,7 +532,8 @@ be able to account well for these new items that implemented both the `eo` and `
529532
See the [Extensions section](https://pystac.readthedocs.io/en/0.4/concepts.html#extensions) in the
530533
documentation for more information on the new way to use extensions.
531534

532-
#### Extensions have moved to their own package:
535+
#### Extensions have moved to their own package
536+
533537
- `pystac.label` -> `pystac.extensions.label`
534538
- `pystac.eo` -> `pystac.extensions.eo`
535539
- `pystac.single_file_stac` -> `pystac.extensions.single_file_stac`
@@ -542,6 +546,7 @@ documentation for more information on the new way to use extensions.
542546
- Added support for the [commons](https://github.com/radiantearth/stac-spec/tree/v0.9.0/extensions/commons) extension.
543547

544548
### Changed
549+
545550
- Migrated CI workflows from Travis CI to GitHub Actions [#108](https://github.com/azavea/pystac/pull/108)
546551
- Dropped support for Python 3.5 [#108](https://github.com/azavea/pystac/pull/108)
547552

@@ -552,7 +557,6 @@ documentation for more information on the new way to use extensions.
552557
- The `Band` constructor in the EO extension changed to taking a dict. To create a band from property values,
553558
use `Band.create`
554559

555-
556560
## [v0.3.4] - 2020-06-20
557561

558562
### Changed

0 commit comments

Comments
 (0)