Skip to content

Commit a3f6c7c

Browse files
committed
Bump v0.11.5rc0
1 parent ddfc599 commit a3f6c7c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/release-notes.rst

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

7-
Release 0.11.5 (unreleased)
7+
8+
Release 0.11.6 (unreleased)
9+
===========================
10+
11+
12+
Release 0.11.5
813
===========================
14+
- `PR 746 <https://github.com/uber/petastorm/pull/746>`_: Import ABC from collections.abc for Python 3.10 compatibility.
15+
- `PR 757 <https://github.com/uber/petastorm/pull/757>`_: Replace process_iter by pid_exists.
16+
- `PR 762 <https://github.com/uber/petastorm/pull/762>`_: PyTorch: improve memory-efficiency in batched non-shuffle buffer.
917

1018

1119
Release 0.11.4

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.11.4'
19+
__version__ = '0.11.5rc0'

0 commit comments

Comments
 (0)