Skip to content

Releases: blaze/odo

0.5.0

25 Apr 17:08
Compare
Choose a tag to compare

Release 0.5.0

New Features

  • For conversions that go through chunked pandas DataFrames, adding the
    keyword add_index=True will append a unique index column onto the data.
    Otherwise, the index will likely repeat each chunk.

Bug Fixes

  • Fixed an issue whereby column names from SQLAlchemy would not be a standard
    string type.
  • Fixed a bug with URL(CSV) resources when downloading to ensure all data
    is downloaded completely.

Miscellaneous

  • Removed DyND backend in conjunction with Blaze's removal of same. This was
    done on the recommendation of the DyND developers. DyND will be
    re-incorporated into Odo once it reaches its 1.0 release.

0.4.1 Release

03 Feb 20:28
Compare
Choose a tag to compare
0.4.1 release

0.3.4

15 Sep 23:46
Compare
Choose a tag to compare
Add release date to release notes

0.3.3

08 Jul 18:41
Compare
Choose a tag to compare
Merge pull request #261 from cpcloud/three-point-three

0.3.3 Release

0.3.2

26 Apr 16:26
Compare
Choose a tag to compare
Merge pull request #179 from cpcloud/dask-api-change

Fix odo breakage for dask API changes

0.3.0

06 Mar 16:20
Compare
Choose a tag to compare
  • Renamed "into" to "odo"
  • Swapped order of source and target arguments.
    • Was into(target, source), now: odo(source, target)
  • into still available for backwards compatibility
  • new docs location: odo.readthedocs.org
  • conda install -c blaze odo gets you the latest version of the package