Releases: ioos/erddapy
Releases · ioos/erddapy
v2.2.3
v2.2.2
v2.2.1
What's Changed
- fix httpx status check change by @ocefpaf in #319
- Pre commits by @ocefpaf in #320
- Switch from authors to maintainers by @ocefpaf in #321
- drop bad servers in multiple servers search by @ocefpaf in #324
- Add a timeout when fetching servers by @ocefpaf in #327
- add file download functinality to ERDDAP by @callumrollo in #330
- Fix interrogate deprecation warning by @ocefpaf in #333
- use url for hashing instead of inputs by @ocefpaf in #335
- Increase max ItemsPerPage by @ocefpaf in #334
- Support Python 3.10 and up by @ocefpaf in #329
- Fix datetime deprecation in Python >=3.11 by @ocefpaf in #328
- Move more lints to ruff by @ocefpaf in #336
- enable all lints in ruff by @ocefpaf in #337
- Allow for empty dataset_id info URL by @ocefpaf in #338
- Group dependabot PRs by @ocefpaf in #340
- pin gha using hashes by @ocefpaf in #342
- Always quote params in queries by @ocefpaf in #358
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- increase default httpx timeout to 60 seconds by @callumrollo in #316
- add request_kwargs to to_xarray by @callumrollo in #315
Full Changelog: v2.0.2...v2.2.0
v2.0.2
v2.0.1
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
v1.2.1
What's Changed
- Fixed typo by @jojobozz in #218
- Fixed typo by @xeulha in #219
- Make joblib an optional dependency by @jojobozz in #220
- Autodoc typehints by @ocefpaf in #226
- Standardise spelling by @vinisalazar in #230
- Added project_urls metadata by @ocefpaf in #233
- Remove Pandas FutureWarning by @vinisalazar in #229
- Test on Python 3.10 by @ocefpaf in #234
- Deploy docs with GitHub Acgions by @ocefpaf in #201
- Safer way to ensure the constraint is time by @ocefpaf in #237
New Contributors
Full Changelog: v1.2.0...v1.2.1