-
Notifications
You must be signed in to change notification settings - Fork 259
Prep Release 0.14.1 #1671
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
Merged
Merged
Prep Release 0.14.1 #1671
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
baf85c0
prep release
zm711 8343c58
Merge branch 'master' into release0141
zm711 f0504cb
add author
zm711 b160e09
Merge branch 'master' into release0141
zm711 a4f0bad
update documentation
zm711 79c02bb
Merge branch 'master' into release0141
zm711 63b556f
fix release date
zm711 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,56 @@ | ||
======================== | ||
Neo 0.14.1 release notes | ||
======================== | ||
|
||
14 April 25 | ||
|
||
This release of Neo includes many bug fixes in various IOs, a new HTML based repr, and fixes to the CI all with an eye toward our 1.0 release. | ||
|
||
See all `pull requests`_ included in this release and the `list of closed issues`_. | ||
|
||
|
||
Updated dependencies | ||
-------------------- | ||
|
||
setuptools >= 78.0.2 | ||
numpy >= 1.24.4 | ||
|
||
Import improvements | ||
------------------- | ||
|
||
As part of our ongoing effort to improve the speed of importing Neo we have moved the library over to using :code:`importlib.util.find_spec` | ||
rather than eagerly importing packages in :code:`try-except` blocks. | ||
|
||
CI Improvements | ||
--------------- | ||
|
||
The install for datalad/git-annex in the CI was fixed for our Python 3.12 tests allowing for all IOs to be tested on Python 3.9 and Python 3.12. | ||
The buidling of documentation was improved by fixing code style errors. | ||
|
||
|
||
HTML repr | ||
--------- | ||
|
||
Thanks to the work of Heberto Mayorquin Neo now supports an html based repr. To see an example check out `html repr`_. | ||
|
||
|
||
Bug fixes and improvements in IO modules | ||
---------------------------------------- | ||
|
||
Bug fixes and/or improvements have been made to :code:`BlackRockIO`, :code:`SpikeGLXIO`, :code:`MaxwellIO`, :code:`IntanIO`, :code:`TdtIO`, | ||
:code:`OpenEphysBinaryIO`, :code:`NeoMatlabIO`, :code:`EdfIO`, :code:`Neuralynx`, and :code:`SpikeGadgetsIO`. | ||
|
||
|
||
Acknowledgements | ||
---------------- | ||
|
||
Thanks to Heberto Mayorquin, Zach McKenzie, Andrew Davison, Alessio Buccino, Rémi Proville, Paul Adkisson, Baptiste Grimaud, | ||
Robert Wolff, Tommaso Lambresa, and Nina Kudryashova. | ||
|
||
|
||
|
||
.. _`html repr` : https://github.com/NeuralEnsemble/python-neo/pull/1651 | ||
|
||
.. _`pull requests` : https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.14.1 | ||
|
||
.. _`list of closed issues` : https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A0.14.1 |
This file contains hidden or 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix