-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into neuroml_updates
* development: (49 commits) Extracellular stimulation via .mod small correction in plotter.py Conflict diversity and LFP Conflict between diversity and LFP for unit tests, rolled back to 3.12 so far test with python 3.9-3.13 drop python 3.7 for unit-tests plotCSD: time slicing on pre-loaded data (credit: Nikita Novikov) extracellular stimulation quick fix to `update` method that allows for working with lists. (#837) d/w expanse setup, moved {env} {res} {custom} (#834) hot fix (submits.py) (#833) code adjustments to internal sim.clearAll(), added sim.close() (#832) file cleanup, slurm scripts and timeout added to batchtools submit templates (#831) updated upload instructions to exclude downtime fixed sbi deprecation error. fixes in docs formatting minor correction to CHANGES.md VERSION 1.0.7 Revert "Exlude tests from discovery / installation" - due to issue that has emerged with spack installation (EBRAINS platform). Will re-visit later.. merge of batchtools into the development repository. (#829) ...
- Loading branch information
Showing
154 changed files
with
5,516 additions
and
1,047 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
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 |
---|---|---|
|
@@ -38,20 +38,23 @@ | |
10d) It will fix the Package Index file | ||
10e) It will build the html files | ||
11) Post the documentation | ||
11a) ssh [email protected] "rm -r ~/public_html" | ||
11a) ssh [email protected] "cp -r ~/public_html ~/public_html_backup" | ||
NOTE: it may give the error "... no matching host key type found ...". In this case, try using the "-oHostKeyAlgorithms=+ssh-rsa" argument in ssh command and in scp command below (as well as in 11c) | ||
11b) scp -r build [email protected]:///home/gkaue9v7ctjf/public_html | ||
11b) scp -r build [email protected]:///home/gkaue9v7ctjf/public_html_new | ||
NOTE: it may give the error "path canonocalization failed", then use the argument "-O" in scp call - it rolls back to legacy mode (see also NOTE in 11a) | ||
11c) ssh [email protected] "cp -r ~/redirect_html/. ~/public_html/" | ||
11c) ssh [email protected] "cp -r ~/redirect_html/. ~/public_html_new/ && rm -r ~/public_html && mv ~/public_html_new ~/public_html" | ||
11d) Make sure new documentation is up and running | ||
11e) ssh [email protected] "rm -r ~/public_html_backup/" | ||
12) Update PYPI (pip) with the latest release | ||
12a) cd netpyne | ||
12b) python3 setup.py bdist_wheel --universal | ||
12c) python setup.py upload_via_twine | ||
Username: salvadord | ||
(outdated) Username: salvadord | ||
Enter the token (https://dura-bernallab.slack.com/archives/D02A30N4Z50/p1707862380181609) | ||
13) Announce the new release | ||
13a) New release announcement text: | ||
NetPyNE v#.#.# is now available. For a complete list of changes and bug fixes see: https://github.com/suny-downstate-medical-center/netpyne/releases/tag/v#.#.# | ||
See here for instructions to install or update to the latest version: http://www.netpyne.org/install.html | ||
See here for instructions to install or update to the latest version: https://www.netpyne.org/documentation/installation | ||
13b) Announce on NEURON forum: | ||
https://www.neuron.yale.edu/phpBB/viewtopic.php?f=45&t=3685&sid=9c380fe3a835babd47148c81ae71343e | ||
13c) Announce to Google group: | ||
|
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.