File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Version 0.4.0 (25/02/2019)
2
+
3
+ ## Changed
4
+
5
+ * Moved all the functionality to build and analysis quantum dot structures to [ their own repo] ( https://github.com/BvB93/CAT )
6
+ * Moved ` molkit ` functionality to [ PLAMS] ( https://github.com/SCM-NV/PLAMS )
7
+
1
8
# 08/01/2019
2
9
3
10
## Removed
Original file line number Diff line number Diff line change 1
1
2
2
.. image :: https://travis-ci.org/SCM-NV/qmflows.svg?branch=master
3
- :target: https://travis-ci.org/SCM-NV/qmflows
3
+ :target: https://travis-ci.org/SCM-NV/qmflows
4
+ .. image :: https://readthedocs.org/projects/qmflows/badge/?version=latest
5
+ :target: https://qmflows.readthedocs.io/en/latest/?badge=latest
6
+ :alt: Documentation Status
4
7
.. image :: https://img.shields.io/badge/python-3.6-blue.svg
5
8
6
9
QMFlows
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def readme():
10
10
11
11
setup (
12
12
name = 'qmflows' ,
13
- version = '0.3 .0' ,
13
+ version = '0.4 .0' ,
14
14
description = 'Automation of computations in quantum chemistry' ,
15
15
license = 'Apache 2.0' ,
16
16
url = 'https://github.com/SCM-NV/qmflows' ,
You can’t perform that action at this time.
0 commit comments