Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 3d6362b

Browse files
committed
Update CHANGELOG
1 parent d9443a6 commit 3d6362b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
## [0.9.2] - 2020-06-dd
1616
### Added
1717
* DOI reference link using Zenodo
18+
* @dataclass decorator to datadabase tables ORM
19+
* Install instruction for Python 3.6 dataclasses
1820

1921
### Changed
22+
* Renamed JoinedPreprocessor to ForkedPreprocessor
23+
* Renamed JoinDataFrames to ToMergedDataframes
24+
* Renamed SinglePickleCache to PickleCache
25+
2026
### Removed
27+
* Python 3.6 full support due to @dataclass
28+
(workaround: python3.6 -m pip install dataclasses)
29+
* Conda environment.yml configuration file
30+
* ChunksPickleCache cache manager
31+
* VerticalPipeline pipeline executor
32+
* TextMiner textual analysis
33+
2134
### Fixed
2235

2336
## [0.9.1] - 2020-06-03

0 commit comments

Comments
 (0)