Releases: France-Travail/words_n_fun
Releases · France-Travail/words_n_fun
Words'n Fun 1.6.1
Words'n Fun 1.6.0
Breaking Changes:
- Removed support for python 3.7
- Removed spacy model from setup.py
Improvements :
- Added support for python 3.9, 3.10 and 3.11
- Updated all libraries
- The versions of the libraries in setup.py are now "open-ended"
Words'n Fun 1.5.3
Improvements:
PR #18 : Avoid doing the transformation of the input data for every step of the pipeline, only doing it once.
PR #19 : Optimization of check_pipeline_order
PR #20 : Precalculate stopwords
PR #21 : Optimization of regroup_data_series
Bugfixes :
PR #22 : The local version was suffixed "-local". Now it will be "+local"
Words'n Fun 1.5.2
Improvements:
PR8: Add regex keword to all pandas.Series.str.replace
PR9: Improved required packages versions. Now most of the required versions are ranges.
Words'n Fun 1.5.1
Bug fix :
- PR 4: Fixed some flake8 warnings
- PR 5: Update spacy to version 3.3.1