Skip to content

Commit

Permalink
bump to v0.1.5 (#44)
Browse files Browse the repository at this point in the history
* bump to v0.1.5

* update changelog
  • Loading branch information
Thomzoy authored Apr 5, 2023
1 parent 16b3831 commit 2e4c960
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 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

### Fixed

- 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
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.dev1"
__version__ = "0.1.5"

import warnings

Expand Down

0 comments on commit 2e4c960

Please sign in to comment.