We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbd667 commit ad97b25Copy full SHA for ad97b25
Doc/CHANGELOG
@@ -1,3 +1,24 @@
1
+2.7.10 --> 2.7.12
2
+=================
3
+
4
+Bug fixes:
5
6
+- MMTK.NormalModes.BrownianModes.EISF failed due to a type
7
+ incompatibility in addition.
8
9
+Improvements:
10
11
+- Add C versions of the Cython modules for easier installation
12
13
+- Add Guix package file for easier installation from source under Guix
14
15
+2.7.10 --> 2.7.11
16
17
18
19
20
+ - Make random number streams reproducible (fixed seed)
21
22
2.7.9 --> 2.7.10
23
================
24
MMTK/__pkginfo__.py
@@ -1,3 +1,3 @@
# Data used both in the package and by setup.py
-__version__ = '2.7.11'
+__version__ = '2.7.12'
0 commit comments