File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
title : Release History
3
3
---
4
4
5
- # 2.1.5 (2023-11-16 )
5
+ # 2.1.5 (2023-11-26 )
6
6
7
7
This release has some critical fixes to JupyterViz/Solara frontend to prevent
8
8
flickering and improve the display of the jupyter plots. It also has
@@ -14,11 +14,23 @@ improvements to datacollection and the documentation.
14
14
15
15
** Docs and Tutorial**
16
16
17
+ - docs: convert README from ` .rst ` to ` .md ` (#1881 )
17
18
- docs: convert HISTORY from ` .rst ` to ` .md ` (#1873 )
18
19
- docs: enhance docstrings for scheduler classes in ` mesa.time ` (#1866 )
19
20
21
+ ** CI and WorkFlows**
22
+
23
+ - ci: Remove redundant Ruff workflow from GitHub Actions (#1880 )
24
+ - Replace Black with ruff format (#1880 )
25
+ - Migrate setup from ` setup.py ` to ` pyproject.toml ` (#1870 )
26
+
20
27
** Solara/JupyterViz**
21
28
29
+ - fix: Do render_in_jupyter on Colab env (#1884 )
30
+ - Convert make_space into Solara component (#1877 )
31
+ - remove controls for dragging and resizing (#1878 )
32
+ - Improve ColorCard layout (#1876 )
33
+ - refactor: Define current_step as reactive (#1875 )
22
34
- fix: optimize controller and plots to fill screen in jupyter (#1868 )
23
35
- fix: ensure space and plot subcomponent are not rendered on step (#1867 )
24
36
You can’t perform that action at this time.
0 commit comments