Skip to content

Commit

Permalink
Merge pull request #2 from reside-ic/add-news
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz authored Nov 18, 2022
2 parents 6e166d4 + 1f94b77 commit 309c1b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: "http://reside-ic.github.io/wodin-news/"
baseURL: "https://reside-ic.github.io/wodin-news/"
languageCode: "en-gb"
title: "Wodin News"
theme: ["papermod-changelog", "PaperMod"]
Expand Down
15 changes: 15 additions & 0 deletions content/posts/wodin-0-2-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Lots of small interface tweaks"
date: 2022-11-17T17:10:12Z
version: ["wodin v0.2.0"]
tags: ["Update"]
---

While working towards getting stochastic models running, we've made a number of relatively smaller interface improvements that smooth over a number of rough edges.

* Sum of squares is now shown in the Run tab if you have a "fitting" app and it is possible to compute it
* All plots have x axis labels; these show Time for plots over time, and the parameter being varied in the other sensitivity plots
* Sensitivity will not lock up the browser as badly if the model run is slow, and will display progressively as it computes each iteration
* Long labels are not truncated, particularly in the sensitivity plots
* It is possible to display plots with a log-y axis (this setting will be automatically shared across all plot types and saved with the session)
* A slightly nicer workflow for creating a new session based on the contents of your current saved session

0 comments on commit 309c1b1

Please sign in to comment.