Skip to content

Commit

Permalink
Merge branch 'development' of github.com:automl/CARL into development
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamc committed Aug 9, 2023
2 parents 3a84089 + cd4ae7a commit 76d83c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ on:
push:
branches:
- main
- version_0.2.0

# Trigger on a open/push to a PR targeting one of these branches
pull_request:
branches:
- main
- version_0.2.0

env:
name: CARL
Expand Down
2 changes: 1 addition & 1 deletion carl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__license__ = "Apache-2.0 License"
__version__ = "0.2.0"
__version__ = "1.0.0"
__author__ = "Carolin Benjamins, Theresa Eimer, Frederik Schubert, André Biedenkapp, Aditya Mohan, Sebastian Döhler"


Expand Down
3 changes: 1 addition & 2 deletions carl/envs/carl_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ def __init__(
self,
env: Env,
contexts: Contexts | None = None,
obs_context_features: list[str]
| None = None,
obs_context_features: list[str] | None = None,
obs_context_as_dict: bool = True,
context_selector: AbstractSelector | type[AbstractSelector] | None = None,
context_selector_kwargs: dict | None = None,
Expand Down

0 comments on commit 76d83c9

Please sign in to comment.