Releases: RodrigoGonzalez/streamlit-shap-app
Releases · RodrigoGonzalez/streamlit-shap-app
v0.3.6
What's Changed
- feat(shap-app): add cli commands by @RodrigoGonzalez in #17
- build(makefile): add new-version-branch for auto git generation of ne… by @RodrigoGonzalez in #18
- docs(readme): update pip install command by @RodrigoGonzalez in #20
- build(pyproject): update development status by @RodrigoGonzalez in #21
- docs(readme): add icons to readme by @RodrigoGonzalez in #22
- docs(readme): update how to run the application by @RodrigoGonzalez in #23
- fix(shap-app): Fix main command for CLI by @RodrigoGonzalez in #24
- fix(pyproject): add readme, licence, changelog to package by @RodrigoGonzalez in #26
- fix(pyproject): add images used to distribution by @RodrigoGonzalez in #28
- build(requirements): updated deps by @RodrigoGonzalez in #30
- refactor(requirements): move requirements file to directory pip by @RodrigoGonzalez in #31
- fix(pyproject): installation issues on streamlit by @RodrigoGonzalez in #32
- fix(pyproject): seaborn was missing for some reason by @RodrigoGonzalez in #33
- fix(main-app): update image rendering to automatically resize by @RodrigoGonzalez in #35
- fix(shap-app): update matplotlib backend by @RodrigoGonzalez in #37
Full Changelog: v0.2.0...v0.3.6
v0.3.5
What's Changed
- feat(shap-app): add cli commands by @RodrigoGonzalez in #17
- build(makefile): add new-version-branch for auto git generation of ne… by @RodrigoGonzalez in #18
- bump: version 0.2.0 → 0.3.0 by @RodrigoGonzalez in #19
- docs(readme): update pip install command by @RodrigoGonzalez in #20
- build(pyproject): update development status by @RodrigoGonzalez in #21
- docs(readme): add icons to readme by @RodrigoGonzalez in #22
- docs(readme): update how to run the application by @RodrigoGonzalez in #23
- fix(shap-app): Fix main command for CLI by @RodrigoGonzalez in #24
- bump: version 0.3.0 → 0.3.1 by @RodrigoGonzalez in #25
- fix(pyproject): add readme, licence, changelog to package by @RodrigoGonzalez in #26
- bump: version 0.3.1 → 0.3.2 by @RodrigoGonzalez in #27
- fix(pyproject): add images used to distribution by @RodrigoGonzalez in #28
- bump: version 0.3.2 → 0.3.3 by @RodrigoGonzalez in #29
- build(requirements): updated deps by @RodrigoGonzalez in #30
- refactor(requirements): move requirements file to directory pip by @RodrigoGonzalez in #31
- fix(pyproject): installation issues on streamlit by @RodrigoGonzalez in #32
- fix(pyproject): seaborn was missing for some reason by @RodrigoGonzalez in #33
- bump: version 0.3.3 → 0.3.4 by @RodrigoGonzalez in #34
- fix(main-app): update image rendering to automatically resize by @RodrigoGonzalez in #35
Full Changelog: v0.2.0...v0.3.5
v0.2.0
What's Changed
- bump: version 0.0.1 → 0.1.0 by @RodrigoGonzalez in #2
- build(pyproject): upgrade dependencies and add poetry plugin up by @RodrigoGonzalez in #6
- refactor(catboost): remove catboost training info, that can stay local by @RodrigoGonzalez in #7
- refactor(catboost): remove catboost training info, that can stay local by @RodrigoGonzalez in #8
- refactor(webapp): implement number of bins determined by the size of … by @RodrigoGonzalez in #9
- refactor(components): refactor docstrings and simplify functions where possible by @RodrigoGonzalez in #10
- refactor(datasets): update docstrings and add run streamlit app comma… by @RodrigoGonzalez in #11
- feat(loaders): update load_data function to also accept paths, and ad… by @RodrigoGonzalez in #12
- feat(loaders): add additionally functionality to loaders by @RodrigoGonzalez in #13
- refactor(shap components): refactor to use dynamic sizes for all figures by @RodrigoGonzalez in #14
- docs(readme): update to include SHAP package image by @RodrigoGonzalez in #15
- feat(main): add cli and entry point to package by @RodrigoGonzalez in #16
Full Changelog: v0.1.0...v0.2.0