File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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)
5
15
-----------------------
6
16
7
17
*Bug Fixes *
8
18
9
- - Types are now correctly translated to TF
19
+ - Types are now correctly translated to TF
10
20
11
21
v0.4 (2019-09-25)
12
22
-----------------------
13
23
14
24
*New Features *
15
25
16
- - Added experiment directed simulation biasing to `htf `.
26
+ - Added experiment directed simulation biasing to `htf `.
17
27
18
28
*Enhancements *
19
29
Original file line number Diff line number Diff line change 14
14
from .graphbuilder import graph_builder
15
15
from .tfarraycomm import tf_array_comm
16
16
from .utils import *
17
- __version__ = '0.4 '
17
+ __version__ = '0.6 '
Original file line number Diff line number Diff line change 26
26
Maghesree Chakraborty, Heta Gandhi, Andrew D. White'
27
27
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.5 '
29
+ release = '0.6 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments