Skip to content

Commit

Permalink
Bump v0.11.5rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
chongxiaoc committed Jul 27, 2022
1 parent ddfc599 commit a3f6c7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
Release notes
=============

Release 0.11.5 (unreleased)

Release 0.11.6 (unreleased)
===========================


Release 0.11.5
===========================
- `PR 746 <https://github.com/uber/petastorm/pull/746>`_: Import ABC from collections.abc for Python 3.10 compatibility.
- `PR 757 <https://github.com/uber/petastorm/pull/757>`_: Replace process_iter by pid_exists.
- `PR 762 <https://github.com/uber/petastorm/pull/762>`_: PyTorch: improve memory-efficiency in batched non-shuffle buffer.


Release 0.11.4
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.11.4'
__version__ = '0.11.5rc0'

0 comments on commit a3f6c7c

Please sign in to comment.