Releases: agencyenterprise/neural-data-simulator
Releases · agencyenterprise/neural-data-simulator
v0.2.9
Version 0.2.9
Commits
- [2cb5e7e] Run closed loop with remote task (#60)
- [4ac73cc] Make runners configurable from the command-line using
OmegaConf
(#57) - [e10a19c] Bump pylsl version to include send_chunk with timestamps (#54)
- [51c58a3] Fix some broken links after folder refactor (#56)
- [3afeb00] Move subpackages under nds (#52)
- [b38c8fc] Fixing CI job on Windows (#53)
- [c4a22e5] Poetry version updated
v0.2.8
Version 0.2.8
Commits
- [574e93a] Move streamer out of NDS main (#32)
- [84befef] Specify submodule dependencies (#43)
- [2d02386] Refactor many of the runners (#46)
- [398bccf] Reformat a couple figures in plot_train_encoder_and_decoder_model.py (#45)
- [cfe83d4] Bump
colorednoise
package to fix type-hinting (#47) - [195664d] Stream task window GUI information on LSL (#42)
- [807fd9e] Index colors modulo the color-list-length (#41)
- [72cf2f7] Add markdown link-checker to Github workflow (#35)
- [6d6f1e1] Make waveforms optional for
Spikes
API (#36) - [89d922b] Poetry version updated
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
NDS v0.2.1
Version 0.2.1
Commits
- [4fb8ffa] Caching poetry dependencies on CI jobs (#16)
- [3c7da17] Auto release based on PR label (#17)
- [bf32ed6] Adding docs redirector to CI (#15)
- [d9e511a] Fix window glitch (#20)
- [041588e] Handles argument passing to
run_closed_loop
script (#19) - [b390215] Use custom footer template to add link to AE studio in the copyright (#18)
- [e001d9c] Store log messages in memory until the logger is configured (#14)
- [35a993b] Update splash screen help text with the input device name (#11)
- [25a995a] Generate documentation for pull requests (#12)
- [2a2c6ce] Add installation troubleshooting to README (#9)
- [8da6dd9] Update the issue templates (#8)
- [9b08276] Add architecture image to the Readme
NDS v0.2.0
Changes:
The main module was renamed from nds
to neural_data_simulator
, so that instead of:
$ pip install neural-data-simulator
>>> import nds
the usage was changed to:
$ pip install neural-data-simulator
>>> import neural_data_simulator as nds