Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "1.0.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.3](https://github.com/infer-actively/pymdp/compare/v1.0.2...v1.0.3) (2026-06-08)


### Documentation

* **notebooks:** add colab badge and install cell to other notebooks ([#407](https://github.com/infer-actively/pymdp/issues/407)) ([c9f8ef9](https://github.com/infer-actively/pymdp/commit/c9f8ef9f8ba9b1f163f66cb4009918510fef9222))
* **notebooks:** add google colab badge and install cell to model construction notebook ([#406](https://github.com/infer-actively/pymdp/issues/406)) ([be658c2](https://github.com/infer-actively/pymdp/commit/be658c2f949586520a7c8c005533a4944fd7e5b6))
* remove legacy docs folder ([#409](https://github.com/infer-actively/pymdp/issues/409)) ([57b09cf](https://github.com/infer-actively/pymdp/commit/57b09cf48ceacff972f710718fc58334b42badf5))

## [1.0.2](https://github.com/infer-actively/pymdp/compare/v1.0.1...v1.0.2) (2026-05-07)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "inferactively-pymdp"
version = "1.0.2"
version = "1.0.3"
description = "A Python package for solving Markov Decision Processes with Active Inference"
authors = [
{ name = "Conor Heins", email="conor.heins@gmail.com"},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = inferactively-pymdp
# x-release-please-start-version
version = 1.0.2
version = 1.0.3
# x-release-please-end
description = A Python package for solving Markov Decision Processes with Active Inference
long_description = file: README.md
Expand Down
Loading