-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
35 lines (27 loc) · 997 Bytes
/
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
v0.3 2024-02-30 Villeurbanne
----------------------------
- does not depend on biocaml anymore
- modules Interval_tree, ISet, Bgzf, Sam, Phred_score, Solexafrom, Bamstats
imported from biocaml
- new modules: Meme, Alphabet, Amino_acid, Ibed
- many small enhancement in croquis
- compatible with core v0.16.0
v0.2.0 2023-01-26 Villeurbanne
------------------------------
- changed license to CeCILL-C, for LGPL compatibility
- dropped dependency on biocaml, missing functionalities have been
imported and adapted
- croquis: plotting functions, several enhancements and bug fixes
- new Amino_acid module
- new Alphabet module
- new Meme module
- Compatible with core v0.15.0
- Improvement in Dataframe parsing
v0.1.0 2022-04-04 Villeurbanne
------------------------------
- new module RanT for int range traversal
- Dataframe: new parser combinator interface
- croquis: more portable compilation (fixed bug on Windows)
v0.0.0 2021-07-14 Lyon
----------------------
First release on OPAM