-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev merge #322
Merged
Merged
Dev merge #322
Conversation
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
- 'angle' was completely missing - some minor doc tweaks On branch issue292 Changes to be committed: modified: syncopy/nwanalysis/connectivity_analysis.py modified: syncopy/nwanalysis/csd.py modified: syncopy/shared/const_def.py modified: syncopy/tests/test_connectivity.py
Frontend Plotting tests
CHG: FT compatibility for coherence outputs
- first ideas how to attach additional data to the hdf5 On branch 140-multiple-outputs Changes to be committed: modified: syncopy/shared/kwarg_decorators.py
On branch 140-multiple-outputs Changes to be committed: modified: syncopy/shared/kwarg_decorators.py
- with this, users see the option being available by inspecting the signature and/or docstring Changes to be committed: modified: syncopy/io/utils.py
…an-option-for-non-interactive-snpcleanup 297 providing the user an option for non interactive cleanup
- all h5py reading and writing should be done within this decorator - already the case for parallel processing - TODO: move sequential part also into this decorator Changes to be committed: modified: syncopy/datatype/methods/arithmetic.py modified: syncopy/datatype/methods/padding.py modified: syncopy/datatype/methods/selectdata.py modified: syncopy/nwanalysis/AV_compRoutines.py modified: syncopy/nwanalysis/ST_compRoutines.py modified: syncopy/preproc/compRoutines.py modified: syncopy/shared/computational_routine.py modified: syncopy/shared/kwarg_decorators.py modified: syncopy/specest/compRoutines.py modified: syncopy/tests/test_computationalroutine.py
- removed the comment-like return value Changes to be committed: modified: syncopy/shared/kwarg_decorators.py
Changes to be committed: modified: syncopy/specest/compRoutines.py modified: syncopy/tests/local_spy.py
Changes to be committed: modified: doc/source/quickstart/quickstart.rst modified: doc/source/tutorials/fooof.rst
Changes to be committed: modified: doc/source/tutorials/fooof.rst
Changes to be committed: modified: syncopy/tests/test_specest_fooof.py
308 fooof docs
- dicts are quite flexible.. Changes to be committed: modified: syncopy/shared/tools.py
…mpty_spikedata FIX: prevent error on init of SpikeData with empty ndarray
…-container NEW: auxiliary meta info container
- build and upload to test.pypi.org worked - poetry is a bit fiddely with the used python version (but only acme pins with <3.9) - TODO: test pip install from the test.pypi.org index Changes to be committed: deleted: conda2pip.py new file: poetry.lock modified: pyproject.toml deleted: setup.cfg
- added readme, homepage, pypi classifiers and packaged the license
- apparently poetry publish fails silently if pypi does not like the version string
…m-to-poetry 318 migrate build system to poetry
integrate poetry
- there was still a 'vdata' hanging around Changes to be committed: modified: syncopy/tests/test_specest.py
- FT does it this way, and we could see some subtle differences for real data Changes to be committed: modified: CHANGELOG.md modified: syncopy/nwanalysis/connectivity_analysis.py
- introducing new infoFileProperties did break the loading of older Syncopy containers Changes to be committed: modified: syncopy/io/load_spy_container.py
- use less samples and smaller sliding windows to reduce data size - additionally tune down tapsmofrq to reduce tapers used Changes to be committed: modified: syncopy/tests/test_specest.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.