Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Tags: BlueBrain/AstroVascPy

Tags

0.1.6

Toggle 0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add entry_noise option (#41) Enable/Disable noise on entry nodes

0.1.5

Toggle 0.1.5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tristan0x Tristan Carel
CI: fix publish-sdist 

0.1.4

Toggle 0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.1.4 (#24) 

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add solver params (#21) - Change the API of: update_static_flow_pressure(graph, boundary_flow, params) - PETSc solver parameters can be set in the params.yaml file. - Removed unit test on pressure because values may change up to a constant - Set real values for speed in compute_static_flow_pressure

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
sliced_ids considers all nodes, not only cc nodes (#16) We were considering only the nodes in the main connected component: `positions = graph.points[cc_mask]` For the sliced_ids, we need all nodes.

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enh/petsc vtk (#14) * vkt is now an optional dependency. Use `pip install astrovascpy[viz]` to enable it. Fixes #13 * Fix PetscBinaryIO.get_conf() value on error. Returns a valid config when PETSc installation cannot be located.

0.1

Toggle 0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove pytest from dependencies (#11) I didn't notice, but pytest as well as being in the extras, was also in the dependencies. @cattabiani @matz-e