Skip to content

Commit e1ab64d

Browse files
author
Yevgeni Litvin
committed
0.7.0rc1
1 parent 1a24452 commit e1ab64d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ New features and bug fixes
1919
- `pyarrow==0.12.1` compatibility issues fixes.
2020
- Ignore list-of-lists and list-of-structs columns (with a warning) when loading data from Apache Parquet store.
2121
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.
2224

2325

2426
Release 0.6.0

petastorm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from petastorm.reader import make_reader, make_batch_reader # noqa: F401
1616
from petastorm.transform import TransformSpec # noqa: F401
1717

18-
__version__ = '0.7.0rc0'
18+
__version__ = '0.7.0rc1'

0 commit comments

Comments
 (0)