Skip to content

Commit

Permalink
v2022.1.24-post0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Jan 24, 2022
1 parent 697704b commit 825a7b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ camd/s3_cache
scripts
camd/_cache
.git
.eggs
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
==========

v2022.1.24
----------
* Adds LinearAgent (@StevenTorrisi-TRI)
* Removes SVGGP-based agent in order to remove GPFlow/TensorFlow dependency
* Updates dependencies

v2020.9.11
----------
* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion camd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from tqdm import tqdm as _tqdm


__version__ = "2021.6.11-post9"
__version__ = "2022.1.24"

CAMD_ROOT = os.path.dirname(os.path.abspath(__file__))
CAMD_TEST_FILES = os.path.join(CAMD_ROOT, "tests", "test_files")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup(
name='camd',
url="https://github.com/TRI-AMDD/CAMD",
version="2021.6.11-post9",
version="2022.1.24",
packages=find_packages(),
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 825a7b3

Please sign in to comment.