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
Copy file name to clipboardExpand all lines: doc/development/development.rst
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ There are various ways to contribute to SpikeInterface as a user or developer. S
13
13
* Crafting tutorials for common workflows (e.g., spike sorting, post-processing, etc.).
14
14
* Writing unit tests to expand code coverage and use case scenarios.
15
15
* Reporting bugs and issues.
16
-
16
+
o
17
17
We use a forking workflow `<https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow>`_ to manage contributions. Here's a summary of the steps involved, with more details available in the provided link:
18
18
19
19
* Fork the SpikeInterface repository.
@@ -406,7 +406,7 @@ How to make a release
406
406
Checklist
407
407
^^^^^^^^^
408
408
* pyproject.toml: check that the version is ahead of current release. Also, comment out the @ (git dependencies)
409
-
* In the top level ``__init__`` uncomment ``DEV_MODE`` (this is used for the docker installations)
409
+
* In the top level ``__init__`` (located on ``src/spikeinterface/__init__.py``) uncomment ``DEV_MODE`` (this is used for the docker installations)
410
410
* Create a new release note for the appropriate version on doc/releases/new_version_tag.
411
411
412
412
There can be large releases like:
@@ -431,4 +431,10 @@ The signature of the script is:
431
431
432
432
Where the start date is the date of the last release and the end date is the current date.
433
433
434
-
The date of the last release can be found on PyPI.
434
+
The date of the last release can be found on `PyPI <https://pypi.org/project/spikeinterface/>`_.
0 commit comments