Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Upgrade to v0.7.2 (#385)
Browse files Browse the repository at this point in the history
* fixed docker topic creation command for real-time risk

* upgrade notebook to v0.7.2

* Update price elasticity to remove deprecated methods

* Update IFRS9 for https://github.com/activeviam/atoti/issues/3819

* Upgrade security function according to v0.7.2
  • Loading branch information
HuifangYeo committed Nov 30, 2022
1 parent e2cae0b commit 41c4438
Show file tree
Hide file tree
Showing 11 changed files with 1,689 additions and 1,572 deletions.
Binary file not shown.
171 changes: 96 additions & 75 deletions notebooks/01-use-cases/finance/front-office/real-time-risk/main.ipynb

Large diffs are not rendered by default.

330 changes: 165 additions & 165 deletions notebooks/01-use-cases/finance/insurance/price-elasticity/main.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

245 changes: 133 additions & 112 deletions notebooks/02-technical-tutorials/security-implementation/04-LDAP.ipynb

Large diffs are not rendered by default.

308 changes: 165 additions & 143 deletions notebooks/02-technical-tutorials/security-implementation/main.ipynb

Large diffs are not rendered by default.

1,064 changes: 542 additions & 522 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["atoti <contact@atoti.io>"]

[tool.poetry.dependencies]
python = ">=3.8.0,<3.9.7 || >3.9.7,<3.11"
atoti = {extras = ["jupyterlab", "kafka", "aws", "azure", "gcp"], version = "^0.7.0"}
atoti = {extras = ["jupyterlab", "kafka", "aws", "azure", "gcp"], version = "0.7.2"}
wget = "^3.2"
treelib = "^1.6.1"
matplotlib = "^3.4.2"
Expand Down

0 comments on commit 41c4438

Please sign in to comment.