You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fill in "general_was_generated_by" when exporting nwb file (#700)
* Create Contents.m
* Add workflow file for preparing new release
* Update worflow to run on a matrix of platforms
* Update CloneNwbTest.m
Add ad hoc pc compatibility fix
* Update requirements.txt
Some requirements are not present by default on windows runners
* Update prepare_release.yml
Fix problems running tests on mac and windows runners
* Update prepare_release.yml
Update job name
* Update prepare_release.yml
Use deploy key as this will job will push back to protected branch
* Add page in docs detailing how to create a release
* Update releases.rst
Fix rst formatting
* Update prepare_release.yml
* Update NwbFile.m
* Add unit test for read/export of was_generated_by property
* Fix test
* Try: Possibly a bug
* Revert "Try: Possibly a bug"
This reverts commit 3c78c19.
* Ignore field "was_generated_by" in tests comparing MatNWB and PyNWB generated file
* Fix bug where 2D datasets might get treated as vectors if their length is 1
0 commit comments