Bof

Latest version: v0.3.4

Safety actively analyzes 624963 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.4

---------------------------------------------------

* Renaming process.py to fuzz.py to emphasize that the module aims at being an alternative to the fuzzywuzzy package.
* Removed modules FactorTree and JC. What they did is now essentially covered by the feature_extraction and fuzz
modules.
* General cleaning / rewriting of the documentation.


---------------------------------------------------

0.3.3

---------------------------------------------------

* All core CountVectorizer methods ported to Cython. Roughly 2.5X faster than sklearn counterpart (mainly because some features like min_df/max_df are not implemented).
* Process numba methods NOT converted to Cython as Numba seems to be 20% faster for csr manipulation.
* Numba functions are cached to avoid compilation lag.


---------------------------------------------------

0.3.2

---------------------------------------------------

* First attempt to use Cython
* Right now only the fit_transform method of CountVectorizer has been cythonized, for testing wheels.
* If all goes well, numba will probably be abandoned and all the heavy-lifting will be in Cython.


-----------------------------------------------------

0.3.1

-----------------------------------------------------

* Attributes of the CountVectorizer have been reduced to the minimum: one dict!
* Now faster than sklearn counterpart! (The reason been only one case is considered here so we can ditch a lot of checks and attributes).


---------------------------------------------------

0.3.0

---------------------------------------------------

* The core is now the CountVectorizer class. Lighter and faster. Only features are kept inside.
* New process module inspired by fuzzywuzzy!


---------------------------------

0.2.0

---------------------------------

* Full refactoring to make the package fit/transform compliant.
* Add a fit_sampling method that allows to fit only a (random) subset of factors


---------------------------------

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.