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