Skip to content

Commit

Permalink
docs(project): 🔖 update to version 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SongshGeo committed Jun 4, 2024
1 parent f0f9603 commit 425494a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

<a id='changelog-0.6.8'></a>
# 0.6.8 — 2024-06-04

## 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 — 2024-05-29

Expand Down
2 changes: 1 addition & 1 deletion abses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Experiment",
"load_data",
]
__version__ = "v0.6.7"
__version__ = "v0.6.8"

from .actor import Actor, alive_required, perception
from .decision import Decision
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Agent-Based Social-ecological systems Modelling Framework in Pytho

<!-- Language: [English Readme](#) | [简体中文](README_ch) -->

**Date**: January. 11, 2024, **Version**: 0.6.7
**Date**: January. 11, 2024, **Version**: 0.6.8

**Useful links**: [Install](home/Installation.md) | [Source Repository](https://github.com/ABSESpy/ABSESpy) | [Issues & Ideas](https://github.com/ABSESpy/ABSESpy/issues) | [Q&A Support](https://github.com/ABSESpy/ABSESpy/discussions)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ line_length = 79

[tool.poetry]
name = "abses"
version = "0.6.7.dev3"
version = "0.6.8"
description = "ABSESpy makes it easier to build artificial Social-ecological systems with real GeoSpatial datasets and fully incorporate human behaviour."
authors = ["Shuang Song <[email protected]>"]
license = "Apache 2.0 License"
Expand Down

0 comments on commit 425494a

Please sign in to comment.