Releases: devopshq/FuzzyClassificator
Release 1.3.72 announcement
Release version of FuzzyClassificator [1.3 build 72] uploaded to PyPI:
https://pypi.python.org/pypi/FuzzyClassificator/1.3.72
Please report new bugs or the required functionality in new tasks.
Features
-
Now you can install FuzzyClassificator via pip:
pip install FuzzyClassificator [--upgrade] [--pre]
-
API work mode added. You can use Main() function if FuzzyClassificator imported as a module. Also API work in Anaconda python interpreter. Work examples with API added to README.md (See chapter "Work with API").
-
Documentation auto-updated from README.md on the GitHub-pages. More usage examples and classificating scheme added: https://devopshq.github.io/FuzzyClassificator/
-
--version console key added which show version as major.minor.["dev"]build. Also version is printed in the log.
-
--show-expected console key added which show column with expected results if classifying ethalon data file.
Improvements
-
Build-process realized using Travis-CI. After success build FuzzyClassificator auto-uploaded to PyPI: .whl archive suported.
-
Badges with links and actual statuses from Travis-CI, PyPI and Codacy services added to README.md.
-
A lot of code refactoring. Code quality grade increased from B to A using Codacy service: https://www.codacy.com/app/tim55667757/FuzzyClassificator/dashboard
-
Some unit-tests on base routines added.
release-1.2
Important:
- Re-license to MIT.
- Freezed development in old personal project https://github.com/Tim55667757/FuzzyClassificator and move it to the Open DevOps Community: https://github.com/devopshq/FuzzyClassificator
Features:
- Stop train if errors less than some value.
- Auto-update error status in log after given epochs time.
- Saving the best network during training time.
- Updated usage examples.
- Optimized all critical methods - the program began to work several times faster!
See more (articles in russian):
- Vulnerability testing methods: https://habrahabr.ru/company/pt/blog/187636/
- Mathematical apparatus:
- https://fundamental-research.ru/ru/article/view?id=35511
- http://math-n-algo.blogspot.ru/2014/08/FuzzyClassificator.html
- https://habrahabr.ru/company/pt/blog/246197/
- http://math-n-algo.blogspot.ru/2013/04/blog-post.html
- Implementation: https://habrahabr.ru/company/pt/blog/274241/
- Op!DevOps! meet up: https://habrahabr.ru/company/pt/blog/323436/