Skip to content

Commit ad97b25

Browse files
committed
Update CHANGELOG and version number
1 parent bbbd667 commit ad97b25

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Doc/CHANGELOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
Improvements:
19+
20+
- Make random number streams reproducible (fixed seed)
21+
122
2.7.9 --> 2.7.10
223
================
324

MMTK/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Data used both in the package and by setup.py
22

3-
__version__ = '2.7.11'
3+
__version__ = '2.7.12'

0 commit comments

Comments
 (0)