Releases: mabel-dev/rugo
Releases · mabel-dev/rugo
Fix build and release issues
What's Changed
- Add linux arm build by @joocer in #60
- Add linux arm build by @joocer in #61
- Return draken vectors from JSONL reader instead of Python lists by @Copilot in #62
- remove pyarrow dependency by @joocer in #63
- remove 3.9 builds by @joocer in #64
- Fix build issues by @joocer in #65
- fix build target by @joocer in #66
- avoid pyarrow by @joocer in #67
Full Changelog: 0.1.19...0.1.20d
0.1.19-4
0.1.18
Add Linux ARM build
Fixing build error
Initial CSV support
What's Changed
- Add comprehensive format support analysis and roadmap for rugo by @Copilot in #54
- Regression test by @joocer in #55
Full Changelog: 0.1.14...0.1.15
Object and Array handling improvements
Fix compilation errors
0.1.12
JSON Lines Reader
What's Changed
- 0.1.10 by @joocer in #40
- Add high-performance JSON Lines reader with schema inference and projection pushdown by @Copilot in #41
- Add SIMD optimizations to JSON Lines reader for 19% performance improvement by @Copilot in #42
- Add ARM/NEON SIMD support to JSON Lines reader by @Copilot in #43
- Update README to accurately reflect current functionality and SIMD optimizations by @Copilot in #44
- Add performance comparison and decoder analysis: rugo vs Opteryx JSONL readers by @Copilot in #45
- Implement high-priority JSONL decoder optimizations from Opteryx analysis by @Copilot in #46
- Json reader by @joocer in #47
- fix-release-workflow by @joocer in #48
Full Changelog: v0.1.10...0.1.11