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

Commit c7ad6d9

Browse files
Release: 0.9.3 (#143)
1 parent 169c459 commit c7ad6d9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.9.3](https://github.com/BlueBrain/morphology-workflows/compare/0.9.2..0.9.3)
4+
5+
> 15 February 2024
6+
7+
### Fixes
8+
9+
- Use absolute paths in the dataset created by the Initialize workflow (Adrien Berchet - [#142](https://github.com/BlueBrain/morphology-workflows/pull/142))
10+
311
## [0.9.2](https://github.com/BlueBrain/morphology-workflows/compare/0.9.1..0.9.2)
412

513
> 12 February 2024

src/morphology_workflows/repair.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def _unravel_leaves(leaves, mapping):
7474
return mapping.iloc[indices][["x1", "y1", "z1"]].values
7575

7676

77+
@silent_loggers("neuror")
7778
def unravel(row, data_dir, window_half_length=10):
7879
"""Unravel morphologies and update cut plane."""
7980
neuron, mapping = _unravel(row.morph_path, window_half_length=window_half_length)
@@ -340,6 +341,7 @@ def make_collage( # noqa: PLR0913
340341
plt.close()
341342

342343

344+
@silent_loggers("morph_tool.converter")
343345
def _convert(input_file, output_file):
344346
"""Handles crashes in conversion of writing of morphologies."""
345347
try:

0 commit comments

Comments
 (0)