Releases: ArtesiaWater/hydropandas
Dummy release
When testing the github actions for PyPi releases I created a few releases (0.3.3, 0.3.4 and 0.3.3.0). Github actions will only succeed in creating a PyPi release when the new github release has a new version number. Since I tried to do a github release of 0.3.4 twice, the github action for creating the PyPi release is not working. Therefore this github release is only there to create a new PyPi release. From now on the PyPi release will work via github actions.
test new workflow for PyPi release
0.3.3.0 Update python-publish.yml
Bug fixes and updates
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
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
Rename package from observations to hydropandas. Also adding some minor improvements in reading data.
Minor update fixing some bugs
fix some bugs for reading knmi files.
Minor update v0.2.1
Fix setup.py to include required data files for KNMI stations.
Major release version 0.2.0
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
andplots
- 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
Fixed some small issues right after first release
First release of the observation package!
This is the first release of the observation package. There are probably some bugs so please submit issues and pull requests to solve them!