Skip to content

Releases: ioos/erddapy

v0.5.1: update changelog (#95)

11 Sep 17:34
8f9ed0e
Compare
Choose a tag to compare

0.5.1

  • Bugfix: fixed get_search_url() protocol filter in #94.

v0.5.0

25 Jun 11:47
b377add
Compare
Choose a tag to compare
  • Do not check server URL when creating the object.
    This allows servers that return 404 when the
    endpoint does not have any requests.

v0.4.0

06 Mar 17:13
d238291
Compare
Choose a tag to compare
  • Allow for multiple csvs responses in .to_pandas.

v0.3.1

22 Feb 16:25
1127af5
Compare
Choose a tag to compare
  • The metadata was updated for better PyPI rendering.

v0.3.0

22 Jan 15:57
fede938
Compare
Choose a tag to compare

0.3.0

  • Cache _check_url_response and get_var_by_attr returns
  • Removed all python 2k code

v0.2.0

30 Oct 17:24
e9aace7
Compare
Choose a tag to compare

0.2.0

  • Add a get_categorize_url method
  • Test suite for url_builder

v0.1.11

29 Oct 21:48
bfa776b
Compare
Choose a tag to compare

0.1.11

  • Re-factor methods that output a temporary netCDF file.

v0.1.10

29 Oct 18:34
bac8558
Compare
Choose a tag to compare

0.1.10

  • Add a to_iris method.

v0.1.9

25 Oct 16:09
a0836f3
Compare
Choose a tag to compare

0.1.9

  • erddapy is not Python 3.7 compatible!
  • Fixed a bug in the OPeNDAP URL endpoint.
  • Use the csvp reponse in the to_pandas() method
    to merge the units in the column name.

v0.1.8

30 May 01:10
5a0fe32
Compare
Choose a tag to compare
  • Fix setup.py metadata