Recent Releases of bluepymm
bluepymm - 0.9.1
What's Changed
- update the patch instead of the minor of the version when tagging by @AurelienJaquier in https://github.com/BlueBrain/BluePyMM/pull/260
Full Changelog: https://github.com/BlueBrain/BluePyMM/compare/0.9.0...0.9.1
- Python
Published by github-actions[bot] over 2 years ago
bluepymm - 0.9.0
What's Changed
- allow prepare-step to be rerun without deleting /tmp explicitly by @anilbey in https://github.com/BlueBrain/BluePyMM/pull/253
- Fix 'keep alive' workflow & tox4 fix by @AurelienJaquier in https://github.com/BlueBrain/BluePyMM/pull/254
- Add py3.11 tests to github workflow by @AurelienJaquier in https://github.com/BlueBrain/BluePyMM/pull/255
- Stop using python3.7 in the tests by @AurelienJaquier in https://github.com/BlueBrain/BluePyMM/pull/256
- Pandas2.0 support by @anilbey in https://github.com/BlueBrain/BluePyMM/pull/258
- add zenodo json file, and tag and release at each push by @AurelienJaquier in https://github.com/BlueBrain/BluePyMM/pull/259
Full Changelog: https://github.com/BlueBrain/BluePyMM/compare/0.8...0.9.0
- Python
Published by github-actions[bot] over 2 years ago
bluepymm - 0.5
A new required conf field was added to the prepare step: 'repmorphpath'. This has to point to a morphology release with repaired morphologies, and this directory has to contain the repaired versions of all the exemplar morphologies. The old 'morp_path' still exists, and points to the morphology release directory used for circuit building. The latter doesn't need to include the repaired exemplar morphologies though.
- Python
Published by wvangeit over 8 years ago
bluepymm -
The conf file of the select doesn't accept the key 'mmrunpath' anymore, this is replaced with e.g.: "scores_db": "./output/scores.sqlite"
- Python
Published by wvangeit over 8 years ago
bluepymm -
We removed the bluepymm-megate command, and everything now goes through the 'bluepymm' command. It now acts a bit like the 'pip' command, with subcommands.
There are three stages: prepare, run and select
'bluepymm prepare
A sample of a config for the new 'run' phase is here: https://github.com/BlueBrain/BluePyMM/blob/master/bluepymm/tests/examples/simple1/simple1confrun.json
The bluepymm command will show an help message if you run it without argument.
- Python
Published by wvangeit almost 9 years ago