Skip to content

Commit 566681e

Browse files
committed
add 1.9.0 to news
1 parent de85702 commit 566681e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.31.0
19+
rev: 0.32.1
2020
hooks:
2121
- id: check-github-workflows
2222
ci:

src/content/news.yml

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
page_title: News
22
news:
3+
- date: 2025-03-31
4+
title: Version 1.9.0 released
5+
url: https://github.com/spatial-model-editor/spatial-model-editor/releases/tag/1.9.0
6+
description: >
7+
<h6 id="added">Added</h6>
8+
<ul>
9+
<li>documentation for example models <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1025">#1025</a>
10+
<li>linux aarch64 / arm64 binaries <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1045">#1045</a>
11+
<li>NLP optimization algorithms <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1053">#1053</a>
12+
<li>3d mesh rendering of membranes between compartments <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1054">#1054</a>
13+
<li>3d visualization and 'difference' visualization in optimization <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1057">#1057</a>
14+
</ul>
15+
<h6 id="added">Fixed</h6>
16+
<ul>
17+
<li>crash on compartment re-assignment after color change <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1038">#1038</a>
18+
<li>crash when meshing 3d geometries with different max cell volumes in different compartments <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1055">#1055</a>
19+
<li>incorrect concentrations for 3d model simulations in python interface <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1063">#1063</a>
20+
</ul>
321
- date: 2025-01-29
422
title: Version 1.8.0 released
523
url: https://github.com/spatial-model-editor/spatial-model-editor/releases/tag/1.8.0

0 commit comments

Comments
 (0)