@@ -5,37 +5,39 @@ Changelog
55
660.9.0-alpha
77-----------
8- **Date: ** TBA
8+ **Date: ** 2019-07-25
99
10- ADIOS2 Support
10+ Improved Builds and Packages
1111
12- [Summary]
12+ This release improves PyPI releases with proper declaration of build dependencies (use pip 19.0+).
13+ For ``Makefile ``-based projects, an ``openPMD.pc `` file to be used with ``pkg-config `` is added on install.
14+ ``RecordComponent `` now supports a ``makeEmpty `` method to write a zero-extent, yet multi-dimensional record component.
15+ We are now building as shared library by default.
1316
1417Changes to "0.8.0-alpha"
1518^^^^^^^^^^^^^^^^^^^^^^^^
1619
1720Features
1821""""""""
1922
20- - ADIOS2: support added (v2.4.0+) #482 #513 #530
21- - support empty datasets via ``RecordComponent::makeEmpty `` #528 #529
23+ - C++: support empty datasets via ``RecordComponent::makeEmpty `` #528 #529
2224- CMake:
2325
2426 - build a shared library by default #506
25- - generate pkg-config ``.pc `` file #532 #535 #537
27+ - generate `` pkg-config `` ``.pc `` file #532 #535 #537
2628- Python:
2729
28- - manylinux2010 wheels for PyPI #523
30+ - `` manylinux2010 `` wheels for PyPI #523
2931 - add ``pyproject.toml `` for build dependencies (PEP-518) #527
3032
3133Bug Fixes
3234"""""""""
3335
3436- MPark.Variant: work-around missing version bump #504
3537- linker error concerning ``Mesh::setTimeOffset `` method template #511
36- - Remove dummy dataset writing from ``RecordComponent::flush() `` #528
38+ - remove dummy dataset writing from ``RecordComponent::flush() `` #528
3739- remove dummy dataset writing from ``PatchRecordComponent::flush `` #512
38- - Allow flushing before defining position and positionOffset components of particle species #518 #519
40+ - allow flushing before defining `` position `` and `` positionOffset `` components of particle species #518 #519
3941- CMake:
4042
4143 - make install paths cacheable on Windows #521
0 commit comments