Releases: nickderobertis/sensitivity
Releases · nickderobertis/sensitivity
v0.2.8
v0.2.7
Changes
- No changes
v0.2.6
Changes
🐛 Bug Fixes
- Get working with new versions of pandas by removing pd_utils dependency @nickderobertis (#28)
v0.2.5
Changes
🚀 Features
- Add ability to pass labels for inputs and have them show up in styled dfs and plots @nickderobertis (#12)
- Add progress bar, ability to change color maps, improve tests, and upgrade CI to python 3.8 @nickderobertis (#11)
- Add ability to set number formatting in styled dfs and update example. Add real tests for stylers @nickderobertis (#7)
- Handle three or more inputs with styled dfs. Display styled dfs by default. @nickderobertis (#4)
- Get styled DataFrames @nickderobertis (#3)
🐛 Bug Fixes
- Fix error where not enough rows were being created in sensitivity plot @nickderobertis (#6)
🧰 Maintenance
- Add progress bar, ability to change color maps, improve tests, and upgrade CI to python 3.8 @nickderobertis (#11)
- Add ability to set number formatting in styled dfs and update example. Add real tests for stylers @nickderobertis (#7)
📖 Documentation
- Update docs to give overview of package @nickderobertis (#15)
- Add overview docs and example notebook @nickderobertis (#5)