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