Releases: norwegian-geotechnical-institute/kof-parser
Releases · norwegian-geotechnical-institute/kof-parser
Release 0.1.4
- Possible fix memory leak
Full Changelog: 0.1.3...0.1.4
Release 0.1.3
What's Changed
- No functional changes
- Update packages
- Convert from Poetry to uv
Full Changelog: 0.1.2...0.1.3
Release 0.1.2
- Support all Coordinate Reference Systems (CRS) that the
coordinate-projectorpackage supports. - Update packages
- Update CHANGES.md
- Bump version number to 0.1.1
- Drop support for Python version <= 3.10
Release 0.1.1
- Add error message if KOF file contains tabs.
- Update packages
- Update CHANGES.md
- Bump version number to 0.1.1
Release 0.1.0
Release 0.0.19
- Fix a bug in the KOF writer format (output). Now right-align the coordinate numbers in the coordinate block (05).
- Update packages
Release 0.0.18
- Update packages
Release 0.0.17
- Support Python version 3.11
- Update packages
Release 0.0.16
On parse error, now include the problematic line number of the file being parsed.
Release 0.0.15
Fix the bug that skipped lines containing the string " 01" (space, zero, one).