v0.10.0-beta.1
Pre-release
Pre-release
·
405 commits
to develop
since this release
What's Changed
- Update release by @domfournier in #563
- Support for python 3.11 and 3.12 [GEOPY-1494] by @SamuelBradley in #551
- GEOPY-1609: merge main to develop branch by @sebhmg in #569
- GEOPY-1620: geoh5py develop branch lost fixes around drillhole group by @domfournier in #573
- GEOPY-1591: unstable test test_cell_from_part by @domfournier in #575
- GEOPY-1380: Convert base forms to pydantic ui json class by @benk-mira in #571
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #546
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #552
- GEOPY-1609: update with 0.9.1 by @sebhmg in #578
- image description by @RichardScottOZ in #582
- GEOPY-1602: Refactor input arguments of class instantiation by @domfournier in #568
- GEOPY-1638: Convert mesh_type uuid to class type in ObjectForm by @benk-mira in #583
- GEOPY-1674: Fail reading Geometric data by @domfournier in #585
- GEOPY-1637: Allow default state (empty string) for all forms by @benk-mira in #584
- GEOPY-1697: use pydantic plugin for mypy by @sebhmg in #581
- DEVOPS-452: Update package with python-poetry-template by @SophieCurinier in #587
- also run tests on Windows for Python 3.11 and 3.12 by @sebhmg in #588
- GEOPY-1656: Always check/closed EM loops and return warning by @domfournier in #591
- DEVOPS-439: Switch from poetry to hatch by @SophieCurinier in #590
- GEOPY-1710: Find more efficient computation for DrapeModel centroids by @domfournier in #592
- GEOPY-1664: Property group type validation is broken by @domfournier in #594
- GEOPY-1645: Update for geoh5py refactor of class instantiation by @domfournier in #593
- REVERT-590: Revert "DEVOPS-439: Switch from poetry to hatch" by @domfournier in #596
- GEOPY-1668: Continue refactoring on Data classes. by @domfournier in #597
- GEOPY-1718: allow dependency on not bool data by @MatthieuCMira in #595
- DEVOPS-440: Fixup README by using regular double quotes by @SophieCurinier in #600
- GEOPY-1738: Crash handling GI queries by @domfournier in #602
- GEOPY-1706: Add empty string to uid validator and flatten method in base class an… by @benk-mira in #603
- GEOPY-1720: Fix handling of geometric data from reference data table with user names by @domfournier in #601
- GEOPY-1749: Point simpeg-driver to geoh5py feature 0.10.0 by @domfournier in #604
- GEOPY-1749: Point simpeg-driver to geoh5py feature 0.10.0 by @domfournier in #605
- GEOPY-1749: Point simpeg-driver to geoh5py feature 0.10.0 by @domfournier in #606
- GEOPY-1749: Point simpeg-driver to geoh5py feature 0.10.0 by @domfournier in #610
- GEOPY-1574: Modify UIJson to use pydantic structure with forms by @benk-mira in #609
- GEOPY-1624: loaddrillhole group table as a numpy array by @MatthieuCMira in #608
- GEOPY-1738: _r2 by @domfournier in #614
- GEOPY-1760: Fix required based on logic dependent by @domfournier in #612
- GEOPY-1758: define dtytpe in DataClass as a class attribute and use this attribute where it's needed by @MatthieuCMira in #613
- GEOPY-1720: _r2 by @domfournier in #615
- GEOPY-1767: Support Value map with bytes by @domfournier in #617
- GEOPY-1770: add a method to update metadata without rewriting everything by @MatthieuCMira in #618
- GEOPY-1712: Exclude RUFF005 by @SophieCurinier in #620
- DEVOPS-471: Merge windows and unix python reusable workflow in one file by @SophieCurinier in #622
- GEOPY-1719: allow input active cells instead of topography by @domfournier in #621
- GEOPY-1755: Property group refactor by @domfournier in #623
- GEOPY-1755: create an object to access all the data of a property group in a recarray by @MatthieuCMira in #619
- DEVOPS-466: Update input variable in shared workflows by @SophieCurinier in #616
- GEOPY-1774: Re-order the inversion inputs following users comments by @domfournier in #626
- DEVOPS-466: rename python_ver input variable for consistency by @SophieCurinier in #628
- GEOPY-1669: Final clean up of Object class by @MatthieuCMira in #625
- GEOPY-1774: Re-order the inversion inputs following users comments by @domfournier in #631
- GEOPY-1333: geoh5py uijson documentation by @benk-mira in #630
- GEOPY-1670: change shutil move for copy by @MatthieuCMira in #632
- GEOPY-1682: Add new data_type attributes by @MatthieuCMira in #633
- GEOPY-1733: Block model centroids not computed correctly for negative cell delimiters by @benk-mira in #634
- GEOPY-1682: Add new data_type attributes by @MatthieuCMira in #637
- GEOPY-1139: update the readme of geoh5py by @benk-mira in #636
- GEOPY-1798: fail to open workspace due to data_type mapping expected to be "cdf" by @sebhmg in #643
- GEOPY-1797: wrong minimum Python version in geoh5py doc by @sebhmg in #640
- GEOPY-1781: tests of las-goh5 fail with geoh5 0.10.0 by @domfournier in #638
- GEOPY-1139: update the readme of geoh5py by @benk-mira in #644
- GEOPY-1739: add new InterpretationSection group by @MatthieuCMira in #627
- DEVOPS-504: Add deployment workflows by @SophieCurinier in #629
- GEOPY-1802: Copying drillhole groups crashes by @domfournier in #649
- DEVOPS-511: Update deploy workflows to release pip package on pypi by @SophieCurinier in #647
- DEVOPS-515: adjustments: update precommit and codecov publish by @sebhmg in #650
- GEOPY-1165: Check for properties for Property Group Type - Implement Property Group Type: Simple by @MatthieuCMira in #645
- GEOPY-1165: b by @domfournier in #651
- GEOPY-1811: Use latest "Tx ID tx property" on all EM surveys. by @domfournier in #652
- GEOPY-1815: Can't read DrillholeGroup with Strike/dip property_group_type by @MatthieuCMira in #654
New Contributors
- @SamuelBradley made their first contribution in #551
- @SophieCurinier made their first contribution in #587
Full Changelog: v0.9.1...v0.10.0-beta.1