Skip to content

Commit

Permalink
chore(project): 🔖 update to v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SongshGeo committed May 29, 2024
1 parent c797dba commit aeb7ae4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

<a id='changelog-0.6.7'></a>
# 0.6.7 — 2024-05-29

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

Expand Down
4 changes: 1 addition & 3 deletions abses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@
"time_condition",
"Experiment",
"load_data",
"logger",
]
__version__ = "v0.6.6"
__version__ = "v0.6.7"

from ._bases.logging import logger
from .actor import Actor, alive_required, perception
from .decision import Decision
from .experiment import Experiment
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.6
**Date**: January. 11, 2024, **Version**: 0.6.7

**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 docs/tutorial/advanced/geodata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Using ABSESpy version: v0.6.6\n"
"Using ABSESpy version: v0.6.7\n"
]
},
{
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.6"
version = "0.6.7"
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 aeb7ae4

Please sign in to comment.