Recent Releases of https://github.com/ap6yc/cvi
https://github.com/ap6yc/cvi - v0.6.0
This release adds more documentation and moves these docs from readthedocs to the repo's GitHub pages.
What's Changed
- 72 GitHub hosted docs by @AP6YC in https://github.com/AP6YC/cvi/pull/73
- Remove vscode settings, comment gitignore by @AP6YC in https://github.com/AP6YC/cvi/pull/75
- Docs cleanup by @AP6YC in https://github.com/AP6YC/cvi/pull/79
- Self host docs by @AP6YC in https://github.com/AP6YC/cvi/pull/82
- Release/v0.6.0 by @AP6YC in https://github.com/AP6YC/cvi/pull/83
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.5.1...v0.6.0
- Python
Published by AP6YC about 2 years ago
https://github.com/ap6yc/cvi - v0.5.1
This patch fixes the documentation generation for the API/index in the readthedocs.
- Python
Published by AP6YC almost 3 years ago
https://github.com/ap6yc/cvi - v0.5.0
This release overhauls the hosted documentation, expands the testing matrix, and fixes a number of bugs and fencepost errors.
What's Changed
- Feature/ch n clusters bug by @AP6YC in https://github.com/AP6YC/cvi/pull/64
- Expand testing matrix by @AP6YC in https://github.com/AP6YC/cvi/pull/66
- Feature/documentation by @AP6YC in https://github.com/AP6YC/cvi/pull/67
- Release/v0.5.0 by @AP6YC in https://github.com/AP6YC/cvi/pull/68
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.4.0...v0.5.0
- Python
Published by AP6YC almost 3 years ago
https://github.com/ap6yc/cvi - v0.4.0
This minor release adds more CVIs and improvements, such as:
- The (Renyi's) representative Cross Information Potential (rCIP) CVI.
- The Partition Separation (PS) CVI.
- Increased test coverage to 100%.
- Percentage error in testing to verify the numerical results of each CVI for consistency.
- Programmatic tracking of docs build settings at readthedocs.
What's Changed
- Convert cvi test to percentage difference by @AP6YC in https://github.com/AP6YC/cvi/pull/54
- Feature/coverage passes by @AP6YC in https://github.com/AP6YC/cvi/pull/57
- Feature/r cip by @AP6YC in https://github.com/AP6YC/cvi/pull/58
- Feature/rtd file by @AP6YC in https://github.com/AP6YC/cvi/pull/60
- Feature/ps by @AP6YC in https://github.com/AP6YC/cvi/pull/61
- Release/v0.4.0 by @AP6YC in https://github.com/AP6YC/cvi/pull/62
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.3.0...v0.4.0
- Python
Published by AP6YC almost 4 years ago
https://github.com/ap6yc/cvi - v0.3.0
This minor version adds the following to the cvi package:
- The WB index.
- The XB index.
- Soft privatization of CVI parameters and methods. Now only the criterion_value parameter is openly exposed to the user, though all other parameters are accessible with internal use syntax of a prepended underscore _.
- Early ICVI development is added as the module cvi.compat.v0.
What's Changed
- Feature/wb by @AP6YC in https://github.com/AP6YC/cvi/pull/47
- Nominally add XB by @AP6YC in https://github.com/AP6YC/cvi/pull/48
- Feature/privatize parameters by @AP6YC in https://github.com/AP6YC/cvi/pull/52
- Feature/compat by @AP6YC in https://github.com/AP6YC/cvi/pull/53
- Release/v0.3.0 by @AP6YC in https://github.com/AP6YC/cvi/pull/55
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.2.0...v0.3.0
- Python
Published by AP6YC almost 4 years ago
https://github.com/ap6yc/cvi - v0.2.0
This minor update includes the following:
- Soft privatizes internal methods beyond the API
- Adds the GD43 and GD53 CVIs
- Adds a cvi.MODULES variable that lists all implemented CVIs for ease
What's Changed
- Feature/private refactor by @AP6YC in https://github.com/AP6YC/cvi/pull/41
- Add cvi.MODULES by @AP6YC in https://github.com/AP6YC/cvi/pull/42
- Feature/gd43 by @AP6YC in https://github.com/AP6YC/cvi/pull/43
- GD53 by @AP6YC in https://github.com/AP6YC/cvi/pull/44
- Release/v0.2.0 by @AP6YC in https://github.com/AP6YC/cvi/pull/45
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.1.1...v0.2.0
- Python
Published by AP6YC almost 4 years ago
https://github.com/ap6yc/cvi - v0.1.1
This patch improves coverage and adds error handling with some additional refactoring.
What's Changed
- Feature/remove none empty returns by @AP6YC in https://github.com/AP6YC/cvi/pull/34
- Add error handling and unit test by @AP6YC in https://github.com/AP6YC/cvi/pull/36
- Feature/error handling test refactor by @AP6YC in https://github.com/AP6YC/cvi/pull/37
- Add .coveragerc, modify abstract pass by @AP6YC in https://github.com/AP6YC/cvi/pull/39
- Release/v0.1.1 by @AP6YC in https://github.com/AP6YC/cvi/pull/40
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.1.0...v0.1.1
- Python
Published by AP6YC almost 4 years ago
https://github.com/ap6yc/cvi - v0.1.0
This is the first usable release of the cvi Python package. This PR folds in a common programming usage for the CVIs in addition to a documentation of that usage.
What's Changed
- Add zenodo latest permalink by @AP6YC in https://github.com/AP6YC/cvi/pull/27
- Feature/porcelain usage by @AP6YC in https://github.com/AP6YC/cvi/pull/28
- Release/v0.1.0 by @AP6YC in https://github.com/AP6YC/cvi/pull/29
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.1.0-alpha.4...v0.1.0
- Python
Published by AP6YC almost 4 years ago
https://github.com/ap6yc/cvi - v0.1.0-alpha.4
This preproduction release adds the following:
- The Davies-Bouldin (DB) CVI
- Code coverage reporting
- Readme documentation
What's Changed
- Feature/db by @AP6YC in https://github.com/AP6YC/cvi/pull/23
- Feature/readme update by @AP6YC in https://github.com/AP6YC/cvi/pull/25
- Release/v0.1.0 alpha.4 by @AP6YC in https://github.com/AP6YC/cvi/pull/26
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.1.0-alpha.3...v0.1.0-alpha.4
- Python
Published by AP6YC almost 4 years ago
https://github.com/ap6yc/cvi - v0.1.0-alpha.3
This preproduction release adds the following:
- The Centroid-based Silhouette (cSIL) CVI
- Explicit imports that allow the user to access the CVI modules from the top package level (i.e.,
cvi.cSIL)
What's Changed
- Make imports explicit, add modules to top level by @AP6YC in https://github.com/AP6YC/cvi/pull/17
- Feature/csil by @AP6YC in https://github.com/AP6YC/cvi/pull/20
- Release/v0.1.0 alpha.3 by @AP6YC in https://github.com/AP6YC/cvi/pull/22
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.1.0-alpha.2...v0.1.0-alpha.3
- Python
Published by AP6YC almost 4 years ago
https://github.com/ap6yc/cvi - v0.1.0-alpha.2
This preproduction release adds unit testing and formalizes the CH batch and incremental CVI.
What's Changed
- Feature/setup tests by @AP6YC in https://github.com/AP6YC/cvi/pull/4
- Release/v0.1.0 alpha.2 by @AP6YC in https://github.com/AP6YC/cvi/pull/9
Full Changelog: https://github.com/AP6YC/cvi/compare/v0.1.0-alpha.1...v0.1.0-alpha.2
- Python
Published by AP6YC almost 4 years ago
https://github.com/ap6yc/cvi - v0.1.0-alpha.1
This production release begins development towards an initial full release.
Full Changelog: https://github.com/AP6YC/cvi/commits/v0.1.0-alpha.1
- Python
Published by AP6YC almost 4 years ago