Skip to content

pytdlpack release 1.0.2

Compare
Choose a tag to compare
@eengl eengl released this 05 May 19:49
· 49 commits to master since this release

Changes:

pytdlpack:

  • Fixed issue where a modified plain language string would not get packed into a new TDLPACK record.

TdlpackIO:

  • Added ability to pass multiple dates and lead times (using list syntax) to the Tdlpack.open.fetch() method.

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 usage could change with future releases.