Releases: blaze/odo
Releases · blaze/odo
0.5.0
Release 0.5.0
New Features
- For conversions that go through chunked pandas DataFrames, adding the
keywordadd_index=Truewill 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
0.4.1 release
0.3.4
0.3.3
0.3.2
0.3.0
- Renamed "into" to "odo"
- Swapped order of
sourceandtargetarguments.- Was
into(target, source), now:odo(source, target)
- Was
intostill available for backwards compatibility- new docs location: odo.readthedocs.org
conda install -c blaze odogets you the latest version of the package