File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ Copy and pasting the git commit messages is __NOT__ enough.
17
17
### Removed
18
18
### Security
19
19
20
+ ## [ v2.0.1] - 2024-03-28
21
+ ### Fixed
22
+ - Restored deprecated ` debug_log ` to benchmark runner.
23
+
20
24
## [ v2.0.0] - 2024-02-04
21
25
### Added
22
26
- Added a utility method ` SMARTS.prepare_observe_from() ` which allows safely adding sensors to vehicles.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = smarts
3
- version = 2.0.0
3
+ version = 2.0.1
4
4
url = https://github.com/huawei-noah/SMARTS
5
5
long_description = file:README.md
6
6
long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 1
1
# Steps to build and push the SMARTS docker image
2
2
# ```bash
3
3
# $ cd </path/to/SMARTS>
4
- # export VERSION=v0.5.0
4
+ # export VERSION=v2.0.1
5
5
# $ docker build --no-cache -f ./utils/docker/Dockerfile -t huaweinoah/smarts:$VERSION .
6
6
# $ docker login
7
7
# $ docker push huaweinoah/smarts:$VERSION
Original file line number Diff line number Diff line change 1
1
# Steps to build and push the software rendering SMARTS docker image
2
2
# ```bash
3
3
# $ cd </path/to/SMARTS>
4
- # export VERSION=v2.0.0
4
+ # export VERSION=v2.0.1
5
5
# export DOCK_TYPE=minimal
6
6
# $ docker build --no-cache -f ./utils/docker/Dockerfile.$DOCK_TYPE -t ghcr.io/smarts-project/smarts:$VERSION-$DOCK_TYPE .
7
7
# $ # This uses a key for the smarts-project repository
Original file line number Diff line number Diff line change 1
1
# Steps to build and push minimal SMARTS docker image
2
2
# ```bash
3
3
# $ cd </path/to/SMARTS>
4
- # export VERSION=v2.0.0
4
+ # export VERSION=v2.0.1
5
5
# export DOCK_TYPE=software_render
6
6
# $ docker build --no-cache -f ./utils/docker/Dockerfile.$DOCK_TYPE -t ghcr.io/smarts-project/smarts:$VERSION-$DOCK_TYPE .
7
7
# $ # This uses a key for the smarts-project repository
You can’t perform that action at this time.
0 commit comments