Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoGonzalez committed Aug 21, 2023
1 parent 9eca289 commit e68d7b2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

<!--next-version-placeholder-->

## v0.2.0 (2023-08-21)

### Feat

- **main**: add cli and entry point to package (#16)
- **loaders**: add additionally functionality to loaders (#13)
- **loaders**: update load_data function to also accept paths, and add more contents to readme (#12)

### Refactor

- **shap components**: refactor to use dynamic sizes for all figures (#14)
- **datasets**: update docstrings and add run streamlit app comma… (#11)
- **components**: refactor docstrings and simplify functions where possib (#10)
- **webapp**: implement number of bins determined by the size of the dataset, and update docstrings (#9)
- **catboost**: remove catboost training info, that can stay local (#8)
- **catboost**: remove catboost training info, that can stay local (#7)

## v0.1.0 (2023-08-20)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shap_app"
version = "0.1.0"
version = "0.2.0"
description = "A project"
authors = ["Rodrigo Gonzalez <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -102,7 +102,7 @@ mkdocstrings = "^0.22.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
version = "0.2.0"
tag_format = "v$version"
version_scheme = "semver"
version_provider = "poetry"
Expand Down
2 changes: 1 addition & 1 deletion src/shap_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit e68d7b2

Please sign in to comment.