Releases: CiaranOMara/BedgraphFiles.jl
Releases · CiaranOMara/BedgraphFiles.jl
v2.4.0
BedgraphFiles v2.4.0
v2.3.1
BedgraphFiles v2.3.1
Merged pull requests:
v2.1.3
- Compatibility updates (#5 and #6 from davidanthoff).
- CI update.
v2.1.2
v2.1.1
There are no new features in this release. However, this release contains some minor internal improvements as well as a much-appreciated Project.toml update from @davidanthoff.
v2.1.0
This release:
- further develops integration with IterableTables.jl.
- facilitates more direct loading into
Vector{Bedgraph.Record}
. - facilitates the use of
save
methods in continuation/pipes as they now return data.
v2.0.2
This hotfix reverts the load and save methods back to private to allow FileIO.jl
to dispatch to these private methods using module-scoping.
See https://github.com/juliaio/fileio.jl#implementing-loaderssavers for more information.
v2.0.1
Tidy and reinstate requirements for METADATA.jl.
v2.0.0
- Drop Julia v0.6 support.
- Support Julia v0.7 and v1.0.
v1.1.0
- BedgraphFiles now uses the Bedgraph package to read and write files.
- Saving now writes a basic header. However, saving on top of an existing file will overwrite any existing header!
- Added precompile.