- [x] docs📄 Update geodata document with excluded mkdocs config
New Features
- [x] feat✨ Specific current datetime for TimeDriver
Refactoring
- [x] refactor♻️ when single run in exp, no progress bar anymore
<a id='changelog-0.6.9'></a>
0.6.9
Refactoring
- [x] refactor♻️ Improved code structure.
New Features
- [x] feat✨ `TimeDrive` included a new `expected_ticks` property
<a id='changelog-0.6.8'></a>
0.6.8
Refactoring
- [x] refactor♻️ Use a new `datacollector` instead of mesa's `datacollector`
New Features
- [x] feat✨ Separate different agents when collecting data on agents - [x] feat✨ Setup subsystem class when init an experiment - [x] feat✨ now can set-up logging configs in yaml - [x] feat✨ Reproject a `DataArray` by patch - [x] feat✨ Random assign a value to `ActorsList`
<a id='changelog-0.6.7'></a>
0.6.7
New Features
- [x] feat✨ Access datasets configurations by `.ds` or `.datasets` globally
Fixed bugs
- [x] bug🐛 Aligned behaves of `random.new` and `random.choice` - [x] bug🐛 fixed future warning when check `unique_id` - [x] bug🐛 now `Path` object is acceptable when using vector data to create `patch` - [x] bug🐛 The arg `agent_cls` passed to `_new_one` method now
<a id='changelog-0.6.6'></a>
0.6.6
Fixed bugs
- [x] bug🐛 Fixed `Actor`'s indices transforming bug. - [x] bug🐛 Fixed `flipud` raster when loading data with different `y` coords.
Refactoring
- [x] refactor♻️ Improved the coding structure of `AgentsContainer` - [x] refactor♻️ Improved the generator of `unique_id` for new Actors - [x] refactor♻️ Improved coding structure of visualizations.
Documentation changes
- [x] docs📄 A new tutorial for creating actors by importing network - [x] docs📄 Improved the tutorials of `geodata.ipynb` and `model_viz.ipynb`
New Features
- [x] feat✨ `PatchCell` also has the accessibility of `TimeDriver` now. - [x] feat✨ Actors can be created by passing a sequence of `unique_id` now. - [x] feat✨ Normal `Actor` now has a geometry of point according to the pos - [x] feat✨ A new property of `geo_type` for `Actor` and `Cell`. - [x] feat✨ New `.summary` method to check attributes of `Actor` and `ActorsList` - [x] feat✨ Plotting `network` and `shapefile`
<a id='changelog-0.6.5'></a>
0.6.5
Fixed bugs
- [x] bug🐛 solving situation when entities with prob are not enough for expected size in random choose - [x] bug🐛 Fixed shape `(1, x)` natural patch squeezed bug