Pytdlpack

Latest version: v1.0.7

Safety actively analyzes 685838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.0.1

Changes:

**pytdlpack:**
- Added another condition when determining TDLPACK data type.

**TdlpackIO:**
- Added dates and leadtimes attributes to TdlpackIO.open class. These attributes are tuples of uniques dates (YYYYMMDDHH format) and lead times found in the TDLPACK file.
- Updated logic to determine lead time from the MOS-2000 ID when indexing the file.

_**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.

1.0.0

Finally, version 1.0.0 release for pytdlpack is here!

Pytdlpack is a Python interface to existing MOS-2000 TDLPACK read, writing, packing, and unpacking Fortran subroutines. The necessary Fortran subroutines are included with pytdlpack and are compiled into a shared-object library using NumPy's [f2py](https://numpy.org/doc/1.18/f2py/).

**Main features:**

- Read/Write TDLPACK sequential and random-access files.
- Perform packing and unpacking of TDLPACK data and station call letter records.
- Create TDLPACK station call letter records and data records from scratch.

_**IMPORTANT:**_ The pytdlpack package includes an _**experimental**_ module, **TdlpackIO**, which 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.

0.9.0

Initial release for pytdlack.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.