File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 4
4
Release notes
5
5
=============
6
6
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
+
7
24
Release 0.6.0
8
25
=============
9
26
Original file line number Diff line number Diff line change 15
15
from petastorm .reader import make_reader , make_batch_reader # noqa: F401
16
16
from petastorm .transform import TransformSpec # noqa: F401
17
17
18
- __version__ = '0.6.0 '
18
+ __version__ = '0.7.0rc0 '
You can’t perform that action at this time.
0 commit comments