-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #576 from MiraGeoscience/release/0.9.1
Release 0.9.1
- Loading branch information
Showing
9 changed files
with
99 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ | |
|
||
# flake8: noqa | ||
|
||
__version__ = "0.9.0" | ||
__version__ = "0.9.1" | ||
|
||
from geoh5py.workspace import Workspace |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "geoh5py" | ||
version = "0.9.0" | ||
version = "0.9.1" | ||
license = "LGPL-3.0-or-later" | ||
description = "Python API for geoh5, an open file format for geoscientific data" | ||
authors = ["Mira Geoscience <[email protected]>"] | ||
|
@@ -38,20 +38,19 @@ include = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9,<3.11" | ||
python = "^3.9" | ||
|
||
h5py = "^3.2.1" | ||
numpy = "!=1.19.4, ~1.23.5" | ||
numpy = "~1.26.0" | ||
Pillow = "~10.3.0" | ||
|
||
|
||
[tool.poetry.group.dev.dependencies] | ||
Pygments = "*" | ||
lockfile = "^0.12.2" | ||
pylint = "*" | ||
pytest = "*" | ||
pytest-cov = "*" | ||
scipy = "~1.10.1" | ||
scipy = "~1.13.1" | ||
sphinx = "^3.0" | ||
sphinx-autodoc-typehints = "^1.10" | ||
sphinx-rtd-theme = "^0.4.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters