Skip to content

Commit 5a1eb95

Browse files
committed
update version blurbs in news section
1 parent 76ecd3b commit 5a1eb95

5 files changed

Lines changed: 60 additions & 15 deletions

File tree

website/blog/2023-01-04-version-2.1.0.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: SimWrapper version 2.1
3+
author: Billy Charlton
4+
author_title: SimWrapper lead developer
5+
authorURL: https://github.com/billyc
6+
authorImageURL: https://avatars0.githubusercontent.com/u/1427526?v=4
7+
---
8+
9+
Version 2.1 is on [vsp.berlin/simwrapper](https://vsp.berlin/simwrapper) and also on [simwrapper.github.io](https://simwrapper.github.io)!
10+
11+
This is mostly a bugfix update, with some new features in the Flowmap and some other visualizations.
12+
13+
**Simpler dashboard configuration:** Dashboard configuration files have been "flattened" a bit, meaning that there isn't so much indentation required anymore because the old `props` section has been merged with the standard layout fields for all cards. You can see some examples on the [Dashboard docs page](../docs/guide-dashboards#full-example-dashboard-summaryyaml)
14+
15+
Review the [Change Log](https://simwrapper.github.io/docs/changelog) for the full list of updates.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: SimWrapper version 2.2
3+
author: Billy Charlton
4+
author_title: SimWrapper lead developer
5+
authorURL: https://github.com/billyc
6+
authorImageURL: https://avatars0.githubusercontent.com/u/1427526?v=4
7+
---
8+
9+
Version 2.2 is now live on [simwrapper.github.io](https://simwrapper.github.io) and also on [vsp.berlin/simwrapper](https://vsp.berlin/simwrapper)!
10+
11+
**CSV table plugin:** New `type: csv` card type displays CSV data in nicely-formatted tables with filtering and sorting. See the [CSV table viewer](../docs/csv)
12+
13+
See the [Change Log](../docs/changelog) for the full list of updates.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: SimWrapper version 2.3
3+
author: Billy Charlton
4+
author_title: SimWrapper lead developer
5+
authorURL: https://github.com/billyc
6+
authorImageURL: https://avatars0.githubusercontent.com/u/1427526?v=4
7+
---
8+
9+
Version 2.3 is now live on [simwrapper.github.io](https://simwrapper.github.io) and also on [vsp.berlin/simwrapper](https://vsp.berlin/simwrapper)!
10+
11+
**Plotly charts:** The original bar/area/line charts are simplified versions of the well-known [Plotly](https://www.plotly.com/javascript) charting library. They are deliberately simplified so that you can create simple plots quickly. They are still available. But if you want more power, SimWrapper now exposes all Plotly chart types, even non-cartesian plots, 3-D, and more: explore the new [Plotly plugin](../docs/plotly).
12+
13+
**Tiles plugin:** Do you need to highlight just one value in a top-level dashboard? Check out the new `type: tile` dashboard plugin here: [Tiles](../docs/tiles)
14+
15+
**Lots of bugfixes:** Version 2.3 includes many, many bugfixes in the shapefile viewer and MATSim roadway and transit network readers. Thanks for the bug reports!
16+
17+
See the [Change Log](../docs/changelog) for the full list of updates.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: SimWrapper version 2.5
3+
author: Billy Charlton
4+
author_title: SimWrapper lead developer
5+
authorURL: https://github.com/billyc
6+
authorImageURL: https://avatars0.githubusercontent.com/u/1427526?v=4
7+
---
8+
9+
Version 2.5 is now live on [simwrapper.github.io](https://simwrapper.github.io) and also on [vsp.berlin/simwrapper](https://vsp.berlin/simwrapper)!
10+
11+
**X/Y/Time** supports custom breakpoints now. See [X-Y-T Plots](../docs/xy-time)
12+
13+
**XML Viewer:** Review your MATSim XML configuration files with the new hierarchical, searchable [XML Viewer](../docs/xml-viewer).
14+
15+
See the [Change Log](../docs/changelog) for the full list of updates.

0 commit comments

Comments
 (0)