Skip to content

Commit

Permalink
Bump to version 0.1.6 (#49)
Browse files Browse the repository at this point in the history
Bump to version 0.1.6
  • Loading branch information
Aremaki committed Sep 27, 2023
1 parent ae8989a commit cb73941
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
26 changes: 14 additions & 12 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
# Changelog

## Pending

## v0.1.6 (2023-09-27)
### Added
- Module event_sequences to visualize individual sequences of events
- Module ``event_sequences`` to visualize individual sequences of events.
- Module ``age_pyramid`` to quickly visualize the age and gender distributions in a cohort.
### Fixed
- Compatibility with [EDS-TeVa](https://github.com/aphp/edsteva) and [EDSNLP](https://github.com/aphp/edsnlp).

## v0.1.5 (2023-04-05)

### Added

- BaseData class as a parent class for HiveData, PandasData and PostgresData
- Phentyping class with 4 implemented phenotyes
- Custom logger to display useful information during computation
- BaseData class as a parent class for HiveData, PandasData and PostgresData.
- Phentyping class with 4 implemented phenotyes.
- Custom logger to display useful information during computation.

### Fixed

- Add caching to speedup computations
- Updated method to persist tables as parquet locally, with a support for ORC-stored I2B2 database
- Add caching to speedup computations.
- Updated method to persist tables as parquet locally, with a support for ORC-stored I2B2 database.


## v0.1.4 (2023-02-09)

### Added

- Allow saving DB locally in client or cluster mode
- Add data cleaning function to handle incorrect datetime in spark
- Filter biology config on care site
- Adding person-dependent `datetime_ref` to `plot_age_pyramid`
- Allow saving DB locally in client or cluster mode.
- Add data cleaning function to handle incorrect datetime in spark.
- Filter biology config on care site.
- Adding person-dependent `datetime_ref` to `plot_age_pyramid`.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion eds_scikit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for eds_scikit."""

__author__ = """eds_scikit"""
__version__ = "0.1.5"
__version__ = "0.1.6"

import warnings

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ theme:
- navigation.indexes
- navigation.top
- content.code.annotate
- announce.dismiss
# - announce.dismiss

nav:
- index.md
Expand Down
2 changes: 1 addition & 1 deletion mkdocs_theme/annonce_bar.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
**New features: **
check out the new [Phenotype][the-phenotype-class] module !
Check out the new [Event sequence][visualizing-event-sequences] and [Age pyramid][visualizing-age-pyramid] visualization tools !

0 comments on commit cb73941

Please sign in to comment.