a b/docs/history.md
1
# Release history
2
3
## 0.9.0 (Future)
4
- Build web-app dashboard interface for importing user multiomics data files
5
6
## 0.8.6 (Pending)
7
- Changed to Github Actions CI from Travis CI
8
- Revamped openomics.readthedocs.io
9
- Fixed bugs from pyOpenSci reviews.
10
11
## 0.8.5 (2020-02-19)
12
- Importing GENCODE gtf files using dask now works with gzip compressed files.
13
- Improved coverage and performance of automated tests.
14
15
## 0.8.4 (2020-01-07)
16
- Enabled the support for Dask dataframes for ExpressionData and Annotation Dataset's. To use this feature, simply use
17
  the npartitions argument when instantiating an ExpressionData or Annotation/Sequence/Interaction Dataset.
18
19
## 0.7.2 (2019-09-01)
20
- Added compatibility for Python 2.7
21
- Refactored ClinicalData
22
- Built working documentations with Sphinx on readthedocs
23
- Added pytests for MultiOmicsData
24
- First successful build on Travis CI on Python 3.4-3.7, 2.7
25
26
## 0.6.0 (2019-08-31)
27
- First release on PyPI.