Releases: ioos/erddapy
Releases · ioos/erddapy
v1.1.0
v1.0.0
v0.9.0
v0.8.0
- 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
v0.7.2
v0.7.0
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