Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@nmalkin nmalkin released this 11 Aug 03:17
· 1 commit to master since this release

v0.5.0 is a long-overdue release of plot-likert. Thank you for everyone's patience!

However, please note that some of the newer features have not gone through a whole lot of testing. If something doesn't work for you, please open an issue!

Compatibility improvements/fixes

  • 7bfcf46 - Support newer versions of Pandas (above 1.5.0). Apologies to anyone who experienced the error TypeError: DataFrame.set_axis() got an unexpected keyword argument 'inplace' (#42)!

New features & APIs

Bug fixes

  • #38 - Fix exception when plotting small sample sizes - thank you @romanwolf-git for reporting!
  • #44 - Don't truncate values in bar labels - thanks @EarlvanEick for the report!