Skip to content

Commit 7898e63

Browse files
authored
Release PR for 0.6 (#128)
Bumped version and added release notes
1 parent 2b1fa28 commit 7898e63

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
Change Log
22
==========
33

4-
v0.5
4+
v0.6 (2020-02-21)
5+
-----------------------
6+
7+
*Enhancements*
8+
9+
- Migrated documentation to sphinx
10+
- Added Jupyter notebook examples
11+
- Various documentation improvements
12+
- Added CUDA 10 Support
13+
14+
v0.5 (2019-10-17)
515
-----------------------
616

717
*Bug Fixes*
818

9-
- Types are now correctly translated to TF
19+
- Types are now correctly translated to TF
1020

1121
v0.4 (2019-09-25)
1222
-----------------------
1323

1424
*New Features*
1525

16-
- Added experiment directed simulation biasing to `htf`.
26+
- Added experiment directed simulation biasing to `htf`.
1727

1828
*Enhancements*
1929

htf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from .graphbuilder import graph_builder
1515
from .tfarraycomm import tf_array_comm
1616
from .utils import *
17-
__version__ = '0.4'
17+
__version__ = '0.6'

sphinx-docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Maghesree Chakraborty, Heta Gandhi, Andrew D. White'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '0.5'
29+
release = '0.6'
3030

3131

3232
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)