Skip to content

Commit

Permalink
Bump version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Aremaki committed Sep 20, 2023
1 parent 0585222 commit bafdac3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.6
pip install edsteva==0.2.7
```
## Example

Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog
## Unreleased
## v0.2.7 - 20-09-2023

- Add new test for BiologyProbe
- Custom probe is simplified
- New parameters GHM and Condition for probe computation
## v0.2.6 - 09-08-2023

- Update LocalData for EDS-Tuto.
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.6
pip install edsteva==0.2.7
```
## 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.6"
__version__ = "0.2.7"


import importlib
Expand Down
2 changes: 1 addition & 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.6"
version = "0.2.7"
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 <adam.remaki@aphp.fr>", "Vicent Maladiere <vincent.maladiere-ext@aphp.fr>", "Benoit Playe <benoit.playe@aphp.fr>", "Romain Bey <romain.bey@aphp.fr>", "Paul Bernard <paul.bernard@aphp.fr>"]
keywords = ["OMOP", "Data Analysis", "Electronic health record"]
Expand Down

0 comments on commit bafdac3

Please sign in to comment.