Skip to content

Latest commit

 

History

History
87 lines (57 loc) · 2.65 KB

release_notes.rst

File metadata and controls

87 lines (57 loc) · 2.65 KB

Release Notes

Release 0.6.0 - 2023/01/26

  • 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.

Release 0.5.0 - 2022/10/26

  • 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.

Release 0.4.0 - 2022/08/26

Major release adding new classes and fixing 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

Release 0.3.1 - 2022/08/26

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 project written by ANALYST.
  • GEOPY-587: Increase PEP8 compliance after pylint update.
  • GEOPY-575: Improve ui.json documentation.

Release 0.3.0 - 2022/06/30

This release addresses changes introduced by the geoh5 v2.0 standard.

  • Drillhole objects and associated data are stored as Concatenated entities under the DrillholeGroup.
  • Use of context manager for the Workspace with options for read/write mode specifications added.
  • Implementation of a SimPEGGroup entity.

Release 0.2.0 - 2022/04/18

  • Add MT, tipper and airborne time-domain survey objects.
  • Add ui.json read/write with validations
  • Bug fixes and documentation.

Release 0.1.6 - 2021/12/09

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

Release 0.1.5 - 2021/11/05

  • Fix for copying of direct-current survey.
  • Fix documentation.

Release 0.1.4 - 2021/08/31

  • Add direct_current survey type and related documentation.
  • Fix for drillholes with single survey location anywhere along the borehole.
  • Fix for entity.parent setter. Changes are applied directly to the target workspace.
  • Improve Typing.