You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
### Fixed
12
12
13
+
- Dependency resolution when installing `requirements-dev.txt` ([#897](https://github.com/stac-utils/pystac/pull/897))
14
+
13
15
## [v1.6.1]
14
16
15
17
### Fixed
@@ -135,13 +137,14 @@
135
137
## [v1.1.0]
136
138
137
139
### Added
140
+
138
141
- Include type information during packaging for use with e.g. `mypy` ([#579](https://github.com/stac-utils/pystac/pull/579))
139
142
- Optional `dest_href` argument to `Catalog.save` to allow saving `Catalog` instances to
140
143
locations other than their `self` href ([#565](https://github.com/stac-utils/pystac/pull/565))
141
144
142
145
### Changed
143
146
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))
145
148
146
149
## [v1.0.1]
147
150
@@ -193,9 +196,9 @@
193
196
### Added
194
197
195
198
- (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
197
200
`"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
199
202
`"label:methods"` field ([#484](https://github.com/stac-utils/pystac/pull/484))
0 commit comments