Releases: Digital-C-Fiber/PyDapsys
Releases · Digital-C-Fiber/PyDapsys
v0.2.1
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
(seeChildContainer.path
)
fixes
- Fixed NumPy string array allocation in Neo converter by @alinatroglio in #1
Version 1.0, beta 1
What's Changed
- Fixed NumPy string array allocation in Neo converter by @alinatroglio in #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
(seeChildContainer.path
)
New Contributors
- @alinatroglio made their first contribution in #1
Full Changelog: v0.1.2...v1.0b1
[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
forWaveformPage
- added functions to the base neo converter to get type-safe pages
[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
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