Skip to content

Releases: nickderobertis/sensitivity

v0.2.8

09 Oct 01:21
Compare
Choose a tag to compare

Changes

  • No changes

v0.2.7

08 Oct 15:14
Compare
Choose a tag to compare

Changes

  • No changes

v0.2.6

24 Oct 19:52
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Get working with new versions of pandas by removing pd_utils dependency @nickderobertis (#28)

v0.2.5

24 Oct 18:18
Compare
Choose a tag to compare

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