What's Changed
- fix gridcode pydoc by @philvarner in #1332
- Add more endpoints to APILayoutStrategy by @thomas-maschler in #1335
- Update docstring of
name
argument toClassification.apply
to agree with extension specification by @bmcandr in #1356 - Make
get_all_collections
properly recursive by @jsignell in #1361 - Implement classification v2.0.0 by @gadomski in #1359
- Documentation for retry attribute by @gadomski in #1358
- Un-special-case search box on index page by @jsignell in #1364
- Fixup url in Dimension.dim_type docs by @soxofaan in #1370
- Add example of custom StacIO for Azure Blob storage by @bmcandr in #1372
- Remove python 3.9 by @gadomski in #1384
- Add netCDF in the media types list by @clausmichele in #1386
- Add convenience method for accessing pystac_client by @jsignell in #1365
- pyupgrade to 3.10 by @gadomski in #1388
- Update docs to reflect that collection rel type can be for anything by @gadomski in #1393
- Switch to ruff-format from black by @gadomski in #1394
- Set collection to None in item constructor when there is no collection by @gadomski in #1400
- Fix recursion error when eo band name is missing by @gadomski in #1406
- Move test, bench, and doc requirements out of pyproject.toml by @gadomski in #1407
- Update deps by @gadomski in #1413
- Rename to requirments-docs.txt by @gadomski in #1416
- Fix item field ordering on
save_object
by @moradology in #1423 - Release v1.11.0 by @gadomski in #1414
New Contributors
- @soxofaan made their first contribution in #1370
- @clausmichele made their first contribution in #1386
Full Changelog: v1.10.1...v1.11.0