-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update nzhsm-common dependency to ^0.6.0 (#39)
* update nzhsm-common dependency to ^0.6.0 * remove version control from ToshiOpenquakeMeta * mock cache when testing hazard aggregation query * update changelog * Bump version: 0.7.0 → 0.7.1
- Loading branch information
1 parent
6495c9e
commit ea382e3
Showing
10 changed files
with
1,476 additions
and
1,492 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.7.0 | ||
current_version = 0.7.1 | ||
commit = True | ||
tag = True | ||
|
||
|
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
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,7 +1,7 @@ | ||
[tool] | ||
[tool.poetry] | ||
name = "toshi-hazard-store" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
homepage = "https://github.com/GNS-Science/toshi-hazard-store" | ||
description = "Library for saving and retrieving NZHSM openquake hazard results with convenience (uses AWS Dynamodb)." | ||
authors = ["GNS Science <[email protected]>"] | ||
|
@@ -32,12 +32,12 @@ ths_cache = 'scripts.ths_cache:cli' | |
|
||
[tool.poetry.dependencies] | ||
numpy = "^1.23.1" | ||
nzshm-common = "^0.5.0" | ||
openquake-engine = {version = "^3.16", optional = true} | ||
pandas = "^1.4.3" | ||
pynamodb = "^5.2.1" | ||
pynamodb-attributes = "^0.3.2" | ||
python = ">=3.8,<4.0" | ||
nzshm-common = "^0.6.0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
black = { version = "^22.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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """GNS Science""" | ||
__email__ = '[email protected]' | ||
__version__ = '0.7.0' | ||
__version__ = '0.7.1' | ||
|
||
|
||
import toshi_hazard_store.model as model | ||
|
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