Skip to content

Commit 8e19b47

Browse files
authored
Update HISTORY.md: Last changes for 3.0.0a5
1 parent 6219c5e commit 8e19b47

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

HISTORY.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ self.datacollector = DataCollector(
1818
)
1919
```
2020

21-
Furthermore, a new `shuffle_do()` method for AgentSets provides a faster way to perform `shuffle().do()` ([#2283](https://github.com/projectmesa/mesa/pull/2283)). The GroupBy class gained `count()` and `agg()` methods to count the number of agents in groups and aggregate variables of them ([#2290](https://github.com/projectmesa/mesa/pull/2290)). The `CellCollection.select` method was updated to use `at_most` instead of `n`, aligning with the AgentSet API ([#2307](https://github.com/projectmesa/mesa/pull/2307)). Additionally, the Cell class now features a dedicated `neighborhood` property for direct neighbors (default radius=1) and a `get_neighborhood` method for larger radii ([#2309](https://github.com/projectmesa/mesa/pull/2309)).
21+
Furthermore, a new `shuffle_do()` method for AgentSets provides a faster way to perform `shuffle().do()` ([#2283](https://github.com/projectmesa/mesa/pull/2283)). The GroupBy class gained `count()` and `agg()` methods to count the number of agents in groups and aggregate variables of them ([#2290](https://github.com/projectmesa/mesa/pull/2290)).
22+
23+
In the experimental Cell Space, the `CellCollection.select` method was updated to use `at_most` instead of `n`, aligning with the AgentSet API ([#2307](https://github.com/projectmesa/mesa/pull/2307)). Additionally, the Cell class now features a dedicated `neighborhood` property for direct neighbors (default radius=1) and a `get_neighborhood` method for larger radii ([#2309](https://github.com/projectmesa/mesa/pull/2309)).
2224

2325
Finally, SolaraViz received updates improving its interface and performance ([#2299](https://github.com/projectmesa/mesa/pull/2299), [#2304](https://github.com/projectmesa/mesa/pull/2304)). Cell connections in grids and networks are now public and named for more intuitive agent movements ([#2296](https://github.com/projectmesa/mesa/pull/2296)). The Model class initialization process was simplified by moving random seed and random object creation to `__init__` ([#1940](https://github.com/projectmesa/mesa/pull/1940)). Documentation has been extensively updated, including enforcing Google docstrings ([#2294](https://github.com/projectmesa/mesa/pull/2294)) and reorganizing the API documentation ([#2298](https://github.com/projectmesa/mesa/pull/2298)) for better clarity and navigation.
2426

@@ -33,13 +35,17 @@ While the Mesa 3.0 timeline is still being discussed, we're aiming at the first
3335
* Make cell connections public and named by @Corvince in https://github.com/projectmesa/mesa/pull/2296
3436
* SolaraViz Updates by @Corvince in https://github.com/projectmesa/mesa/pull/2299
3537
* Solara viz: use_task for non-threaded continuous play by @Corvince in https://github.com/projectmesa/mesa/pull/2304
38+
### 🧪 Experimental features
3639
* Update to CellCollection.select by @quaquel in https://github.com/projectmesa/mesa/pull/2307
40+
* Have a dedicated neighborhood property and a get_neighborhood method on Cell by @quaquel in https://github.com/projectmesa/mesa/pull/2309
3741
### 📜 Documentation improvements
3842
* Enforce google docstrings by @quaquel in https://github.com/projectmesa/mesa/pull/2294
3943
* Api docs by @quaquel in https://github.com/projectmesa/mesa/pull/2298
4044
* update migration guide to describe solaraviz updates by @Corvince in https://github.com/projectmesa/mesa/pull/2297
4145
* Migration Guide: Add Model initialization requirement and automatic Agent.unique_id assignment by @EwoutH in https://github.com/projectmesa/mesa/pull/2302
4246
* Deprecate Time module and all its Schedulers by @EwoutH in https://github.com/projectmesa/mesa/pull/2306
47+
* intro_tutorial: Don't initialize agents with an unique_id by @EwoutH in https://github.com/projectmesa/mesa/pull/2315
48+
* Migration guide: Intro, upgrade strategy, model.agents, headers by @EwoutH in https://github.com/projectmesa/mesa/pull/2314
4349
### 🔧 Maintenance
4450
* make typing behavior of AgentSet.get explicit by @quaquel in https://github.com/projectmesa/mesa/pull/2293
4551
* model: Move random seed and random to __init__ by @rht in https://github.com/projectmesa/mesa/pull/1940

0 commit comments

Comments
 (0)