Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Jul 31, 2023
1 parent 396a34e commit dadf00a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python-version-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
. ${{env.venv_dir}}/bin/activate
pip install --upgrade pip
pip install wheel==0.38.4
pip install .[camera_obs,rllib,test,torch,train]
pip install .[camera_obs,rllib,sumo,test,torch,train]
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ Copy and pasting the git commit messages is __NOT__ enough.
## [Unreleased] - XXXX-XX-XX
### Added
### Changed
- The following dependencies have been loosened: `numpy`, `opencv`, `torch`.
### Deprecated
### Fixed
- The `smarts` package now works with `python3.10` and `python3.11`.
### Removed
### Security

Expand Down Expand Up @@ -41,7 +43,6 @@ Copy and pasting the git commit messages is __NOT__ enough.
- Missing neighborhood vehicle state `'lane_id'` is now added to the `hiway-v1` formatted observations.
- Fixed a regression where `pybullet` build time messages returned.
- `make format` no longer complains about a broken `./baselines` path.
- `smarts[camera_obs]` now works on `python3.10`.
### Removed
- Removed `scl benchmark run --debug-log`. The same setting can be configured with `ray:log_to_driver` or `SMARTS_RAY_LOG_TO_DRIVER`.
- Removed `TruncatedDistribution` from scenario studio.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ros =
catkin_pkg
rospkg
sumo =
eclipse-sumo>=1.12.0 # sumo
eclipse-sumo>=1.12.0
Rtree>=0.9.7 # technically optional, but used by sumo internally for performance (see `getNeighboringLanes()`)
test = # The following are for testing
pytest>=6.2.5
Expand Down

0 comments on commit dadf00a

Please sign in to comment.