Releases: JetBrains-Research/big
Releases · JetBrains-Research/big
0.5.2
0.5.1
0.5.0
Version 0.5.0
Released on November 2nd 2017
Changed
- Parse 'thickStart', 'thickEnd', 'itemRgb' bed columns make them accessible
using correspondingBedEntry
fields - Select number of bed columns when writing big bed file, the number is supposed
to be in 3..12 range.
0.4.2
Version 0.4.2
Bugfix release, released on September 13th 2017
Fixed:
- Memory leak in compressed (method: DEFLATE) files fixed.
Changed:
- Internal caching added for big bed files. Now both big wig and big bed
files will work faster if subsequent queries belongs to same block.
You can see cache misses info in logger TRACE mode after file has been
closed. Cached decompressed block will be different for each thread
(impl based on ThreadLocal storage)
0.4.1
0.4.0
Bugfix release, released on September 4th 2017
Changed
- Switch to Kotlin 1.1.x
- Concurrent access to big bed/wig/tdf files improved.
- Big bed serialization fixed.
Fixed
- Issue #30: IllegalStateException: impossible "browser" section type
in *.wig file. - Issue #29: IllegalArgumentException in BedEntry..
- Issue #28: Support big files larger than 2G (issue #28) using
com.indeed:util-mmap
(https://github.com/indeedeng/util/tree/master/mmap)
memory mapping library
Removed
- BigFile/TdfFile.duplicate() call not required any more for concurrent access.
Method removed.