Skip to content

Releases: France-Travail/words_n_fun

Words'n Fun 1.6.1

07 May 07:32
Compare
Choose a tag to compare

Improvements

PR #33 : Better handling of the parenthesis in the splitting of a text. More unit tests added

Words'n Fun 1.6.0

13 Oct 09:17
a54e654
Compare
Choose a tag to compare

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

04 Sep 09:25
cebf5c7
Compare
Choose a tag to compare

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

07 Sep 15:02
Compare
Choose a tag to compare

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

20 Jun 15:41
Compare
Choose a tag to compare

Bug fix :

  • PR 4: Fixed some flake8 warnings
  • PR 5: Update spacy to version 3.3.1

Words'n Fun 1.5.0

07 Jun 13:34
Compare
Choose a tag to compare

🍾🍾🍾 First GitHub release for Words'n Fun package 🍾🍾🍾

Special thanks to @Ngreff and @gsolard for their help.


@LexABzH