Skip to content

Commit 2bdfb9f

Browse files
committed
v1.10
1 parent ab9e8c7 commit 2bdfb9f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.34.0
19+
rev: 0.35.0
2020
hooks:
2121
- id: check-github-workflows
2222
ci:

src/content/news.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
page_title: News
22
news:
3+
- date: 2025-11-20
4+
title: Version 1.10.0 released
5+
url: https://github.com/spatial-model-editor/spatial-model-editor/releases/tag/1.10.0
6+
description: >
7+
<h6 id="added">Added</h6>
8+
<ul>
9+
<li>option to set the maximum number of CPU threads the DuneCopasi simulator can use <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1082">#1082</a>
10+
<li>parameter fitting to CLI <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1073">#1073</a>
11+
<li>clipping planes to 3d rendering of compartment geometry and concentrations in the GUI <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/972">#972</a>
12+
<li>steady state solver in the GUI <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1061">#1061</a>
13+
</ul>
14+
<h6 id="added">Fixed</h6>
15+
<ul>
16+
<li>file dialogs not opening on macOS 15.4+ <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1085">#1085</a>
17+
</ul>
318
- date: 2025-03-31
419
title: Version 1.9.0 released
520
url: https://github.com/spatial-model-editor/spatial-model-editor/releases/tag/1.9.0

0 commit comments

Comments
 (0)