Skip to content

Tags: joschaschmiedt/syncopy

Tags

v2022.12

Toggle v2022.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request esi-neuroscience#398 from esi-neuroscience/dev

Last minute update

v2022.08

Toggle v2022.08's commit message
Update .gitlab-ci.yml file

2022.05

Toggle 2022.05's commit message
Bugfixes and features additions for `EventData` objects.

- Added support for flexible columns in `EventData` (thanks to @KatharineShapcott)

- Include specific example how to create an "all-to-all" `trialdefinition` array
  by invoking `definetrial` without arguments in the function's docstring.
- Modified versioning scheme: use a date-based scheme instead of increasing
  version numbers
- Aligned padding API to FieldTrip in both `freqanalysis` and `connectivityanalysis`:
  use `pad` instead of `pad_to_length` with three supported modes ('maxperlen',
  float, 'nextpow2').

- Removed support for calling `freqanalysis` with a `toi` array as well as an
  input dataset that has an active in-place time-selection attached

- Improved legibility of `spy.__version__` for non-release installations
- Correctly process equidistant `toi` arrays with large spacing in `freqanalysis`
- Corrected `trialtime` for `DiscreteData` objects (thanks to @KatharineShapcott)

0.21

Toggle 0.21's commit message
Merge branch 'dev' into master

0.2

Toggle 0.2's commit message
Merge branch 'dev'

v0.1b2

Toggle v0.1b2's commit message
FIX: More GitLab CI fixes

- corrected URL of PyPI-Test in GitLab CI setup
- set environment variable `GIT_FETCH_EXTRA_FLAGS: --tags` to pull git tags
  from remote, so that package version is inferred correctly
- do not use `__name__` in package __init__.py to get version from
  site-packages; SyNCoPy's PyPI name is "esi-syncopy", thus, querying for
  "syncopy" in site-packages does not yield anything

On branch master
Changes to be committed:
	modified:   .gitlab-ci.yml
	modified:   CITATION.cff
	modified:   syncopy/__init__.py

v0.1b

Toggle v0.1b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request esi-neuroscience#119 from esi-neuroscience/dev

Docu updates and DevOps fixes

v0.1a0

Toggle v0.1a0's commit message
Test tag for testing PyPI deployment