diff --git a/changelog.md b/changelog.md index 54f63775..d3e232d3 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/eds_scikit/__init__.py b/eds_scikit/__init__.py index fd1714c5..52cc3140 100644 --- a/eds_scikit/__init__.py +++ b/eds_scikit/__init__.py @@ -1,7 +1,7 @@ """Top-level package for eds_scikit.""" __author__ = """eds_scikit""" -__version__ = "0.1.5" +__version__ = "0.1.6" import warnings diff --git a/mkdocs.yml b/mkdocs.yml index db7dfea3..4a03a26f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,7 +25,7 @@ theme: - navigation.indexes - navigation.top - content.code.annotate - - announce.dismiss + # - announce.dismiss nav: - index.md diff --git a/mkdocs_theme/annonce_bar.md b/mkdocs_theme/annonce_bar.md index ad1388c5..9a9ac9b9 100644 --- a/mkdocs_theme/annonce_bar.md +++ b/mkdocs_theme/annonce_bar.md @@ -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 !