v0.7.0
What's Changed
- Swap out isort/flake8 in favor of ruff by @jpolchlo in #457
- Check the min requirements in CI by @gadomski in #459
- Convert DeprecationWarning to FutureWarning for item search API by @jpolchlo in #464
- Fix
queryin GET requests by @gadomski in #362 - Consolidate contributing docs into one place by @jsignell in #478
- [DOCS] Fix geometry object creation by @jsignell in #484
- Re-record cassettes, fix three tests by @gadomski in #491
- Add note re: cassettes to releasing docs by @gadomski in #493
- Push max items check down into paging by @gadomski in #492
- Add simple version of
get_queryablesby @jsignell in #477 - Add timeout option to Client by @jpolchlo in #463
- Fail on CI if tutorial notebooks raise errors by @jsignell in #497
- Use pyproject.toml instead of setup.py by @gadomski in #501
- Add some more doc dependencies by @gadomski in #507
- Temporarily pin urllib3 by @jsignell in #508
- Configurable warnings by @jsignell in #480
- Aggregation of queryables across select collections by @ircwaves in #511
- Add upstream job by @jsignell in #521
- Ruff import sorting by @ircwaves in #518
- Advertise v1.0.0 support by @gadomski in #528
- Don't unquote in url_with_parameters by @gadomski in #530
- Add more context to CLI error messages by @gadomski in #531
- Include Modifiable at the top-level by @gadomski in #534
- Enable retries by default by @gadomski in #532
- Tighten the Timeout type to non-optional by @gadomski in #538
- Release v0.7.0 by @gadomski in #537
New Contributors
Full Changelog: v0.6.1...v0.7.0