@@ -3,6 +3,30 @@ bioinf-commons changelog
3
3
4
4
Here you can see the full list of changes between each release.
5
5
6
+ Version 0.0.9
7
+ -------------
8
+
9
+ Released on Apr 8, 2020
10
+
11
+ - Restructured codebase.
12
+
13
+ `org.jetbrains.bio.dataframe` - Pandas like dataframe
14
+ `org.jetbrains.bio.experiment` - Named computation - experiment and resources configuration
15
+ `org.jetbrains.bio.genome` - APIs for working with Genome, Sequence, Genes, Ontologies etc.
16
+ * `containers` - Genome location sets API
17
+ * `coverage` - Genome coverage API, paired/single end, fragment size estimation
18
+ * `data` - Describe any kind of dataset resources including replicates
19
+ * `format` - Bam (including Bisulfite sequencing), Bed, Fasta, Fastq, 2bit formats support
20
+ * `methylome` - API to work with methylomes - filtration, statistics, aggregations etc.
21
+ * `query` - Named functions - queries with caching capabilities
22
+ * `sampling` - API for genomic sampling - sequencies, locations, etc.
23
+ * `sequence` - Genome sequence API
24
+ Also: Biomart, Ensembl, UCSC support, Genomes and Genes annotations
25
+ `org.jetbrains.bio.statistics` - Statistics utilities including distributions mixtures, hmms and hypothesis testing
26
+ `org.jetbrains.bio.util` - Cancellable computations, progress reporters, logging utilities, and other utils
27
+
28
+ - Switched to SL4J and Logback for logging
29
+
6
30
Version 0.0.8
7
31
-------------
8
32
0 commit comments