Skip to content

v2.10.0

Latest
Compare
Choose a tag to compare
@1uc 1uc released this 29 Jul 06:46
· 1 commit to v2.x since this release
4a326f3

Version 2.10.0 - 2024-07-29

New Features

  • read_raw when reading from pointers. (#928,#940)
  • Improve inspector for T[N]. (#929)

Deprecations

Please consult the Migration Guide for details about migrating away from
deprecated features.

  • Deprecated FixedLenStringArray (#932)
  • The overload read(T*, ...) has been deprecated, but not read(T&, ...). (#928)

Improvements

  • Improved documentation.

Bug Fixes

  • Fixed a performance bug involving HyperSlabs (#1032)