Releases: DOV-Vlaanderen/pydov
Releases · DOV-Vlaanderen/pydov
v0.3.0
- News
- This version is promoted to Beta.
- This version adds support for Python3.7 (next to 2.7, 3.5 and 3.6)
- New features
- Add new object type for Borehole samples (grondmonsters)
- Add new object type for Groundwater samples (grondwatermonsters)
- Add new object type for Informal hydrogeological stratigraphy (informele hydrogeologische stratigrafie)
- Add support for runtime object type customization (pluggable types) allowing full control of the output dataframes
- Add support for limit (max_features) when searching: this allows to explore the results of a query easily
- Add support for sorting when searching, allowing to retrieve f.ex. the deepest borehole etc.
- Fixes and improvements
- Fix 'mv_mtaw' field of GrondwaterFilter, it is renamed to 'start_grondwaterlocatie_mtaw'
- Output dataframe columns are now in the order provided in return_fields, if available.
- The PropertyInList and Join query operators now work with single-item lists and dataframes too.
- Documentation-only updates
- Fix DOI badge and Zenodo link: always link to the latest release
v0.2.1
v0.2.0
- New features
- Add new object type for Quaternary stratigraphy (Quartair stratigrafie)
- Add support for using Join using a different column name:
Join(df, on='...', using='...')
- Add 'filterstatus' and 'filtertoestand' to Peilmeting subtype of GrondwaterFilter
- Fixes and improvements
- Fix search for GrondwaterFilters (update for WFS service changes regarding
filternr
) - Fix 'Methode' field of Peilmeting subtype of GrondwaterFilter
- Exclude empty filters (i.e. Put without Filter) from GrondwaterFilterSearch
- Improve performance by using parallel processing and connection pooling
- Fix search for GrondwaterFilters (update for WFS service changes regarding
- Documentation-only updates
- Update contributing guidelines
v0.1.3
v0.1.2
This minor patch adjusts only the deployment setup itself.