Skip to content

Releases: ArtesiaWater/hydropandas

Bug fixes and updates

04 Feb 08:59
eb94bd7
Compare
Choose a tag to compare

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.

minor update and consistent version numbering

15 Dec 13:10
fd23d73
Compare
Choose a tag to compare

Before this release the version numbering was not consistent, with different numbers for releases and pypi. Now this has been fixed.

Apart from this the code-base has had some improvements.

Rename package

03 Jun 14:23
afa947c
Compare
Choose a tag to compare

Rename package from observations to hydropandas. Also adding some minor improvements in reading data.

Minor update fixing some bugs

12 May 11:32
5833bb8
Compare
Choose a tag to compare

fix some bugs for reading knmi files.

Minor update v0.2.1

27 Mar 15:36
f6bd793
Compare
Choose a tag to compare

Fix setup.py to include required data files for KNMI stations.

Major release version 0.2.0

25 Mar 07:56
b89292f
Compare
Choose a tag to compare

Major update with lots of changes:

  • Cleaned up code-base
  • Moved a lot functionality into extensions, i.e. obs.GroundwaterObs.geo.get_lat_lon(). Available extensions are: geo, gwobs (groundwater observations), stats and plots
  • New way of dealing with metadata that changes over time.
  • Improved IO, more uniform approach for all the different supported data types.
  • And many smaller improvements...

New release minor update

02 Dec 11:23
Compare
Choose a tag to compare

Fixed some small issues right after first release

First release of the observation package!

02 Dec 10:33
Compare
Choose a tag to compare

This is the first release of the observation package. There are probably some bugs so please submit issues and pull requests to solve them!