Skip to content

Commit 53e8761

Browse files
committed
update history for 2.1.5 release
1 parent 70b2902 commit 53e8761

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

HISTORY.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Release History
33
---
44

5-
# 2.1.5 (2023-11-16)
5+
# 2.1.5 (2023-11-26)
66

77
This release has some critical fixes to JupyterViz/Solara frontend to prevent
88
flickering and improve the display of the jupyter plots. It also has
@@ -14,11 +14,23 @@ improvements to datacollection and the documentation.
1414

1515
**Docs and Tutorial**
1616

17+
- docs: convert README from `.rst` to `.md` (#1881)
1718
- docs: convert HISTORY from `.rst` to `.md` (#1873)
1819
- docs: enhance docstrings for scheduler classes in `mesa.time` (#1866)
1920

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+
2027
**Solara/JupyterViz**
2128

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)
2234
- fix: optimize controller and plots to fill screen in jupyter (#1868)
2335
- fix: ensure space and plot subcomponent are not rendered on step (#1867)
2436

0 commit comments

Comments
 (0)