Skip to content
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

PR from development to master - VERSION 1.0.7 #830

Merged
merged 44 commits into from
Sep 4, 2024
Merged

PR from development to master - VERSION 1.0.7 #830

merged 44 commits into from
Sep 4, 2024

Conversation

vvbragin
Copy link
Collaborator

@vvbragin vvbragin commented Sep 4, 2024

No description provided.

penguinpee and others added 30 commits July 26, 2023 12:23
Without it tests/ will be installed as a top level Python module.
To fix this annoying note:

"Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: actions/setup-python@v4.."
The `imp` module has been removed in Python 3.12:
https://docs.python.org/3/whatsnew/3.12.html#imp
The inplace=True keyword was removed from newer Pandas versions, thus the inplace option is replaced by re-assigning the variable, following Pandas recs (pandas-dev/pandas#57104)
Changing df['popInd'].cat.set_categories(sim.net.pops.keys(), inplace=True) by df['popInd'] = df['popInd'].cat.set_categories(sim.net.pops.keys()) in analysis/spikes.py
fixed pointer id overflow on MPI (e.g. for gap junctions)
…List`-type connParams (but so far, only if `synsPerConn == 1` - need to elaborate more general approach)
Adding loading bar for cell and connectivity creation using tqdm package
Fixing double printing of Creating network sentence
define `cellInds` before reference in `syncLines` logic
Pandas deprecated parameter fix + Loading Bar
add default padding (==1) for plotCSD, to avoid top/bottom edge artifacts in color plots
* fixed bug in conn, updated test/examples/* to use dynamic pathing

* update CHANGES.md
…(beta version) (#819)

* fixed bug in conn, updated test/examples/* to use dynamic pathing

* update CHANGES.md

* updated documentation with new batchtools (beta)
… loading bar. (#821)

* Updated logic, bug fix

cfg.progressBar = 2 will display all progress bars
cfg.progressBar = 1 will call tqdm with progress bars w/ leave = 0
cfg.progressBar = 0 will disable the progress bar.
@vvbragin vvbragin merged commit 7e19e66 into master Sep 4, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants