Skip to content

Commit a7234bc

Browse files
author
Yevgeni Litvin
committed
0.7.1rc0
1 parent 11c2cc8 commit a7234bc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/release-notes.rst

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

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+
720
Release 0.7.0
821
=============
922

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.7.0'
18+
__version__ = '0.7.1rc0'

0 commit comments

Comments
 (0)