Skip to content

Releases: HHammond/PrettyPandas

v0.0.4

24 Mar 23:40
da377da
Compare
Choose a tag to compare

Major refactor of library oriented around extending Pandas DataFrame rather than implementing a Styler class.

  • Cleaned up internal aggregation API

  • Fixed bugs around formatters

  • Added functionality to put data back to DataFrame

  • Better interoperability with Pandas style API

  • Safer fluent API (now adjustments only modify a copy)

  • Updated documentation

  • Removed CSS/styling components

  • Removed Pandas Styler internals

Between Pandas Style API and Jupyter Notebook default styling for tables Pandas has good defaults and the ability to easily customize the look and feel of DataFrames. Because of that I've removed the styling components from the library and users should use DataFrame.style from this point on.

Release v0.0.3

24 Jun 01:29
Compare
Choose a tag to compare

This is a bug fix release. The Pandas style API had issued breaking changes to this library in 0.18.1 (which was to be expected, the Pandas Style API is still a provisional API and subject to breaking changes).

It's recommended that everyone update to this version which should maintain compatibility with both APIs.

Release v0.0.2

21 Jan 20:16
Compare
Choose a tag to compare
  • Added localization support for currencies and percentages
  • Deprecated as_money in favour of as_currency
  • Fixed multi-index bug
  • Switched documentation to autodocs

Release v0.0.1

17 Jan 19:44
Compare
Choose a tag to compare
Merge pull request #8 from HHammond/release_0.0.1

Add Release v0.0.1