Ctparse

Latest version: v0.3.6

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

Scan your dependencies

Page 2 of 3

0.2.0

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

* Implemented new type `Duration`, to handle lengths of time
* Adapted the dataset to include `Duration`
* Implemented basic rule to merge `Duration`, `Time` and `Interval` in simple cases.
* Created a make target to train the model `make train`

0.1.0

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

* Major refactor of code underlying predictive model
* Based on a contribution from bharathi-srini: replace naive bayes from sklearn by own implementation
* Thus remove dependencies on numpy, scipy, scikit-learn
* Predictions are much faster: 97/s in the old vs. 239/s in the new code base
* Performance identical
* Deprecate support for python 3.5, add 3.8
* Add more strict type checking rules (mypy.ini)
* Force black code formatting, make this a linter step, "black" all code

0.0.47

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

* Allow overlapping matches of regular expression when generating inital stack of "tokens"

0.0.46

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

* Implemented heuristics to detect (albeit imperfectly) military times

0.0.44

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

* Released time corpus
* Implemented training model using ctparse corpus

0.0.43

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

* Added slash as a general separator
* Added ruleTODTOD (to support expression like afternoon/evening)

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.