44Changelog
55=========
66
7- Changes since cclib-1.3.2
8- -------------------------
7+ Changes in cclib-1.5
8+ --------------------
99
10- **Feaures**
10+ **Features**
11+
12+ * Support for both reading and writing CJSON (Sanjeed Schamnad)
13+ * New parser: cclib can now parse MOPAC files (Geoff Hutchison)
14+ * New attribute time tracks coordinated for dynamics jobs (Ramon Crehuet)
15+ * New attribute metadata holds miscellaneous information not in other attributes (bwang2453)
16+ * Extract moments attribute for Gaussian (Geoff Hutchison)
17+ * Extract atombasis for ADF in simple cases (Felix Plaser)
18+ * License change to BSD 3-Clause License
19+
20+ **Bugfixes**
21+
22+ * Correct parsing of several attributes for ROHF calculations
23+ * Fixed precision of scfvalues in ORCA
24+ * Fixed MO parsing from older versions of Firefly (mkrompiec)
25+
26+ Changes in cclib-1.4.1
27+ ----------------------
28+
29+ **Features**
30+
31+ * Preliminary support for writing CJSON (Sanjeed Schamnad)
32+ * Tentative support for BOMD trajectories in Gaussian (Ramon Crehuet)
33+ * Support for atombasis in ADF (Felix Plasser)
34+ * Support for nocoeffs and nooccnos in Molpro
35+
36+ **Bugfixes**
37+
38+ * Fix for non-standard basis sets in DALTON
39+ * Fix for non-standard MO coefficient printin in GAMESS
40+
41+ Changes in cclib-1.4
42+ --------------------
43+
44+ **Features**
1145
1246* New parser: cclib can now parse DALTON files
1347* New parser: cclib can now parse ORCA files
@@ -33,8 +67,8 @@ Changes since cclib-1.3.2
3367* Fix parsing egenvectors in GAMESS-US (Alexis Otero-Calvis)
3468* Fix duplicate parsing of symmetry labels for Gaussian (Martin Peeks)
3569
36- Changes since cclib-1.3.1
37- -------------------------
70+ Changes in cclib-1.3.2
71+ ----------------------
3872
3973**Features**
4074
@@ -50,8 +84,8 @@ Changes since cclib-1.3.1
5084* Fix parsing TDDFT/RPA transitions (Felix Plasser)
5185* Fix encoding issues for UTF-8 symbols in parsers and bridges
5286
53- Changes since cclib-1.3
54- -----------------------
87+ Changes in cclib-1.3.1
88+ ----------------------
5589
5690**Features**
5791
@@ -67,8 +101,8 @@ Changes since cclib-1.3
67101* Fix parsing TDDFT/RPA transitions (Felix Plasser)
68102* Fix encoding issues for UTF-8 symbols in parsers and bridges
69103
70- Changes since cclib-1.2
71- -----------------------
104+ Changes in cclib-1.3
105+ --------------------
72106
73107**Features**
74108
@@ -90,8 +124,8 @@ Changes since cclib-1.2
90124* Fix parsing of Gaussian jobs with fragments and ONIOM output
91125* Use UTF-8 encodings for files that need them (Matt Ernst)
92126
93- Changes since cclib-1.1
94- -----------------------
127+ Changes in cclib-1.2
128+ --------------------
95129
96130**Features**
97131
@@ -113,8 +147,8 @@ Changes since cclib-1.1
113147* Handle ORCA file with AM1 output (Julien Idé)
114148* Handle GAMESS-US output with irregular frequency format (Andrew Warden)
115149
116- Changes since cclib-1.0 .1
117- -------------------------
150+ Changes in cclib-1.1
151+ --------------------
118152
119153**Feaures**
120154
@@ -141,8 +175,8 @@ Changes since cclib-1.0.1
141175* Apply patch from Chengju Wang to handle GAMESS calculations with more than 99 atoms
142176* Handle Gaussian files with more than 99 atoms having pseudopotentials (Björn Baumeier)
143177
144- Changes since cclib-1.0
145- -----------------------
178+ Changes in cclib-1.0.1
179+ ----------------------
146180
147181**Feaures**
148182
@@ -159,8 +193,8 @@ Changes since cclib-1.0
159193* Handle parsing Firefly calculations that fail
160194* Fix parsing of ORCA calculation (Marius Retegan)
161195
162- Changes since cclib-0.9
163- -----------------------
196+ Changes in cclib-1.0
197+ --------------------
164198
165199**Feaures**
166200
@@ -174,8 +208,8 @@ Changes since cclib-0.9
174208
175209* Many many additional files parsed thanks to bugs reported by users
176210
177- Changes since cclib-0.8
178- -----------------------
211+ Changes in cclib-0.9
212+ --------------------
179213
180214**Feaures**
181215
@@ -188,8 +222,8 @@ Changes since cclib-0.8
188222
189223* A small number of parsing errors were fixed
190224
191- Changes since cclib-0.7
192- -----------------------
225+ Changes in cclib-0.8
226+ --------------------
193227
194228**Feaures**
195229
@@ -212,8 +246,8 @@ Changes since cclib-0.7
212246* Several parsing errors were fixed
213247* Fixed some methods to work with different numbers of alpha and beta MO coefficients in mocoeffs (MPA, CSPA, OPA)
214248
215- Changes since cclib-0.6.1
216- -------------------------
249+ Changes in cclib-0.7
250+ --------------------
217251
218252**Feaures**
219253
@@ -241,16 +275,16 @@ Changes since cclib-0.6.1
241275 - Rotations and translations now not included in frequencies
242276* bridge to OpenBabel: No longer dependent on pyopenbabel
243277
244- Changes since cclib-0.6.0
245- -------------------------
278+ Changes in cclib-0.6.1
279+ ----------------------
246280
247281**Bugfixes**
248282
249283* cclib: The "import cclib.parsers" statement failed due to references to Molpro and Jaguar parsers which are not present
250284* Gaussian parser: Failed to parse single point calculations where the input coords are a z-matrix, and symmetry is turned off.
251285
252- Changes since cclib-0.6b
253- ------------------------
286+ Changes in cclib-0.6.0
287+ ----------------------
254288
255289**Feaures**
256290
@@ -262,8 +296,8 @@ Changes since cclib-0.6b
262296* Gaussian parser: The following bugs have been fixed Parser failed if standard orientation not found
263297* ccget: aooverlaps not included when using --list option
264298
265- Changes since cclib-0.5
266- -----------------------
299+ Changes in cclib-0.6b
300+ ---------------------
267301
268302**Feaures**
269303
@@ -286,8 +320,8 @@ Changes since cclib-0.5
286320 - SCF values was not extracting the dEnergy value
287321 - Was extracting Depolar P instead of Raman activity
288322
289- Changes since cclib-0.5b
290- ------------------------
323+ Changes in cclib-0.5
324+ --------------------
291325
292326**Features**
293327
0 commit comments