Skip to content

v0.1a0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pantaray pantaray released this 18 Jan 13:11
· 3048 commits to master since this release

[v0.1a0] - 2019-07-20

Internal pre-alpha release of SyNCoPy. Prototypes of data format, user-interface
and parallelization framework are in place.

NEW

  • Class structure is laid out, meta-functions are present but mostly place-holders
  • Support FieldTrip-style calling syntax via cfg "structures" (the keys of which are
    "unwrapped" by a corresponding decorator)
  • Preliminary I/O capabilities implemented, objects can be written/read
    to/from HDF5
  • First prototype of parallelization framework based on Dask
  • Custom traceback that is enabeld as soon as SyNCoPy is imported: do not
    spill hundreds of lines to STDOUT, instead highlight most probable cause
    of error and explain how to get to full traceback if wanted
  • Basic session management to ensure concurrent SyNCoPy sessions only access
    their own data