forked from biocaml/biocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
78 lines (48 loc) · 1.89 KB
/
Changes
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Biocaml Release Notes
biocaml-0.3.1 2013-09-27
------------------------
* Fix documentation build.
biocaml-0.3.0 2013-09-20
------------------------
* Switch build system to OMake.
* Delete or replace separate command line apps with unified `biocaml`
app.
* App now has several new tools: alignments, bed, demux, info, random,
and transform.
* Improve generated html for API documentation.
* New Psl and Vcf modules.
* Rename module ChrName to Chr.
* Move Stream to separate package CFStream.
* Numerous API changes.
biocaml-0.2.0 2013-02-28
------------------------
* Switch to Core from Batteries.
* New Transform module supporting buffered mappings from values of
type 'a to 'b. Numerous changes to other modules to use Transform,
but many modules that should use it still do not.
* Replace previous internal library Biocaml_std with new
Biocaml_internal_pervasives.
* Begin new biocaml command line app. Meant to replace previous
individual apps and designed to be extensible for many more
features.
* New Bam modules for parsing BAM files.
* New Zip module for working with zipped files.
* New Entrez module for interacting with Entrez API. Currently limited
in its feature set.
* New Line and Lines modules for working with line-oriented data
formats.
* New Jaspar module.
* New ISet module, taken from Batteries. Meant to replace RSet.
* New Stream module, an extension of the StdLib's Stream in Core
style. Also define Streamable interface and implement for all types
possible.
* Remove modules Comments, Common, InvokeCmdline, Util.
* Remove Table module and create new one with entirely different API.
* Improve documentation system. Custom front page and ocamldoc plugin
to allow inclusion of images.
* Add sexp serialization support to many types.
* Add unit tests.
* Remove sqlite3 dependency.
biocaml-0.1.0 2012-08-10
----------------------
* First formal release.