Skip to content

2.0.4

Compare
Choose a tag to compare
@DeepSpace2 DeepSpace2 released this 18 Jun 17:53
· 201 commits to master since this release
  • Fixed a bug that caused apply_style_by_indexes not to work in case the dataframe had non-integer indexes in some cases
  • Added support for text rotation

Also includes the following changes from non-tagged releases:

2.0.3

  • Fixing pandas dependency for different Python versions, related to #52, #53

2.0.2

  • Fixed a "'column' is out of columns range" error when settings a column's width if dataframe has more than 26 columns.