Skip to content

Releases: nok/pandas-render

v0.4.0

24 Jun 12:05
@nok nok
e7990ac
Compare
Choose a tag to compare

0.4.0 (2025-05-18)

Features

  • Add type hinting support with py.typed file (92058e4)

v0.3.1

21 Apr 19:23
@nok nok
52272c5
Compare
Choose a tag to compare

0.3.1 (2025-04-21)

Documentation

  • Add support section (4e0cea3)
  • Enclose installation commands in quotes (b97c250)
  • Remove installation instructions and repository links from examples (89fc056)
  • Remove license badge (f5e8483)
  • Use full image url (d14fec3)

v0.3.0

16 Apr 22:56
@nok nok
56ef96e
Compare
Choose a tag to compare

0.3.0 (2025-04-16)

⚠ BREAKING CHANGES

  • Rename 'columns' to 'templates' in rendering functions for clarity

Features

  • Add and support polars DataFrame and Series (033e2ed)
  • Add CLI command pandas serve for serving local files (22df404)
  • Add custom column names for rendered dataframes (7406f68)
  • Add examples (258e92f)
  • Add gallery rendering feature for DataFrames (489c27e)
  • Add GitHub workflows for release and testing automation (653ba4f)
  • Add Makefile for linting, testing, and setup tasks (9f88e56)
  • Add option to hide table header (42236be)
  • Enhance Image and Link elements with default attributes (d846a07)
  • Improve column order logic (4037e76)

Bug Fixes

  • Add missing dependencies (88314c8)
  • Ease versions of dependencies (main) (42721ae)
  • Update version number in tests to match current release (bd9183f)

Documentation

  • Add contributing guidelines and restructure development section in README (8e9517c)
  • Add funding configuration (b973af4)
  • Add note on following Conventional Commits standard (3d97b40)
  • Adjust image height in README for better display (43c3776)
  • Enhance README and examples (5b1502e)
  • Fix links in README for contributing guidelines and license (a734694)
  • Update badge links for clarity and consistency (25511ba)
  • Update README to include development instructions and uv package management (721c331)
  • Update README with enhanced description and add logo image (a00e6cb)

Miscellaneous Chores

Code Refactoring

  • Rename 'columns' to 'templates' in rendering functions for clarity (5f0dbe8)