Recent Releases of pydapsys
pydapsys - Version 0.2: API rework, numpy bugfixes
(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
- Python
Published by codingchipmunk about 3 years ago
pydapsys - Version 1.0, beta 1
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
BinaryIOso the API is now IO independent - Introduced a new
Fileclass, which offers more convenient access to data - Implemented more convenience functions for
ChildContainer(seeChildContainer.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
- Python
Published by codingchipmunk about 3 years ago
pydapsys - [v0.1.2] bug fixes
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
- Python
Published by codingchipmunk over 3 years ago
pydapsys - [v0.1.1] Hotfix release for PyPI extra
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 }inpyproject.toml - no code changes compared to v0.1.0
- Python
Published by codingchipmunk over 3 years ago
pydapsys - Initial release
Initial release
- Read table of contents and pages from files created with DAPSYS v8
- Neo converter for files created with an NI pulse stimulator
- Python
Published by codingchipmunk over 3 years ago