From 8a68d0d91c18732b9443fa478c0f3f9967fe1997 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 4 Sep 2023 15:44:08 +0000 Subject: [PATCH] 0.1.39 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++++++++++++ eagerx/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6b747..d0eb3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## v0.1.39 (2023-09-04) + +### Fix + +* Bug skipped observations of dimension 0. ([`7ed49a2`](https://github.com/eager-dev/eagerx/commit/7ed49a2d3e5e4889e973f0f06e3a5907aa3167bc)) +* Refactor deprecated np.bool ([`cb005af`](https://github.com/eager-dev/eagerx/commit/cb005af200801f995aadb79a42273b09ac61fbb2)) + +### Documentation + +* Add github link ([`cd8eca5`](https://github.com/eager-dev/eagerx/commit/cd8eca59c9fcb61943a3d98cd9e9366ed392a688)) +* Update README.md [ci skip] ([`428283b`](https://github.com/eager-dev/eagerx/commit/428283bd0128cd5c31f11fcbb2eddd1ec5f70477)) +* Update landing page with crazyfly gifs ([`e1493a2`](https://github.com/eager-dev/eagerx/commit/e1493a22923ddcb83ea1e917805b5b9f144bb0b8)) +* Update embedded video size ([`50c7873`](https://github.com/eager-dev/eagerx/commit/50c7873e96deedcaa21fced588aaed4c35bab927)) +* Embed youtube video ([`575526a`](https://github.com/eager-dev/eagerx/commit/575526a1f7222d51fa5122fb6c6f307ac3d9f027)) +* Update pendulum gifs ([`8af5223`](https://github.com/eager-dev/eagerx/commit/8af5223aaa0b0d392f8ce0408fa795a43fcfc754)) +* Update box push gif ([`1c75af0`](https://github.com/eager-dev/eagerx/commit/1c75af038c5e9795d737120a707ed869f7e261c4)) +* Update env.step ([`d2c92d8`](https://github.com/eager-dev/eagerx/commit/d2c92d8c273111c185bf2904b2b3f2a2051ae017)) + ## v0.1.38 (2023-06-24) ### Fix diff --git a/eagerx/__init__.py b/eagerx/__init__.py index 980951b..3aeb02c 100644 --- a/eagerx/__init__.py +++ b/eagerx/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.38" +__version__ = "0.1.39" from eagerx.core.space import Space from eagerx.core.constants import ( # noqa: F401 # pylint: disable=unused-import diff --git a/pyproject.toml b/pyproject.toml index 002b979..54d4c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eagerx" -version = "0.1.38" +version = "0.1.39" description = "Engine Angostic Graph Environments for Robotics" authors = ["Bas van der Heijden ", "Jelle Luijkx "] license = "Apache2.0"