Skip to content

Commit

Permalink
update to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed May 16, 2023
1 parent 202c723 commit 9a6ccf0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and the versioning is mostly derived from [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.4.1] - 2023-05-16
### Added
- support for visualizations in streamlit
### Fixed
- fixed dangling pointer issue in call to CalcInteractionStrength

## [v0.4.0] - 2023-05-11
### Added
- alternative objective functions: poisson_deviance, tweedie_deviance, gamma_deviance, pseudo_huber, rmse_log (log link)
Expand Down
2 changes: 1 addition & 1 deletion python/interpret-core/interpret/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Distributed under the MIT software license

# NOTE: Version is replaced by a regex script.
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion python/interpret-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

name = "interpret-core"
# NOTE: Version is replaced by a regex script.
version = "0.4.0"
version = "0.4.1"
long_description = """
Core system for the interpret package.
Expand Down
2 changes: 1 addition & 1 deletion python/interpret/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name = "interpret"
# NOTE: Version is replaced by a regex script.
version = "0.4.0"
version = "0.4.1"
long_description = """
In the beginning machines learned in darkness, and data scientists struggled in the void to explain them.
Expand Down
1 change: 1 addition & 0 deletions shared/libebm/interpret.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{F5894036-A
..\..\CONTRIBUTING.md = ..\..\CONTRIBUTING.md
..\..\README.md = ..\..\README.md
..\..\scripts\release_process.txt = ..\..\scripts\release_process.txt
..\..\python\interpret\setup.py = ..\..\python\interpret\setup.py
vs_python_setup.txt = vs_python_setup.txt
EndProjectSection
EndProject
Expand Down
2 changes: 1 addition & 1 deletion shared/vis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interpretml/interpret-inline",
"version": "0.4.0",
"version": "0.4.1",
"description": "Interpret inline library for rendering visualizations across all notebook environments.",
"main": "index.js",
"keywords": [],
Expand Down

0 comments on commit 9a6ccf0

Please sign in to comment.