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

Commit 73e2586

Browse files
authored
Update CHANGELOG.md
1 parent d5e6774 commit 73e2586

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,21 @@ and this project is versionned in the `YY.MM` format corresponding to the month
2727
- Nothing, it's our first release :smile: :tada:
2828

2929
### Fixed
30-
- Nothing, it's our first release :smile: :tada:
30+
- Nothing, it's our first release :smile: :tada:
31+
32+
33+
## [21.09] - September 2021
34+
### Added
35+
- Created documentation using Sphinx
36+
- Created synthetic data generation capabilities
37+
- Created [explainability module](/predictsignauxfaibles/explain.py)
38+
- Created a [CLI](/predictsignauxfaibles/__main__.py) to easily parameterize model training runs
39+
- Created [model config files](/models)
40+
- Created "redressements experts" capacities [starting with a URSSAF-based rule](/predictsignauxfaibles/redressements.py)
41+
- Created [evaluation module](/predictsignauxfaibles/evaluate.py)
42+
43+
### Fixed
44+
- fill missing fields after fetching data
45+
- merging redundant operations on data.columns
46+
- force siren and sirets to be strings + pad them to 9 characters
47+
- downgrade jedi version to fix auto-complete bug with ipython.

0 commit comments

Comments
 (0)