Skip to content

Releases: ioos/erddapy

v1.1.0

26 Jul 17:42
2e22e4a
Compare
Choose a tag to compare
  • Added server side griddap support

v1.0.0

10 Apr 20:29
3fc05b3
Compare
Choose a tag to compare
  • Feature/server functions #162
  • Refactor constraint url building into function #169
  • Support latest iris #170
  • Add list of projects that use erddapy and that are similar to it #177

v0.9.0

12 Nov 17:48
0391c3f
Compare
Choose a tag to compare

Support ERDDAP 2.10 search syntax (#155)

v0.8.0

04 Nov 11:19
aa166c1
Compare
Choose a tag to compare
  • Cache urlopen returns for faster access when the query does not change (#147)
  • Major refactor that removes the utilities module (#145, #148)
  • Build versioned docs with a drop-down menu to access previous versions (#146)
  • Improved URL builder by avoiding duplicated slashes (#151)
  • Normalize search terms to match ERDDAP server case (#152)

v0.5.3

08 Oct 17:09
b0cd740
Compare
Choose a tag to compare
  • Bugfix release for pandas 1.0.0

v0.7.2

08 Oct 17:07
Compare
Choose a tag to compare

Bugfixes:

  • Fixed Wrong type passed to load temporary netCDF files (#138)
  • Fixed some f-strings bugs (#142)
  • Allow erddapy to be loaded offline (#143)

v0.7.0

08 Oct 17:09
Compare
Choose a tag to compare

New features

  • Added a ncCF response
  • NetCDF file-like response can be in-memory or in-disk
    depending on the libnetcdf library available.
  • Use canonical list of ERDDAP servers
  • Various packaging improvements towards pep517/518
  • Make check_url_response optional to avoid abusing servers
  • New documentation with more examples and tips for multiple requests

Bugfix

  • Return ability to pass keyword arguments to requests.get.
  • Fix urlopen raise_for_status
  • Fix parse_time_string import for various pandas versions

v0.6.0

08 Oct 17:09
Compare
Choose a tag to compare
  • Added the distinct() server-side function
  • Added type annotations and pre-commit checks as a GH-action
  • Fetch ERDDAP servers list from a awesome-erddap
  • Fixed for pandas 1.1.0

v0.7.1

18 Sep 13:42
52c180d
Compare
Choose a tag to compare

v0.7.1

  • Bugfix: while griddap is not support the current ncCF enforced prevented users
    from building griddap URLs for xarray b/c griddap does not support it.
    Now the netCDF responses are ncCF for tabledap and plain nc for griddap.

v0.5.2

13 Sep 19:16
8f9ed0e
Compare
Choose a tag to compare
update changelog (#95)

update changelog