Skip to content

Commit d0ecfc4

Browse files
committed
bioinf-commons 0.0.9 version
1 parent 1c47e81 commit d0ecfc4

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGES.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ bioinf-commons changelog
33

44
Here you can see the full list of changes between each release.
55

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+
630
Version 0.0.8
731
-------------
832

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
}
2525
2626
dependencies {
27-
compile 'org.jetbrains.bio:bioinf-commons:0.0.8'
27+
compile 'org.jetbrains.bio:bioinf-commons:0.0.9'
2828
}
2929
```
3030

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
groupId=org.jetbrains.bio
2-
version=0.0.8
2+
version=0.0.9

0 commit comments

Comments
 (0)