Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 13, 2022
1 parent 8d3b0de commit 6bb2dcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v0.1.4 (2022-04-13)
### Fix
* Update dependencies (remove gui, and bump pybullet) ([`8d3b0de`](https://github.com/eager-dev/eagerx_interbotix/commit/8d3b0deabc3e94e4792c60756e46592fb5b49471))
* Rename safetyfilter ([`23bff85`](https://github.com/eager-dev/eagerx_interbotix/commit/23bff85fb2f65d82999d7ebcd4edae5f4a168577))
* Add box & codestyle ([`3582b2d`](https://github.com/eager-dev/eagerx_interbotix/commit/3582b2d5e4858329aa588efa6df8f3df7fbe8fdd))
* Add velocity ([`bb10b3e`](https://github.com/eager-dev/eagerx_interbotix/commit/bb10b3e161dd1df859609cae152059349105f265))

### Documentation
* Update readme ([`ee8b64a`](https://github.com/eager-dev/eagerx_interbotix/commit/ee8b64a37ab559e23f940ba881bc8ef32d8964e2))

## v0.1.3 (2022-04-08)
### Fix
* Implement learning routine ([`171dbe0`](https://github.com/eager-dev/eagerx_interbotix/commit/171dbe0e70225359a744346270b1ac6841def9f1))
Expand Down
2 changes: 1 addition & 1 deletion eagerx_interbotix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
import eagerx_interbotix.reset # noqa # pylint: disable=unused-import
import eagerx_interbotix.safety # noqa # pylint: disable=unused-import
import eagerx_interbotix.xseries # noqa # pylint: disable=unused-import
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eagerx_interbotix"
version = "0.1.3"
version = "0.1.4"
license = "Apache2.0"
description = "EAGERx interface to interbotix robot arms."
authors = ["Jelle Luijkx <[email protected]>", "Bas van der Heijden <[email protected]>"]
Expand Down

0 comments on commit 6bb2dcd

Please sign in to comment.