Releases: JuliaIO/FileIO.jl
Releases · JuliaIO/FileIO.jl
v1.6.5
v1.6.4
v1.6.3
FileIO v1.6.3
Closed issues:
- v1.6.0 broke VegaLite.jl and Vega.jl (#310)
Merged pull requests:
- Fix typo in save method (#311) (@IanButterworth)
- Add a functional-form MimeWriter test (#312) (@timholy)
v1.6.2
FileIO v1.6.2
Merged pull requests:
v1.6.1
v1.5.1
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)
v1.5.0
FileIO v1.5.0
Closed issues:
- Unexpected magic behaviour (#292)
Merged pull requests:
- remove MeshIO for inp (#188) (@KristofferC)
- add Gadget2 format (#264) (@islent)
- add
.flo
optical flow format (#284) (@stev47) - Better precompilability (#287) (@timholy)
- Switch from Travis to GitHub Actions. Update TagBot (#291) (@IanButterworth)
- Add Bundle format with BundlerIO.jl (#293) (@PaulDebus)
- Try magic bytes func first, if available (#294) (@IanButterworth)
- Identify TIFF format in IOBuffer (#296) (@contradict)
- Update CI (#297) (@timholy)
v1.4.5
FileIO v1.4.5
Closed issues:
- Loading images with ImageMagick backend within a package (#277)
- Ignore missing packages required by loaders (#279)
- Add github topic (eg. hashtag) to enhance discoverability in github, juliahub (#281)
Merged pull requests:
- Replaced ImageMagick by Netpbm for load/save of Netpbm files. (#280) (@magister-ludi)
v1.4.4
FileIO v1.4.4
Closed issues:
- Plots.jl+pyplot() interacts badly with FileIO.jl (#275)
Merged pull requests:
- Do checked_import sequentially (#276) (@ianshmean)