Skip to content

pytdlpack release 1.0.3

Compare
Choose a tag to compare
@eengl eengl released this 14 Jul 12:12
· 45 commits to master since this release
9d9b96a

Changes:

pytdlpack:

  • Fixed issue #8 where setting an array size would lead to a TypeError.
  • Some cosmetic changes -- code/documentation cleanup

TdlpackIO:

  • No changes with this release

DISCLAIMER: TdlpackIO, is an experimental module. It is a pure-Python implementation for fast, random access-like reading of TDLPACK sequential files. With TdlpackIO, no Fortran code is called for reading. This module is a work in progress. Please do not use it to perform critical work and its implementation and usage could change with future releases.