Skip to content

Releases: MiraGeoscience/geoh5py

v0.7.1

26 Apr 19:01
179ad46
Compare
Choose a tag to compare

Patch release 0.7.1

GEOPY-967: Fix issue with copying drillholes from extent.

v0.7.0

08 Jun 13:31
a106730
Compare
Choose a tag to compare

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:

Technical issues:

  • Add measure of maintainability with code climate. (GEOPY-862)

v0.6.1

09 Feb 14:40
b248b6f
Compare
Choose a tag to compare

Release 0.6.1 - 2023/02/08

  • GEOPY-848: Fix the issue of copying drill holes with DateTime.
  • GEOPY-847: Fix the issue with clipping by extent with 2d coordinates
  • GEOPY-537: Add a convenience method to get an active workspace in a different mode "fetch_active_workspace".

v0.6.0

27 Jan 16:18
a53381c
Compare
Choose a tag to compare

This release brings new conversion functionalities between objects, and an important update to the DrillholeGroup to make it compliant with ANALYST 4.2. format.

  • GEOPY-700, 701, 721, 726: Add functionality to convert between Grid2D and GeoImages.
  • GEOPY-843: Update drillhole group compatibility with ANALYST v4.2
  • GEOPY-746: Implement ground TEM (large-loop) survey type.

v0.5.0

27 Oct 18:38
eb27d3a
Compare
Choose a tag to compare

This release brings new functionality and patches some bugs encountered with drillhole groups.

  • GEOPY-624: Add functionality to remove vertices and cells
  • GEOPY-644: Functionality to copy object within box extent. Only implemented for vertex-based object.
  • Bug fixes:
    • GEOPY-650: Deal with INTEGRATOR text data in byte format.
    • GEOPY-615: Fix de-survey method for older geoh5 v1 format.

v0.4.0

30 Aug 19:27
6b0f5e3
Compare
Choose a tag to compare

A major release adding new classes and addressing issues with the DrillholeGroup class.

  • Fixes for concatenated DrillHoleGroup
    • GEOPY-598: Implement IntegratorDrillholeGroup class
    • GEOPY-583: Better handling of adding and removing concatenaned drillholes and data intervals.
  • GEOPY-584: Preserve integer values on IntegerData class.
  • GEOPY-548: Allow TextData values on vertices and cells.
  • GEOPY-329: API implementation of DrapeModel object class.
  • GEOPY-462: Documentation fixes

v0.3.1

26 Aug 18:23
7278f0b
Compare
Choose a tag to compare

This release addresses issues encountered after the 0.3.0 release.

  • GEOPY-608: Check for 'allow_delete' status before removing.
  • GEOPY-600: Fix crash on missing 'Group types' group from a project written by ANALYST.
  • GEOPY-587: Increase PEP8 compliance after pylint update.
  • GEOPY-575: Improve ui.json documentation.

v0.3.0

15 Jul 19:29
b14b4f3
Compare
Choose a tag to compare

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

13 May 03:33
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release
add test for semver

v0.1.6

09 Dec 21:45
7646d2b
Compare
Choose a tag to compare

What's Changed

  • Fix StatsCache on value changes.
  • Fix crash if data values are None.
  • Clean up for linters