File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4
4
Release notes
5
5
=============
6
6
7
- Release 0.11.5 (unreleased)
7
+
8
+ Release 0.11.6 (unreleased)
9
+ ===========================
10
+
11
+
12
+ Release 0.11.5
8
13
===========================
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.
9
17
10
18
11
19
Release 0.11.4
Original file line number Diff line number Diff line change 16
16
from petastorm .reader import make_reader , make_batch_reader # noqa: F401
17
17
from petastorm .transform import TransformSpec # noqa: F401
18
18
19
- __version__ = '0.11.4 '
19
+ __version__ = '0.11.5rc0 '
You can’t perform that action at this time.
0 commit comments