Skip to content

Release 5 v1.3.1

Latest

Choose a tag to compare

@sakari-malkki sakari-malkki released this 09 Feb 09:04
3d7b568

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