pytdlpack release 1.0.2
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.