BufferedStreams.jl

Fast composable IO streams

MIT License

Stars
41

Bot releases are visible (Hide)

BufferedStreams.jl - v1.2.1 Latest Release

Published by github-actions[bot] about 1 year ago

BufferedStreams v1.2.1

Diff since v1.2.0

Closed issues:

  • error in skipchars(BufferedInputStream) (#57)
  • Archive this package in favor of TranscodingStreams? (#62)
  • Tag and release a new version with position(::BufferedOutputStream) defined (#68)
  • Some links point to BioJulia instead of JuliaIO (#73)
  • lost data from mark/reset? (#78)

Merged pull requests:

  • enable dependabot for GitHub actions (#72) (@ranocha)
  • Bump codecov/codecov-action from 1 to 3 (#74) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#75) (@dependabot[bot])
  • optimized copyuntil (#76) (@stevengj)
  • support skipchars and peek(io, Char) (#77) (@stevengj)
  • don't forget to shift anchor at end of buffer (#79) (@stevengj)
BufferedStreams.jl - v1.2.0

Published by github-actions[bot] over 1 year ago

BufferedStreams v1.2.0

Diff since v1.1.0

Closed issues:

  • transfer to JuliaIO? (#61)

Merged pull requests:

  • clean out references to BioJulia now when the package has moved to JuliaIO (#66) (@KristofferC)
  • Add Base.position for BufferedOutputStream (#67) (@Drvi)
  • seek should return the stream (#69) (@stevengj)
  • tag 1.2.0 (#71) (@stevengj)
BufferedStreams.jl - v1.1.0

Published by github-actions[bot] over 2 years ago

BufferedStreams v1.1.0

Diff since v1.0.0

Closed issues:

  • Base.nb_available is deprecated in Julia 0.7 and gone in 1.0 (#53)
  • Package should belongs to JuliaIO (#56)
  • Benchmarks? (#59)

Merged pull requests:

  • Cap Documenter.jl to 0.19 on Travis (#55) (@mortenpi)
  • Upgrade package to 1.6 (#64) (@KristofferC)
BufferedStreams.jl - First Major Release

Published by TransGirlCodes about 6 years ago

The first major release coinciding with the release of julia v1.0!

BufferedStreams.jl - Compatibility improvements

Published by bicycle1885 over 6 years ago

  • Add readavailable(::BufferedInputStream) (#46).
  • Fix deprecations (#51).
  • Fix Julia 0.7 deprecations (#52).
BufferedStreams.jl - Julia 0.7 compatibility release

Published by TransGirlCodes over 6 years ago

This release updates BufferedStreams to work and pass all tests on julia v0.7.

BufferedStreams.jl - Bug fix and more Base methods

Published by bicycle1885 over 7 years ago

  • Add Base.unsafe_read (#37).
  • Add Base.nb_available (#39).
  • Fix doubling buffer problem (#40).
BufferedStreams.jl - Bug fix

Published by bicycle1885 over 7 years ago

  • Fix readbytes! (#35).
BufferedStreams.jl - Bug fix

Published by bicycle1885 over 7 years ago

  • Fix shiftdata! #34.
BufferedStreams.jl - BufferedStreams.jl 0.3

Published by bicycle1885 over 7 years ago

  • Add the immobilized field to make buffered data immovable.
  • Minor refactoring.
BufferedStreams.jl - Minor fix of lower bound for takebuf_string

Published by TransGirlCodes almost 8 years ago

BufferedStreams.jl - Minor fixes to takebuf_string methods.

Published by TransGirlCodes almost 8 years ago

BufferedStreams.jl - Revised takebuf_ methods

Published by TransGirlCodes almost 8 years ago