Skip to content

Releases: Digital-C-Fiber/PyDapsys

v0.2.1

25 May 11:41
4b2a8a3
Compare
Choose a tag to compare
  • fixed re-exports of modules
  • fix duplicate version

Version 0.2: API rework, numpy bugfixes

01 May 10:13
9d4bc3b
Compare
Choose a tag to compare

(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 #1

Version 1.0, beta 1

04 Apr 15:29
2dd07a2
Compare
Choose a tag to compare
Version 1.0, beta 1 Pre-release
Pre-release

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 (see ChildContainer.path)

New Contributors

Full Changelog: v0.1.2...v1.0b1

[v0.1.2] bug fixes

10 Mar 19:07
Compare
Choose a tag to compare

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

[v0.1.1] Hotfix release for PyPI extra

01 Feb 14:54
Compare
Choose a tag to compare

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

Initial release

01 Feb 14:21
Compare
Choose a tag to compare

Initial release

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