Skip to content

Commit 701b9de

Browse files
committed
Merge branch 'release-0.2'
2 parents d60720a + 26f4103 commit 701b9de

File tree

11 files changed

+509
-660
lines changed

11 files changed

+509
-660
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,27 @@ The format is inspired by `Keep a Changelog <http://keepachangelog.com/en/0.3.0/
2121
* **Version 1.0.0 release**: a minimal app suitable for educational use and not requiring execution from the command line interface.
2222

2323

24+
0.2.0 - 2017-05-19 (pre-alpha)
25+
------------------------------
26+
27+
Added
28+
^^^^^
29+
30+
* Default values in initialize.py for 2-spin system
31+
32+
Changed
33+
^^^^^^^
34+
35+
* 2-spin simulation changed from non-quantum mechanical calculation to quantum mechanical. GUI toolbar for 2-spin now consistent with those for 3+
36+
spins.
37+
38+
* App refactored along model-view-controller design pattern.
39+
40+
Deleted
41+
^^^^^^^
42+
43+
* Code relating to the non-Quantum mechanical calculation of 2-spin system (AB quartet), including GUI widgets
44+
2445
0.1.0 - 2017-05-15 (pre-alpha release)
2546
--------------------------------------
2647

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
secondorder v0.1.0 (pre-alpha)
1+
secondorder v0.2.0 (pre-alpha)
22
******************************
33

44
**secondorder** will graphically simulate the NMR spectra for any number of coupled
@@ -30,9 +30,7 @@ installation, you can download the project folders, install the requirements in
3030
TODO
3131
====
3232

33-
See CHANGELOG.rst for the map towards a version 1.0. In addition, there is
34-
much code refactoring (e.g. to a Model-View-Controller architecture) and
35-
cleanup required.
33+
See CHANGELOG.rst for the map towards a version 1.0.
3634

3735
Feedback
3836
========

0 commit comments

Comments
 (0)