Skip to content

Commit

Permalink
bump version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aremaki committed Jul 28, 2023
1 parent 0ca0b9c commit 8f54ae9
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pip install edsteva
We recommend pinning the library version in your projects, or use a strict package manager like [Poetry](https://python-poetry.org/).

```
pip install edsteva==0.2.3
pip install edsteva==0.2.4
```
## Example

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## v0.2.4 - 28-07-2023

- Viz: Simplify normalized probe plot
## v0.2.3 - 04-07-2023

- Viz: Fix dashboards
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ color:green Successfully installed edsteva
We recommend pinning the library version in your projects, or use a strict package manager like [Poetry](https://python-poetry.org/).

```
pip install edsteva==0.2.3
pip install edsteva==0.2.4
```
## Working example: administrative records relative to visits

Expand Down
2 changes: 1 addition & 1 deletion edsteva/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.3"
__version__ = "0.2.4"


import importlib
Expand Down
34 changes: 15 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "edsteva"
version = "0.2.3"
version = "0.2.4"
description = "EDS-TeVa provides a set of tools that aims at modeling the adoption over time and across space of the Electronic Health Records."
authors = ["Adam Remaki <[email protected]>", "Vicent Maladiere <[email protected]>", "Benoit Playe <[email protected]>", "Romain Bey <[email protected]>", "Paul Bernard <[email protected]>"]
keywords = ["OMOP", "Data Analysis", "Electronic health record"]
Expand Down Expand Up @@ -47,6 +47,7 @@ jupyterlab = "^3.0.0"
[tool.poetry.group.docs.dependencies]
pypandoc = "1.7.5"
markdown = "^3.3.4"
mkdocs = "<1.5.0"
mkdocs-autorefs = "0.4.1"
mkdocs-bibtex = "^2.0.1"
mkdocs-charts-plugin = "0.0.9"
Expand Down

0 comments on commit 8f54ae9

Please sign in to comment.