File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-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.1
8
+ =============
9
+
10
+ Thanks to our contributors: Rémy Saissy!
11
+
12
+ New features and bug fixes
13
+ --------------------------
14
+ - Support opening parquet datasets with more than 255 columns using Python 3.0-3.6.
15
+ - Do not cast integers scalars to floats in columns containing nullable integer values.
16
+ - Include column name in an exception raised in case of decoding failure.
17
+
18
+
19
+
7
20
Release 0.7.0
8
21
=============
9
22
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.7.0 '
18
+ __version__ = '0.7.1rc0 '
You can’t perform that action at this time.
0 commit comments