Skip to content

Commit

Permalink
Release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jofmi committed Jan 14, 2021
1 parent 0c4bbad commit 14cfadc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agentpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'AttrDict'
]
# Meta-data
__version__ = "0.0.6.dev"
__version__ = "0.0.6"

# Objects
from .lists import AttrList, ObjList, AgentList, EnvList
Expand Down
9 changes: 5 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
Changelog
=========

0.0.6.dev
---------
0.0.6 (January 2021)
--------------------

* New demonstration model :doc:`agentpy_segregation`.
Other demonstrations have been updated.
* A new demonstration model :doc:`agentpy_segregation` has been added.
* All model objects now have a unique id number of type :class:`int`.
Methods that take an agent or environment as an argument
can now take either the instance or id of the object.
The :attr:`key` attribute of environments has been removed.
* Extra keyword arguments to :class:`Model` and :class:`Experiment`
are now forwarded to :func:`Model.setup`.
* :func:`Model.run` now takes an optional argument `steps`.
* :class:`EnvDict` has been replaced by :class:`EnvList`,
which has the same functionalities as :class:`AgentList`.
Expand Down

0 comments on commit 14cfadc

Please sign in to comment.