File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ New features and bug fixes
19
19
- `pyarrow==0.12.1 ` compatibility issues fixes.
20
20
- Ignore list-of-lists and list-of-structs columns (with a warning) when loading data from Apache Parquet store.
21
21
This is useful when reading from an existing Parquet store that has these incompatible types.
22
+ - Added a mutex synchronizing readout from the results queue. Previously, race condition could have caused loss of
23
+ some samples when fetching samples from ``Reader `` object from multiple threads.
22
24
23
25
24
26
Release 0.6.0
Original file line number Diff line number Diff line change 15
15
from petastorm .reader import make_reader , make_batch_reader # noqa: F401
16
16
from petastorm .transform import TransformSpec # noqa: F401
17
17
18
- __version__ = '0.7.0rc0 '
18
+ __version__ = '0.7.0rc1 '
You can’t perform that action at this time.
0 commit comments