Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Flatland
Flatland
Commits
fd976758
Commit
fd976758
authored
Nov 19, 2021
by
Dipam Chakraborty
Browse files
Merge branch 'flatland-3-updates' of gitlab.aicrowd.com:flatland/flatland into flatland-3-updates
parents
ab0c9a7f
159d5aa7
Pipeline
#8987
failed with stages
in 8 minutes and 33 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dist/flatland_rl-3.0.
4
-py2.py3-none-any.whl
→
dist/flatland_rl-3.0.
5
-py2.py3-none-any.whl
View file @
fd976758
No preview for this file type
flatland/__init__.py
View file @
fd976758
...
...
@@ -4,4 +4,4 @@
__author__
=
"""S.P. Mohanty"""
__email__
=
'mohanty@aicrowd.com'
__version__
=
'
3.0.4
'
__version__
=
'
5
'
flatland/evaluators/service.py
View file @
fd976758
...
...
@@ -499,7 +499,6 @@ class FlatlandRemoteEvaluationService:
password
=
self
.
remote_password
)
self
.
redis_conn
=
redis
.
Redis
(
connection_pool
=
self
.
redis_pool
)
self
.
redis_conn
.
flushall
()
def
get_redis_connection
(
self
):
"""
...
...
setup.cfg
View file @
fd976758
[bumpversion]
current_version = 3.0.
4
current_version = 3.0.
5
commit = True
tag = True
...
...
setup.py
View file @
fd976758
...
...
@@ -80,6 +80,6 @@ setup(
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
url
=
'https://gitlab.aicrowd.com/flatland/flatland'
,
version
=
'3.0.
4
'
,
version
=
'3.0.
5
'
,
zip_safe
=
False
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment