Releases: JuliaIO/TranscodingStreams.jl
Releases · JuliaIO/TranscodingStreams.jl
v0.9.9
v0.9.8
TranscodingStreams v0.9.8
Closed issues:
transcode
a SubArray? (#110)
Merged pull requests:
- Improve inference (#111) (@jakobnissen)
- seekend should return stream like Base.seekend (#115) (@ikirill)
- use GitHub Actions for CI (#116) (@bicycle1885)
- Fix
position
forNoopStream
in :write mode (#118) (@Drvi) - GC safepoints for read and write (#119) (@ancapdev)
- Grow buffers exponentially, not one byte at a time (#121) (@jakobnissen)
v0.9.6
TranscodingStreams v0.9.6
Closed issues:
Merged pull requests:
v0.9.5
v0.9.5 (2019-08-01)
Closed issues:
- Release 0.9.4 (#80)
Merged pull requests:
- Refactor transcode (#88) (bicycle1885)
- fix transcode's performance problem (#87) (bicycle1885)
- add a logging message to debug buffering (#86) (bicycle1885)
- drop REQUIRE (#83) (bicycle1885)
- replace import with using in runtests.jl (#82) (bicycle1885)
TranscodingStreams.jl 0.9.4
Minor performance fix
- More aggressively inline functions of Memory (#77).
Add an experimental feature
The new feature is for https://github.com/bicycle1885/TableReader.jl, and is released to make it easier to try the package.
Note that this is experimental and thus may be removed in the next release.
- Add
eager
keyword argument (#75).
Fix a bug of readuntil
- Fix readuntil when stream is empty (#74).