Skip to content

Bug fixes and updates

Compare
Choose a tag to compare
@ArtesiaWater ArtesiaWater released this 04 Feb 08:59
· 922 commits to master since this release
eb94bd7

Most fixes were already added to the previous release (0.3.3). This release was obfuscated by the attempt to automate PyPi release via github actions. Therefore a full overview of this (0.3.4) and previous (0.3.3) updates:

  • The Dino WSDL API is down. For now the functions related to this API remain in the Hydropandas package but will throw an error. All the tests that use this API are moved to the file 'no_test_dino_wsdl.py'. In time we might remove the tests and function related to the WSDL API. This is related to #56.
  • The KNMI function is updated to get the latest measurements even if there are no measurements at the Bilt for over a month. This is related to #54.
  • The automated PyPi release after publishing updates like this seems to work now.