Skip to content

Releases: MiraGeoscience/geoh5py

v0.10.0-beta.1

30 Oct 21:17
Compare
Choose a tag to compare
v0.10.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0-beta.1

v0.9.1

16 Oct 03:07
73d7803
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

18 Jun 20:42
1b7c16e
Compare
Choose a tag to compare

What's Changed

General maintenance

Full Changelog: v0.8.0...v0.9.0

v0.8.0

26 Apr 19:00
6b8bcf6
Compare
Choose a tag to compare

What's Changed

New features

Fixes

Technical changes

Full Changelog: v0.7.1...v0.8.0

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