Skip to content

Commit

Permalink
Bump version 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Jun 14, 2023
1 parent e91f1c8 commit 7e46c8e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Copy and pasting the git commit messages is __NOT__ enough.

## [Unreleased]
### Added
### Changed
### Deprecated
### Fixed
### Removed
### Security

## [1.2.0] # 2023-06-14
### Added
- `visdom` can now be configured through the engine.ini configuration file `visdom:enabled`, `visdom:hostname`, and `visdom:port` (environment variables `SMARTS_VISDOM_ENABLED`, `SMARTS_VISDOM_HOSTNAME`, `SMARTS_VISDOM_PORT`.)
- Added an install extra that installs the requirements for all optional modules. Use `pip install .[all]`.
- Added `Condition`, `ConditionRequires`, `ConditionState` and various condition implementations to enable logical operations in scenarios.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = smarts
version = 1.1.0
version = 1.2.0
url = https://github.com/huawei-noah/SMARTS
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion zoo/policies/rl-agent/rl_agent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
get_observation_adapter,
)

VERSION = "1.1.0"
VERSION = "1.2.0"

try:
from smarts.zoo.agent_spec import AgentSpec
Expand Down

0 comments on commit 7e46c8e

Please sign in to comment.