Releases: MiraGeoscience/geoh5py
Releases · MiraGeoscience/geoh5py
v0.7.1
v0.7.0
Main changes for geoh5py version 0.7.0 are:
New features:
- Add and improve function to copy entities from extent. (GEOPY-857, GEOPY-877)
- Handle geoh5 conversion from 4.2 (geoh5 v2.1) saved as 4.1 (geoh5 v2.0) format. (GEOPY-876)
Bug fixes:
- Throw user warning if change mode to "r+" to "r". (GEOPY-537)
- Fixes on drillhole copy and data selection. (GEOPY-667, GEOPY-668, GEOPY-723, GEOPY-848)
- Fix NDV not recognized on concatenated data. (GEOPY-851)
Technical issues:
- Add measure of maintainability with code climate. (GEOPY-862)
v0.6.1
v0.6.0
This release brings new conversion functionalities between objects, and an important update to the DrillholeGroup to make it compliant with ANALYST 4.2. format.
v0.5.0
This release brings new functionality and patches some bugs encountered with drillhole groups.
v0.4.0
A major release adding new classes and addressing issues with the DrillholeGroup class.
v0.3.1
This release addresses issues encountered after the 0.3.0 release.
v0.3.0
What's Changed
- GEOPY-497: Implement SimPEG Group for storing inversion results
- GEOPY-314 - Update Drillhole entity for GA 4.0. Allow opening a Workspace as context manager.
- GEOPY-540: Allow opening workspace without a Root group
- GEOPY-539: Allow loading a workspace from bytes
- GEOPY-574: Make open return self. Augment unit test
Bug fixes
- GEOPY-511: do not always open geoH5 workspaces for writing from Python API
- GEOPY-514: Fix AtLeastOneValidation on natural source-inversion
- GEOPY-508, GEOPY-533: Refactor for read-only mode
- GEOPY-542: Root written without reference to children after creation
- GEOPY-543: Always import annotations from future
- GEOPY-568: Cannot select mesh from ui.json dropdown
Full Changelog: v0.2.0...v0.3.0
v0.3.0-alpha.1
add test for semver
v0.1.6
What's Changed
- Fix StatsCache on value changes.
- Fix crash if data values are None.
- Clean up for linters