Krisi

Latest version: v1.4.4

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

Scan your dependencies

Page 5 of 5

0.0.4

What's Changed
* docs(Readme): Updated image imports to be absolute for pypi. by szemyd in https://github.com/dream-faster/krisi/pull/98
* Feature(Project): Automatic bumping with ``bumpver`` setup. by szemyd in https://github.com/dream-faster/krisi/pull/99
* chore(Bump): Bump commit message. by szemyd in https://github.com/dream-faster/krisi/pull/100


**Full Changelog**: https://github.com/dream-faster/krisi/compare/v0.0.2...0.0.4

0.0.2

Initial release

What's Changed
* Feature(Init): Preliminary initalization of the repository. by szemyd in https://github.com/dream-faster/krisi/pull/1
* Feature(Packaging): Created package structure by szemyd in https://github.com/dream-faster/krisi/pull/5
* Feature(Plotly & Utils): Refractored helper functions for example pipelines into utils, added further features to plotting. by szemyd in https://github.com/dream-faster/krisi/pull/8
* Feature(Scorecard): Added Metrics object & setting and updating of scorecard & base metrics. by szemyd in https://github.com/dream-faster/krisi/pull/9
* Chore(Metrics): Refractored types and printing. by szemyd in https://github.com/dream-faster/krisi/pull/10
* Feature(Scorecard & Metric): Better default metric behaviour, improved printing and more predefined Metrics. by szemyd in https://github.com/dream-faster/krisi/pull/11
* fix, Feature (Metric, Test): Fixed metric copying and added workflow and tests. by szemyd in https://github.com/dream-faster/krisi/pull/12
* Feature(Licence): Modified Proprietary licence to Commons Clause on top of MIT Licence. by szemyd in https://github.com/dream-faster/krisi/pull/13
* Feature(Rolling): Metrics now have a rolling based evaluation option. by szemyd in https://github.com/dream-faster/krisi/pull/14
* Feature(Scorecard Report): Hooking up scorecard with reporting function. by szemyd in https://github.com/dream-faster/krisi/pull/15
* fix(Dependencies): remove the hard constraints on specific versions of libraries by almostintuitive in https://github.com/dream-faster/krisi/pull/16
* Feature(Plotting): Parametricized the plotting function by szemyd in https://github.com/dream-faster/krisi/pull/17
* feature(Metrics): added new MAPE default metric, renamed `MResultGeneric` to `MetricResult` by almostintuitive in https://github.com/dream-faster/krisi/pull/20
* Docs(Sphinx): Setup initial documentation structure and workflow. by szemyd in https://github.com/dream-faster/krisi/pull/18
* chore(Dependency): Took out sktime as a dependency. by szemyd in https://github.com/dream-faster/krisi/pull/24
* chore(Docs): updated installing instructions by almostintuitive in https://github.com/dream-faster/krisi/pull/26
* feature(Packaging): Added workflows that mimic the modeling library's… by szemyd in https://github.com/dream-faster/krisi/pull/25
* chore(Refractor): Interface improvements by szemyd in https://github.com/dream-faster/krisi/pull/27
* chore(CI): Moved ``requirements.txt`` to docs by szemyd in https://github.com/dream-faster/krisi/pull/28
* feature(Readme): New logo and description, cleaned up unused code. by szemyd in https://github.com/dream-faster/krisi/pull/31
* Docs(Readme): Updated readme with formatting. by szemyd in https://github.com/dream-faster/krisi/pull/32
* feature(Assertions): Added checks for ``y`` and ``predictions`` by szemyd in https://github.com/dream-faster/krisi/pull/33
* feature(Scorecard): Scorecard evaluates metrics by szemyd in https://github.com/dream-faster/krisi/pull/35
* feature(Printing): Short summary of core statistics. by szemyd in https://github.com/dream-faster/krisi/pull/36
* feature(Metrics): Added more default metrics and info for previous ones. by szemyd in https://github.com/dream-faster/krisi/pull/38
* feature(Examples): Updated examples and fixed rolling based printing. by szemyd in https://github.com/dream-faster/krisi/pull/39
* Docs(Readme): Updated readme with diagrams and better explanations. by szemyd in https://github.com/dream-faster/krisi/pull/41
* Feature(Evaluate): Updated ``readme`` and ``evaluate`` now accessible from ``krisi`` directly. by szemyd in https://github.com/dream-faster/krisi/pull/44
* Feature(Saving): ``ScoreCard`` object and console summary can be saved now. by szemyd in https://github.com/dream-faster/krisi/pull/46
* fix(Saving): default evaluate at definition time, which is problemati… by szemyd in https://github.com/dream-faster/krisi/pull/47
* Feature(Compare): Function to compare scorecards. by szemyd in https://github.com/dream-faster/krisi/pull/50
* Feature(Loading): Retrieval of all scorecards based on project name by szemyd in https://github.com/dream-faster/krisi/pull/53
* Feature(Classification): System now supports binary classification. by szemyd in https://github.com/dream-faster/krisi/pull/55
* feature(Tests): Example integration tests added. by szemyd in https://github.com/dream-faster/krisi/pull/56
* Docs(Docstrings): Added sklearn formatted docstrings to ``ScoreCard`` by szemyd in https://github.com/dream-faster/krisi/pull/58
* fix(Sphinx): Fixed autosummary issues and renamed ``evaluate`` to ``eval`` to not conflict wit… by szemyd in https://github.com/dream-faster/krisi/pull/63
* fix(Sphinx): Logo path was incorrect by szemyd in https://github.com/dream-faster/krisi/pull/64
* Feature(ScoreCard): Targets and Predictions are now directly supplied to ``ScoreCard`` by szemyd in https://github.com/dream-faster/krisi/pull/67
* Feature(PDF): New layout by szemyd in https://github.com/dream-faster/krisi/pull/68
* Chore(PDF): Remaining commit by szemyd in https://github.com/dream-faster/krisi/pull/71
* Docs(Sphinx): Sphinx debugged, ``autosummary`` now builds correctly. by szemyd in https://github.com/dream-faster/krisi/pull/72
* chore(Renaming): Renamed ``eval`` to ``score`` by szemyd in https://github.com/dream-faster/krisi/pull/74
* refactor(Calculation): added "both" option, removed need for an array, renamed enum to drop redundant "Type" by almostintuitive in https://github.com/dream-faster/krisi/pull/76
* Feature(Vizualisation): Classification label imbalance now displayed. by szemyd in https://github.com/dream-faster/krisi/pull/79
* Feature(Metrics): More default metrics categories by szemyd in https://github.com/dream-faster/krisi/pull/80
* Docs(Readme): Updated diagrams and added discord. by szemyd in https://github.com/dream-faster/krisi/pull/82
* Feature(HTML): Improved interactive HTML generation with dash. by szemyd in https://github.com/dream-faster/krisi/pull/83
* feature(Tests): All examples tested in ``examples`` directory (except running ``dash`` server) by szemyd in https://github.com/dream-faster/krisi/pull/86
* docs(Readme): Updated readme with new images. by szemyd in https://github.com/dream-faster/krisi/pull/87
* docs(Readme): Fixed errors. by szemyd in https://github.com/dream-faster/krisi/pull/88
* Docs(Examples): Added a jupyter notebook quick start runthrough. by szemyd in https://github.com/dream-faster/krisi/pull/89
* feature(Metrics): added SMAPE and Matthew's correlation coefficient by almostintuitive in https://github.com/dream-faster/krisi/pull/93
* feature(Docs): use MKDocs by almostintuitive in https://github.com/dream-faster/krisi/pull/91
* feature(Packaging): Updated ``pyproject`` by szemyd in https://github.com/dream-faster/krisi/pull/95
* fix(Docs): links to images by almostintuitive in https://github.com/dream-faster/krisi/pull/97
* feature(CI): added publish workflow by almostintuitive in https://github.com/dream-faster/krisi/pull/96

New Contributors
* szemyd made their first contribution in https://github.com/dream-faster/krisi/pull/1
* almostintuitive made their first contribution in https://github.com/dream-faster/krisi/pull/16

**Full Changelog**: https://github.com/dream-faster/krisi/commits/v0.0.2

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.