FileIO.jl Versions Save

Main Package for IO, loading all different kind of files

v1.10.0

2 years ago

FileIO v1.10.0

Diff since v1.9.1

Closed issues:

  • File type piracy (#172)
  • Fail to load large Tif file (#261)
  • paths from FilePathsBase error in LibSndFile (#315)
  • Error in magic function detect_rdata (#338)
  • There was an error in magic function detect_rdata_single (#341)

Merged pull requests:

  • [registry] added OGG with LibSndFile (#337) (@nantonel)
  • [registry] add MuData and AnnData formats (#340) (@ilia-kats)
  • fallback to extension-based guess when querying an empty file (#343) (@johnnychen94)
  • FileIO v1.10.0 (#344) (@johnnychen94)

v1.9.1

2 years ago

FileIO v1.9.1

Diff since v1.9.0

Closed issues:

  • Error in magic function detect_rdata (#338)

Merged pull requests:

  • move package loading behind a lock (#339) (@KristofferC)

v1.9.0

3 years ago

FileIO v1.9.0

Diff since v1.8.2

Merged pull requests:

  • Extend support for ISO/IEC base media format (#330) (@contradict)
  • [registry] add sixel format (#331) (@johnnychen94)
  • [registry] LibSndFile (#332) (@nantonel)
  • [registry] AVS .fld data files (#333) (@JeffFessler)
  • FileIO v1.9.0 (#334) (@johnnychen94)

v1.8.2

3 years ago

FileIO v1.8.2

Diff since v1.8.1

Closed issues:

  • The 1.6 update seems to have broken load from URLs for CSVFiles (#320)

Merged pull requests:

  • relax isfile check to allow URL input in checkpath_load (#327) (@johnnychen94)

v1.8.1

3 years ago

FileIO v1.8.1

Diff since v1.8.0

Closed issues:

  • FIle collision on case sensitive file systems after recent release. (#325)

Merged pull requests:

  • Fix collision in case insensitive file systems (#326) (@VasanthManiVasi)

v1.8.0

3 years ago

FileIO v1.8.0

Diff since v1.7.0

Closed issues:

  • Saving output to txt/CSV file? (#322)

Merged pull requests:

  • Add MIDI format (#323) (@VasanthManiVasi)

v1.7.0

3 years ago

FileIO v1.7.0

Diff since v1.6.5

Merged pull requests:

  • Add ImageIO for normal TIFF files (#290) (@IanButterworth)
  • add AVI MP4 OGG and Matroska video container support via VideoIO (#319) (@IanButterworth)

v1.6.5

3 years ago

FileIO v1.6.5

Diff since v1.6.4

Closed issues:

  • Import WAV file fails (#307)

Merged pull requests:

  • Add WAV test (#314) (@timholy)
  • Fix detect_compressed() (#318) (@alyst)

v1.6.4

3 years ago

FileIO v1.6.4

Diff since v1.6.3

Merged pull requests:

  • fix detectwav (#313) (@jkrumbiegel)

v1.6.3

3 years ago

FileIO v1.6.3

Diff since v1.6.2

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)