Skip to content

Releases: sylvaticus/OdsIO.jl

v0.6.3

23 Aug 09:55
4ddcb66
Compare
Choose a tag to compare

OdsIO v0.6.3

Diff since v0.6.2

Added makeunique=true to ods read to df

v0.6.2

02 Sep 12:50
Compare
Choose a tag to compare

OdsIO v0.6.2

Diff since v0.6.1

  • Added support for streams, e.g. data = @pipe HTTP.get(urlData).body |> ods_read(_)
  • Added separated environment for tests
  • Updated dependencies

v0.6.1

28 Apr 16:10
Compare
Choose a tag to compare

OdsIO v0.6.1

Diff since v0.6.0

  • Updated dependencies

Merged pull requests:

  • CompatHelper: bump compat for "DataStructures" to "0.18" (#11) (@github-actions[bot])
  • CompatHelper: bump compat for "DataFrames" to "0.22" (#12) (@github-actions[bot])

Updated to the new Project.toml format

13 Jun 15:29
013b41f
Compare
Choose a tag to compare
v0.6.0

Merge pull request #9 from sylvaticus/compathelper/new_version/2020-0…

Updated to PyCall 1.9/2.x API

05 Mar 10:07
Compare
Choose a tag to compare

Updated to the new PyCall 1.9/2.x API.

For some things the index base has changed from 1 to 0, that makes the code looks a bit ugly, as first the logic is adapted to switch the 0-based inxed used in Python to the 1-based in Julia and then it is reverted back for the changes with the new api.. if someone has the time and the wish to clean it up.. :-)

Updated to Julia 1.0

23 Aug 12:11
Compare
Choose a tag to compare

Updated release for Julia 1.0

Updated to use the new DataFrames "missing"

07 Feb 10:55
Compare
Choose a tag to compare

OdsIO should now play well with the new DataFrames "missing" type, in both importing and exporting of data.
Dropped support for Julia 0.5

Improved importing of data as DataFrame

30 Sep 11:35
Compare
Choose a tag to compare

There was several issues in importing the data as DataFrame, this release solves them.

Updated ods_write() to work with Julia 0.6

11 Jul 09:54
Compare
Choose a tag to compare

In ods_write(), updated names(df)' to use reshape() instead, as the former no longer works in Julia 0.6 (the problem was in the export of dataframes only)

Manage auto-installation of python dependencies

22 Apr 16:08
Compare
Choose a tag to compare

Added deps/build.jl script to install required python dependencies using pip (if these are not already available).