v1.6.0
FileIO v1.6.0
Closed issues:
- Fallback to display for known MIME types? (#6)
- Corrupted magicbytes (#19)
- read RGB tif image is not correct for the first page (#70)
- Support URLs (#89)
- Support for GZ format (#118)
- Libz compliance with FileIO for GZ format (#120)
- save code path should never check magic bytes (#132)
- Conversion error on the first run (#142)
- Prioritization among loaders? (#144)
- Force auto-installation? (#153)
- understanding fallback hierarchy / public API (#162)
- Should there be a load! function? (#171)
- detect functions never called for files < 35 bytes (#176)
- Does not work on Julia 0.7 (#186)
- RFC: Potential redesign of how loaders/savers register with FileIO (#189)
- Formats supported in package submodules (#194)
- should
add_loader
andadd_saver
push to the front of the loader/saver list? (#197) - Improve exception handling (#216)
- Support URLs and FilePaths (#219)
- Error on compile_incremental(:FileIO, force=false) (#228)
- add support for JDF.jl (#235)
- disable "push" CI in travis? (#240)
- When this gets rewritten, don't encode format in type system (#244)
loadstreaming
andsavestreaming
implementations? (#252)- World Age problem when loading tif and multiplying result by a number (#283)
- Facing issue reading new file format (#286)
- Load from buffer and from url (#288)
Merged pull requests:
- Major rewrite for correctness, performance (#295) (@timholy)
- Add docs (#298) (@timholy)
- add support for GPX.jl (#299) (@timholy)
- Run everything in a test set (#300) (@timholy)
- Add an integration test demoing streams (#301) (@timholy)
- Add support for URIs (#302) (@timholy)
- Remove GPX support (revert #299) (#303) (@timholy)
- Add requirements for URI docs (#304) (@timholy)
- Do a better job of capturing the source of errors (#305) (@timholy)
- Add [compat] for Requires (#306) (@timholy)