Releases: Deltares-research/geost
Releases · Deltares-research/geost
0.2.6
Release notes
v0.2.6
Added
- Added GeoST documentation and deployment of these docs on Github pages
- Added Voxel model support, including an implementation for GeoTOP (WIP)
- Added CptCollection, DiscreteData objects, including i/o and some basic analysis methods (WIP)
- Added Function add_voxelmodel_variable to add voxel model data to point data
- Added Data folder with example datasets, integrated with pooch
- Added Collection geopackage export of header and data
- Added Collection pickle export
Fixed
- Fixed find_top_sand function if no sand is present
- Fixed find_area_labels can now return multiple labels when passing an iterable of column names
- Fixed Newly added columns to the header are now preserved upon making selections and slices
Other
- Updated Function docstrings
- Updated Pixi tasks for docs management
0.2.4
What's Changed
- Added: to_kingdom function by @tommervermaas in #32
- Improved: get_area_labels methods now also accept a filename/location instead of only a geopandas.GeodataFrame (#30)
- Improved: Pixi integrated in pyproject.toml and removed requirements.txt
- Fixed: get_cumulative_layer_thickness method now returns 0 instead of NaN if queried layers are not present (#29)
- Fixed: MergeError on running methods with "include_in_header" option multiple times fixed (#28)
- Fixed: multiple Pandas settingoncopy warnings
New Contributors
- @tommervermaas made their first contribution in #32
Full Changelog: 0.2.2...0.2.4