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
@@ -116,7 +117,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
116
117
117
118
- Python 3.11 support [#347](https://github.com/stac-utils/pystac-client/pull/347)
118
119
-`request_modifier` to `StacApiIO` to allow for additional authentication mechanisms (e.g. AWS SigV4) [#372](https://github.com/stac-utils/pystac-client/pull/372)
119
-
-*Authentication* tutorial, demonstrating how to use to the provided hooks to use both basic and AWS SigV4 authentication [#372](https://github.com/stac-utils/pystac-client/pull/372)
120
+
-_Authentication_ tutorial, demonstrating how to use to the provided hooks to use both basic and AWS SigV4 authentication [#372](https://github.com/stac-utils/pystac-client/pull/372)
120
121
- CI checks for Windows and MacOS [#378](https://github.com/stac-utils/pystac-client/pull/378)
121
122
- Fallback to `STAC API - Item Search` when finding a single item in `CollectionClient` if `STAC API - Features` is not implemented [#379](https://github.com/stac-utils/pystac-client/pull/379)
122
123
@@ -154,7 +155,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
154
155
- Fix type annotation of `Client._stac_io` and avoid implicit re-exports in `pystac_client.__init__.py`[#249](https://github.com/stac-utils/pystac-client/pull/249)
155
156
- Added `ItemSearch.pages`, `ItemSearch.pages_as_dicts`, `ItemSearch.item_collection`, and `ItemSearch.item_collection_as_dict`
156
157
as replacements for various deprecated methods [#237](https://github.com/stac-utils/pystac-client/issues/237)
157
-
- Restored the previous behavior of ``Client.search()`` to return an unlimited number of items by default. [#273](https://github.com/stac-utils/pystac-client/pull/273)
158
+
- Restored the previous behavior of `Client.search()` to return an unlimited number of items by default. [#273](https://github.com/stac-utils/pystac-client/pull/273)
158
159
159
160
### Deprecated
160
161
@@ -297,7 +298,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
297
298
-`Client.open` falls back to the `STAC_URL` environment variable if no url is provided as an argument [#48](https://github.com/stac-utils/pystac-client/pull/48)
298
299
- New Search.get_pages() iterator function to retrieve pages as raw JSON, not as ItemCollections
299
300
-`StacApiIO` class added, subclass from PySTAC `StacIO`. A `StacApiIO` instance is used for all IO for a Client instance, and all requests
300
-
are in a single HTTP session, handle pagination and respects conformance
301
+
are in a single HTTP session, handle pagination and respects conformance
301
302
-`conformance.CONFORMANCE_CLASSES` dictionary added containing all STAC API Capabilities from stac-api-spec
302
303
-`collections` subcommand to CLI, for saving all Collections in catalog as JSON
303
304
-`Client.get_collections` overrides Catalog to use /collections endpoint if API conforms
@@ -358,26 +359,26 @@ are in a single HTTP session, handle pagination and respects conformance
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A Python client for working with [STAC](https://stacspec.org/) Catalogs and APIs
17
17
18
18
## Installation
19
19
20
-
Install from PyPi. Other than [PySTAC](https://pystac.readthedocs.io) itself, the only dependencies for pystac-client is the Python [requests](https://docs.python-requests.org) and [dateutil](https://dateutil.readthedocs.io) libraries.
20
+
Install from PyPi. Other than [PySTAC](https://pystac.readthedocs.io) itself, the only dependencies for pystac-client are the Python [requests](https://docs.python-requests.org) and [dateutil](https://dateutil.readthedocs.io) libraries.
0 commit comments