Skip to content

Commit b865cce

Browse files
author
Yevgeni Litvin
committed
Updated release notes. Bumped up version to 0.7.0rc0.
1 parent be2ab74 commit b865cce

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/release-notes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44
Release notes
55
=============
66

7+
Release 0.7.0
8+
=============
9+
10+
Thanks to our new contributer: Rémy Saissy!
11+
12+
Breaking changes
13+
----------------
14+
- ``transform`` argument of the ``petastorm.pytorch.DataLoader`` class was superseeded by `transform_spec` argument of
15+
``make_reader``/``make_batch_reader`` functions.
16+
17+
New features and bug fixes
18+
--------------------------
19+
- `pyarrow==0.12.1` compatibility issues fixes.
20+
- Ignore list-of-lists and list-of-structs columns (with a warning) when loading data from Apache Parquet store.
21+
This is useful when reading from an existing Parquet store that has these incompatible types.
22+
23+
724
Release 0.6.0
825
=============
926

petastorm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from petastorm.reader import make_reader, make_batch_reader # noqa: F401
1616
from petastorm.transform import TransformSpec # noqa: F401
1717

18-
__version__ = '0.6.0'
18+
__version__ = '0.7.0rc0'

0 commit comments

Comments
 (0)