| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.textile | 2025-09-07 | 612 Bytes | |
| line-3.0.0.zip | 2025-09-07 | 40.9 MB | |
| Totals: 2 Items | 40.9 MB | 1 | |
3.0.0 What’s new:
- JAR backend (formerly JLINE) achieves near parity with the MATLAB version on more than 500 tests.
- JAR backend largerly migrated to Kotlin, with APIs, analyzers, and handlers split into separate files.
- Python wrapper now exposes all the main JAR features.
- Python snake-case aliases: get_avg_table, avg_table, etc.
- Jupyter notebooks for all line examples and tutorials, now renamed and divided in “basic” and “advanced”.
- Kotlin notebooks added for all line examples and tutorials
- Kotlin-style aliases for getters: getAvgTable -> avgTable, getAvgNodeTable -> avgNodeTable, etc.