File tree 5 files changed +18
-7
lines changed
5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ __pycache__
7
7
docs /_build
8
8
build /
9
9
dist /
10
+ venv /
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
11
11
## [ Unreleased]
12
+
13
+ ## [ 2.0.0] - 2024-07-30
12
14
### Added
13
15
- Add py.typed marker for mypy
14
16
- screenshot_mode.py to run simulation without visualisations (for nicer screenshots).
@@ -29,13 +31,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
31
installation types (colcon and pure Python).
30
32
31
33
32
- ## 1.4.1 - 2022-06-24
34
+ ## [ 1.4.1] - 2022-06-24
33
35
34
36
- Switch from setup.py to setup.cfg
35
37
- Set dtypes of gym spaces to np.float64
36
38
37
39
38
- ## 1.4.0 - 2022-06-23
40
+ ## [ 1.4.0] - 2022-06-23
39
41
40
42
- Nicer rendering of the boundary (#68 )
41
43
- Change initial pose of camera in PyBullet GUI (#68 )
@@ -46,6 +48,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
48
- Optionally compute tip velocities in forward kinematics (#85 )
47
49
- Cleanup the code and add more unit tests
48
50
49
- ## 1.3.0 - 2021-08-04
51
+ ## [ 1.3.0] - 2021-08-04
50
52
51
53
There is no changelog for this or earlier versions.
54
+
55
+ ---
56
+
57
+ [ Unreleased ] : https://github.com/open-dynamic-robot-initiative/trifinger_simluation/compare/v2.0.0...HEAD
58
+ [ 2.0.0 ] : https://github.com/open-dynamic-robot-initiative/trifinger_simluation/compare/v1.4.1...v2.0.0
59
+ [ 1.4.1 ] : https://github.com/open-dynamic-robot-initiative/trifinger_simluation/compare/v1.4.0...v1.4.1
60
+ [ 1.4.0 ] : https://github.com/open-dynamic-robot-initiative/trifinger_simluation/compare/v1.3.0...v1.4.0
61
+ [ 1.3.0 ] : https://github.com/open-dynamic-robot-initiative/trifinger_simluation/releases/tag/v1.3.0
Original file line number Diff line number Diff line change 64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = "1.4.1 "
67
+ version = "2.0 "
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "1.4.1 "
69
+ release = "2.0.0 "
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 3" >
3
3
<name >trifinger_simulation</name >
4
- <version >1.4.1 </version >
4
+ <version >2.0.0 </version >
5
5
<description >
6
6
TriFinger Robot Simulation
7
7
</description >
Original file line number Diff line number Diff line change 1
- __version__ = "1.4.1 "
1
+ __version__ = "2.0.0 "
2
2
3
3
import pathlib
4
4
You can’t perform that action at this time.
0 commit comments