- Nothing new for the moment.
0.4.4 (2023-07-11)
- add shield badges for PyPI and GitHub releases
- fix rendering of code blocks in
README.rst
- add missing classifiers and python requirements to
setup.py
to allow validators to detect appropriate versions - add python 3.9, 3.10 and 3.11 to the supported versions in
setup.py
and validate them in GitHub CI - drop Travis CI configuration in favor of GitHub CI
- fix
test_noaa
with the target THREDDS server responding differently than originally tested
0.4.3 (2023-05-31)
- fix xml parsing for recent versions
0.4.2 (2019-11-20)
- fixed conda links in Readme.
0.4.1 (2019-11-06)
- fixed docs formatting.
0.4.0 (2019-11-06)
- drop Python 2.7 (#5)
- fix pip install (#4)
0.3.5 (2018-10-05)
- support for Python 3.x (#1)
0.3.4 (2015-10-25)
- fixed travis build/tests
- updated docs
- converted docs to rst.
- MANIFEST.in added.
- append catalog.xml to catalog url if missing
- crawl method added
- fixed catalog.follow()
- using dataset.download_url()
- added ipython example
- cleaned up Readme
- Refactored
- added catalog.opendap_urls()
- Refactored
- using CollectionDataset
- added catalog.download_urls()
- Fixed catalog generation.
- added pytest dependency.
- Version by https://github.com/ScottWales/threddsclient.