Skip to content

Commit 5183ae2

Browse files
author
Yevgeni Litvin
committed
0.12.1rc1
1 parent 1319771 commit 5183ae2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/release-notes.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
Release notes
55
=============
66

7+
Release 0.12.2 (unreleased)
8+
===========================
9+
710

8-
Release 0.12.1 (unreleased)
11+
Release 0.12.1
912
===========================
1013
- `PR 777 <https://github.com/uber/petastorm/pull/777>`_: Remove ``LocalDiskArrowTableCache`` class as it was using deprecated pyarrow serialization API. Speed up ``LocalDiskCache`` by using the highest pickle protocol in cache serialization.
1114
- `PR 783 <https://github.com/uber/petastorm/pull/783>`_: Support results_queue_size parameter in make_batch_reader API

petastorm/__init__.py

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

19-
__version__ = '0.12.0'
19+
__version__ = '0.12.1rc1'

0 commit comments

Comments
 (0)