Skip to content

Commit

Permalink
0.12.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Dec 16, 2022
1 parent 1319771 commit 5183ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
Release notes
=============

Release 0.12.2 (unreleased)
===========================


Release 0.12.1 (unreleased)
Release 0.12.1
===========================
- `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.
- `PR 783 <https://github.com/uber/petastorm/pull/783>`_: Support results_queue_size parameter in make_batch_reader API
Expand Down
2 changes: 1 addition & 1 deletion petastorm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from petastorm.reader import make_reader, make_batch_reader # noqa: F401
from petastorm.transform import TransformSpec # noqa: F401

__version__ = '0.12.0'
__version__ = '0.12.1rc1'

0 comments on commit 5183ae2

Please sign in to comment.