Skip to content

Releases: axiom-data-science/intake-erddap

v0.5.2

22 Jul 15:14
74a5aad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.2

v0.5.1

22 Jul 14:59
e862aa0
Compare
Choose a tag to compare

Updated PyPI release info.

v0.5.0

19 Jul 22:32
e862aa0
Compare
Choose a tag to compare

What's Changed

  • Update intake to v2 by @kthyng in #56
    • This required quite a bit of help from @martindurant — thank you!
    • Major changes across the codebase to update to intake v2! Also updated class names; updated tests; updated docs.
    • Now can choose variables to narrow results to.
    • Fixed some bugs.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

12 Sep 14:53
75ff058
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

28 Jun 19:23
97b1825
Compare
Choose a tag to compare

What's Changed

  • small fix to "dropna" optional functionality by @kthyng in #54

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 Jun 22:21
6f585cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.3.0

v0.2.4 Improved Error Handling

05 Jan 18:29
0b0178c
Compare
Choose a tag to compare

This minor release contains the updates to error handling, which better align the manner of dealing with errors and client intuition about how those errors should be handled.

Release v0.2.3

05 Jan 13:39
fd77802
Compare
Choose a tag to compare

This minor release improves the package metadata for PyPI.

Updated Docs and Query Type

20 Dec 18:49
efaf741
Compare
Choose a tag to compare

The primary focus of this release was getting the documentation to a level of quality fit for public consumption. During the development of the documentation a handful of improvements were made for quality of life for clients.

  • Documentation significantly improved
  • Adds new query_type keyword argument to the catalog constructor. See docs for more details .

v0.2.1 Quality of Life improvements and Documentation

15 Dec 18:47
4fd33cf
Compare
Choose a tag to compare

This minor release contains improvements to the API to improve the user experience. More importantly this release contains the documentation supported from RTD.