Releases: PxTools/Px.Utils
Releases · PxTools/Px.Utils
Release 5 v1.3.1
Fixes issue with imprecise decimal placement when reading data values with accuracy of more than 9 decimal placements.
Implementation of binary file reading, writing and benchmarks
What's Changed
- Added GetSizeLong() extension method for matrix maps by @jsaarimaa in #69
- Version bump to 1.2.1 by @jsaarimaa in #70
- Add binary codecs and windowed I/O for matrix data by @jsaarimaa in #71
- Add automatic codec selection and header support to binary IO by @jsaarimaa in #72
- Data length with shared dimension names between languages by @sakari-malkki in #74
- Improvements to the binary reading functionality and related unit tests by @jsaarimaa in #75
- Binary read and write benchmarks by @sakari-malkki in #73
- Fixes bug with data values with >= 10 decimal values by @sakari-malkki in #78
Full Changelog: release-4...release-4-hotfix-1
Release 4 v1.2.0
1.1.4
What's Changed
- Dependency updates & action permissions by @sakari-malkki in #62
1.1.3
What's Changed
- Replaces .NET 7 from CI pipeline with .NET 9 by @sakari-malkki in #55
- More examples and fixed typos in documentation by @sakari-malkki in #54
- Meta data building property fixes by @sakari-malkki in #53
- Support for unenclosed missing value codes by @sakari-malkki in #56
- Added missing constructor parameter for content dimension values by @jsaarimaa in #57
- Added support for missing values without quotes to the README file by @jsaarimaa in #58
Release 1 (1.1.0)
Initial release with following features:
- metadata reading and building
- data indexing and reading
- file and database validation
- basic calculation operations and transformations