-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add hdmf-common-schema as submodule * add API classes for common * add some useful stuff to Container and Data * commiting current state so I dont lose anything * always set data const arg for Data contaienrs * fix tests and satisfy flake8 * fix tests and satisfy flake8 * add DynamicTable tests * deepcopy when autogenerating a constructor docval * fix imports * fix formatting * add merge method * populate global type map as registers get called * commit current state so I dont lose it * fix import error * fix minor error * fix cached spec loading * generalize get_ancestor * add clearer name * comment __fields__ * add tests for common * add IO subpackage for common * remove delayed registration * fix package data * checkout submodules on Circle * add scipy as requirement * Use line-specific flake8 exception * remove debugging leftovers * add comments and remove references to NWB * Fix #145 * Fix tests to test for "is" instead of == * add some more comments/documentation
- Loading branch information
Showing
25 changed files
with
1,782 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "src/hdmf/common/hdmf-common-schema"] | ||
path = src/hdmf/common/hdmf-common-schema | ||
url = https://github.com/hdmf-dev/hdmf-common-schema.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
chardet==3.0.4 | ||
h5py==2.9.0 | ||
numpy==1.17.0 | ||
scipy==1.3.1 | ||
pandas==0.25.0 | ||
python-dateutil==2.8.0 | ||
ruamel.yaml==0.16.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.