Recent Releases of work-set-clustering
work-set-clustering - Version 0.4.1
Added
- Command-line scripts to extract descriptive keys either from XML or CSV files (https://github.com/kbrbe/work-set-clustering/issues/11)
- Documentation about the usage of the descriptive keys extraction scripts (https://github.com/kbrbe/work-set-clustering/issues/13)
- Python
Published by SvenLieber about 1 year ago
work-set-clustering - Version 0.4.0
# Added
- Documentation about integration tests in test/README.md and test/resources/README.md
Changed
- When updating clusters, descriptive keys of the initial clusters are now an optional parameter. This allows the reuse of existing clusters, even when they contain overlapping elements (https://github.com/kbrbe/work-set-clustering/issues/9)
- Integration tests are restructured: instead of a single TestClustering class with test functions, we have now different "sets" of test functions (test functions grouped in a class). Actual test cases can inherit the test function classes that are appropriate for the given context
- Python
Published by SvenLieber over 1 year ago
work-set-clustering - Version 0.3.0
Breaking changes for use as a programming library, because the parameter for the input file expects now a list.
Added
- Functionality to add multiple descriptive key input files (7)
Changed
- Instead of a single integration test class
TestClustering, that class now only contains the test functions and they are called for different implementations in subclasses ofTestClustering.
- Python
Published by SvenLieber about 2 years ago
work-set-clustering - Version 0.2.1
Fixed
- Switched logic: When using the commandline with existing clusters as input, clustering from scratch was involved and vice versa
- Python
Published by SvenLieber about 2 years ago
work-set-clustering - Version 0.2.0
Added
- Functionality to reuse previously computed cluster assignments (https://github.com/kbrbe/work-set-clustering/issues/1)
- More unit tests as well as integration tests for the whole script (https://github.com/kbrbe/work-set-clustering/issues/2)
Changed
- Updated the documentation to provide an example of the input data (https://github.com/kbrbe/work-set-clustering/issues/3)
- Python
Published by SvenLieber over 2 years ago
work-set-clustering - Version 0.1.0
Added
- Initial version of the script copied from the tool.csv folder of https://github.com/kbrbe/beltrans-data-integration/
- Python
Published by SvenLieber over 2 years ago