Skip to content

Commit

Permalink
Merge branch 'release/0.10.0' into GEOPY-1739
Browse files Browse the repository at this point in the history
# Conflicts:
#	geoh5py/objects/object_base.py
  • Loading branch information
MatthieuCMira committed Oct 7, 2024
2 parents b99b0fe + 0615540 commit a9a5518
Show file tree
Hide file tree
Showing 64 changed files with 1,260 additions and 789 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue_to_jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml@main
secrets: inherit
with:
project_key: 'GEOPY'
project-key: 'GEOPY'
30 changes: 12 additions & 18 deletions .github/workflows/python_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,18 @@ jobs:
name: Static analysis
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@main
with:
package_manager: 'poetry'
app_name: 'geoh5py'
python_vers: '3.10'
call-workflow-pytest-on-windows:
name: Pytest on Windows
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_windows.yml@main
package-manager: 'poetry'
app-name: 'geoh5py'
python-version: '3.10'
call-workflow-pytest:
name: Pytest
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest.yml@main
with:
package_manager: 'poetry'
python_ver: '["3.10", "3.11", "3.12"]'
cache_number: 1
codecov_reference_python_ver: '3.10'
package-manager: 'poetry'
python-versions: '["3.10", "3.11", "3.12"]'
os: '["ubuntu-latest", "windows-latest"]'
cache-number: 1
codecov-reference-python-version: '3.10'
codecov-reference-os: '["windows-latest", "ubuntu-latest"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
call-workflow-pytest-on-unix-os:
name: Pytest on Unix OS
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_unix_os.yml@main
with:
package_manager: 'poetry'
python_ver: '["3.10", "3.11", "3.12"]'
os: '["ubuntu-latest"]'
cache_number: 1
94 changes: 57 additions & 37 deletions docs/content/api/geoh5py.data.rst
Original file line number Diff line number Diff line change
@@ -1,143 +1,163 @@
geoh5py.data
============
geoh5py.data package
====================

Submodules
----------

geoh5py.data.blob\_data
-----------------------
geoh5py.data.blob\_data module
------------------------------

.. automodule:: geoh5py.data.blob_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.color\_map
-----------------------
geoh5py.data.boolean\_data module
---------------------------------

.. automodule:: geoh5py.data.boolean_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.color\_map module
------------------------------

.. automodule:: geoh5py.data.color_map
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.data
-----------------
geoh5py.data.data module
------------------------

.. automodule:: geoh5py.data.data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.data\_association\_enum
------------------------------------
geoh5py.data.data\_association\_enum module
-------------------------------------------

.. automodule:: geoh5py.data.data_association_enum
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.data\_type
-----------------------
geoh5py.data.data\_type module
------------------------------

.. automodule:: geoh5py.data.data_type
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.data\_unit
-----------------------
geoh5py.data.data\_unit module
------------------------------

.. automodule:: geoh5py.data.data_unit
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.datetime\_data
---------------------------
geoh5py.data.datetime\_data module
----------------------------------

.. automodule:: geoh5py.data.datetime_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.filename\_data
---------------------------
geoh5py.data.filename\_data module
----------------------------------

.. automodule:: geoh5py.data.filename_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.float\_data
------------------------
geoh5py.data.float\_data module
-------------------------------

.. automodule:: geoh5py.data.float_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.geometric\_data\_constants
---------------------------------------
geoh5py.data.geometric\_data module
-----------------------------------

.. automodule:: geoh5py.data.geometric_data_constants
.. automodule:: geoh5py.data.geometric_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.integer\_data
--------------------------
geoh5py.data.integer\_data module
---------------------------------

.. automodule:: geoh5py.data.integer_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.numeric\_data
--------------------------
geoh5py.data.numeric\_data module
---------------------------------

.. automodule:: geoh5py.data.numeric_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.primitive\_type\_enum
----------------------------------
geoh5py.data.primitive\_type\_enum module
-----------------------------------------

.. automodule:: geoh5py.data.primitive_type_enum
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.reference\_value\_map
----------------------------------
geoh5py.data.reference\_value\_map module
-----------------------------------------

.. automodule:: geoh5py.data.reference_value_map
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.referenced\_data
-----------------------------
geoh5py.data.referenced\_data module
------------------------------------

.. automodule:: geoh5py.data.referenced_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.text\_data
-----------------------
geoh5py.data.text\_data module
------------------------------

.. automodule:: geoh5py.data.text_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.unknown\_data
--------------------------
geoh5py.data.unknown\_data module
---------------------------------

.. automodule:: geoh5py.data.unknown_data
:members:
:undoc-members:
:show-inheritance:

geoh5py.data.visual\_parameters module
--------------------------------------

.. automodule:: geoh5py.data.visual_parameters
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: geoh5py.data
:members:
Expand Down
Loading

0 comments on commit a9a5518

Please sign in to comment.