-
Notifications
You must be signed in to change notification settings - Fork 7
/
changelog
51 lines (37 loc) · 1020 Bytes
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
-*-Changelog-*-
1.4.0.0 Jul 2018
* Moved from AC-Vector to Linear.
* Added stack configuration.
1.2.0.10 Nov 2017
* Relax deps for GHC 8.2
1.2.0.9 Jun 2016
* Use hashmap for element properties.
Great thanks to Ben Gamari:
https://ghc.haskell.org/trac/ghc/ticket/917
1.2.0.6 Jun 2016
* Updated bounds again.
1.2.0.5 Jun 2016
* Updated bounds for GHC 8.0.
1.2.0.4 Jun 2015
* Cleaned, added some documentation.
1.2.0.3 Apr 2015
* Version bump.
1.2.0.2 Apr 2015
* Update for zlib version 0.6.1.0.
1.2.0.1 Dec 2014
* Relaxed upper bounds
1.2.0 May 2014
* Iterable 3.0
1.1.1 Jan 2014
* Exposed PDBWritable class for all objects that can be written to PDB
file.
1.1 Jan 2014
* Octree building with Bio.PDB.Structure.Neighbours.
0.9999.1 Sep 2013
* Removed most compilation options and replaced them with conditionals
on library versions.
0.9999 Sep 2013
* Parallel parsing.
* Change of Iterable interface from imap -> itmap etc.
0.99 Sep 2013
* First public release.