Skip to content

Releases: CiaranOMara/BedgraphFiles.jl

v2.3.1

29 Jun 09:20
Compare
Choose a tag to compare

BedgraphFiles v2.3.1

Diff since v2.1.3

Merged pull requests:

  • CompatHelper: add new compat entry for "Requires" at version "0.5" (#7) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DataValues" at version "0.4" (#8) (@github-actions[bot])

v2.1.3

24 Nov 01:02
Compare
Choose a tag to compare

v2.1.2

05 Jul 07:32
v2.1.2
Compare
Choose a tag to compare

v2.1.2 (2019-07-04)

Diff since v2.1.1

Merged pull requests:

v2.1.1

23 May 08:37
v2.1.1
Compare
Choose a tag to compare

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

27 Feb 10:08
Compare
Choose a tag to compare

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

26 Feb 00:30
Compare
Choose a tag to compare

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

13 Feb 05:10
Compare
Choose a tag to compare

Tidy and reinstate requirements for METADATA.jl.

v2.0.0

17 Jan 00:55
Compare
Choose a tag to compare
  • Drop Julia v0.6 support.
  • Support Julia v0.7 and v1.0.

v1.1.0

09 May 11:57
Compare
Choose a tag to compare
  • 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.

v1.0.0

28 Aug 05:52
Compare
Choose a tag to compare