v2.0.0
What's Changed
- cache _griddap_get_constraints result by @ocefpaf in #239
- Suggest running pip as a module by @abkfenris in #243
- use micromamba by @ocefpaf in #247
- Moving from requests to httpx by @ocefpaf in #245
- drop py36 and pandas <1 by @ocefpaf in #240
- area example by @ocefpaf in #246
- Document search using 'allDatasets' method by @vinisalazar in #251
- Use lazy loading when response type is OPeNDAP by @vinisalazar in #252
- Refactor test 'test_to_xarray_opendap' by @vinisalazar in #253
- Refactor tests to use gold standard servers by @vinisalazar in #260
- Increase number per items on CSV, JSON searches by @vinisalazar in #255
- Start refactoring project by @vinisalazar in #259
- Refactor
erddapy.py
and rename core modules by @vinisalazar in #263 - Refactor url methods by @vinisalazar in #264
- Improve exception handling in method to_iris by @vinisalazar in #268
- fail on warnings by @ocefpaf in #269
- Update actions version in all GHA workflows by @douglasnehme in #273
- Fix segfaults by @ocefpaf in #274
- Multiple server search data source by @ocefpaf in #275
- Another attempt at fixing tests by @vinisalazar in #272
- Interfaces by @vinisalazar in #277
- Add public methods to erddapy module by @vinisalazar in #281
- Add notebook documenting usage of core layer by @vinisalazar in #282
- add dependabot daily updates for GHA by @ocefpaf in #283
- Remove the timeout test by @abkfenris in #290
- Ignore RuntimeWarning in pytest by @ocefpaf in #279
- Fix optional deps by @ocefpaf in #292
- Add Python 3.11 support by @abkfenris in #276
- Re-write docs to avoid bad servers by @ocefpaf in #295
- Fix kwargs propagation in interfaces module by @vinisalazar in #280
- Use an all pyproject.toml setup by @ocefpaf in #297
- Use more stable servers by @ocefpaf in #298
- pandas 2.0 support by @ocefpaf in #300
New Contributors
- @douglasnehme made their first contribution in #273
Full Changelog: v1.2.1...v2.0.0