Skip to content

Commit

Permalink
Updated release notes. Bumped up version to 0.7.0rc0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Mar 22, 2019
1 parent be2ab74 commit b865cce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
Release notes
=============

Release 0.7.0
=============

Thanks to our new contributer: Rémy Saissy!

Breaking changes
----------------
- ``transform`` argument of the ``petastorm.pytorch.DataLoader`` class was superseeded by `transform_spec` argument of
``make_reader``/``make_batch_reader`` functions.

New features and bug fixes
--------------------------
- `pyarrow==0.12.1` compatibility issues fixes.
- Ignore list-of-lists and list-of-structs columns (with a warning) when loading data from Apache Parquet store.
This is useful when reading from an existing Parquet store that has these incompatible types.


Release 0.6.0
=============

Expand Down
2 changes: 1 addition & 1 deletion petastorm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from petastorm.reader import make_reader, make_batch_reader # noqa: F401
from petastorm.transform import TransformSpec # noqa: F401

__version__ = '0.6.0'
__version__ = '0.7.0rc0'

0 comments on commit b865cce

Please sign in to comment.