Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to version 0.1.6 #49

Merged
merged 2 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Thomzoy marked this conversation as resolved.
Show resolved Hide resolved
- 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 !
Loading