Pydapsys

Latest version: v0.2.0

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

Scan your dependencies

1.0b1

What's Changed
* Fixed NumPy string array allocation in Neo converter by alinatroglio in https://github.com/Digital-C-Fiber/PyDapsys/pull/1
* Made everything use only `BinaryIO` so the API is now IO independent
* Introduced a new `File` class, which offers more convenient access to data
* Implemented more convenience functions for `ChildContainer` (see `ChildContainer.path`)

New Contributors
* alinatroglio made their first contribution in https://github.com/Digital-C-Fiber/PyDapsys/pull/1

**Full Changelog**: https://github.com/Digital-C-Fiber/PyDapsys/compare/v0.1.2...v1.0b1

0.2.0

(won't push version to 1.0 yet, remain in 0.* versioning scheme)

**breaking**
* Made all IO use `BinaryIO` objects from parameters, so the API is now IO independent
* Introduced a new `File` class, which offers more convenient access to data

**enhancements**
* exposed public API through `__init__`, so dependent projects don't have all that sub-module imports going on
* allow Neo versions >= 0.12, so the dependency doesn't break upgrade paths dependent projects
* Implemented more convenience functions for `ChildContainer` (see `ChildContainer.path`)

**fixes**
* Fixed NumPy string array allocation in Neo converter by alinatroglio in https://github.com/Digital-C-Fiber/PyDapsys/pull/1

0.1.2

fixes:
- fixed a missing function for the neo converter
- fixed wrong field names in the base neo converter

changes:
- added a property `last_timestamp` for `WaveformPage`
- added functions to the base neo converter to get type-safe pages

0.1.1

Hotfix release for `pyproject.toml`, so that PyPI recognizes the Neo extra properly.

- Changed dependency decleration for neo to `neo = { version = "^0.11.1", optional = true }` in `pyproject.toml`
- no code changes compared to v0.1.0

0.1.0

Initial release

- Read table of contents and pages from files created with DAPSYS v8
- Neo converter for files created with an NI pulse stimulator

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.