Skip to content

Commit

Permalink
0.7.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Mar 22, 2019
1 parent 1a24452 commit e1ab64d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ New features and bug fixes
- `pyarrow==0.12.1` compatibility issues fixes.
- Ignore list-of-lists and list-of-structs columns (with a warning) when loading data from Apache Parquet store.
This is useful when reading from an existing Parquet store that has these incompatible types.
- Added a mutex synchronizing readout from the results queue. Previously, race condition could have caused loss of
some samples when fetching samples from ``Reader`` object from multiple threads.


Release 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion petastorm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from petastorm.reader import make_reader, make_batch_reader # noqa: F401
from petastorm.transform import TransformSpec # noqa: F401

__version__ = '0.7.0rc0'
__version__ = '0.7.0rc1'

0 comments on commit e1ab64d

Please sign in to comment.