Skip to content

Release Notes

Recent Changes

Documentation

  • ๐Ÿ“ Add contributing guide and MkDocs documentation setup (#17)

v0.6.1

Fixes

  • ๐Ÿ› Fix PDF height-flush dropping multi-row merges at chunk boundaries (#16)

v0.6.0

Enhancements

  • ๐Ÿš€ Enhance dataframe shift handling and validation for merges (#15)

v0.5.0

Enhancements

  • โ™ป Reorganize example scripts and outputs (#14)
  • ๐Ÿงช Increase renderer and contract test coverage with lean branch tests (#13)
  • โšก Enhance PDF and XLSX rendering with new fast paths and tests (#12)

v0.4.0

Internal

  • ๐Ÿšš Organize mindoff_dataport into extract, compile, and render subpackages (#8)

Miscellaneous

  • โช Revert #8 -- Organize mindoff_dataport into extract, compile, and render subpackages (#9)

Enhancements

  • โšก Speed up XLSX repeat streaming exports (#10)

Features

  • โœจ Add support for repeating dataframe headers in PDF and tests (#11)

v0.3.0

Fixes

  • ๐Ÿž Fix repeat-sheet dataframe-content row offsets in streaming export (#6)
  • ๐Ÿž Fix dataframe shifting issue with repeat blocks (#4)

Enhancements

  • โœจ Expand style extraction and rendering support (#5)

Features

  • โœจ Add page break extraction and export support (#7)

v0.2.0

Fixes

  • Add configurable dataframe collision shifting during compile
  • ๐Ÿ”ง Improve XLSX streaming layout handling (#1)

Documentation

  • ๐Ÿ“ Refresh README documentation (#2)

Features

  • โœจ Add configurable collision shifting and PDF chunking coverage (#3)

v0.1.0

Enhancements

  • โœจ Add parquet-backed PDF and XLSX export support
  • โœจ Add hybrid parquet streaming bundle
  • โœจ Add streaming export support
  • โœจ Update renderer and streaming
  • โœจ Update export API and guidance

Internal

  • โ™ป๏ธ Refactor export pipeline
  • โ™ป๏ธ Rename package to mindoff_dataport
  • โ™ป๏ธ Move tests into src/tests
  • โ™ป๏ธ Trim examples to core features only
  • โ™ป๏ธ Promote mo_dataport API alias and expand package metadata
  • ๐Ÿ”ง Refresh project setup
  • ๐Ÿ™ˆ Move example outputs under ignored folder

Documentation

  • ๐Ÿ“ Refresh README and example import alias