Skip to content

Commit 73992e6

Browse files
authored
Merge pull request #288 from ax3l/topic-release031
Version: 0.3.1-alpha
2 parents 2bb8900 + 3188d87 commit 73992e6

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Changelog
55

66
0.3.1-alpha
77
-----------
8-
**Date:** TBA
8+
**Date:** 2018-07-07
99

10-
Refined fileBased Series
10+
Refined fileBased Series & Python Data Load
1111

12-
A specification for Iteration padding in filenames for fileBased Series is introduced.
13-
Padding present in read Iterations is detected and honored in any further Iterations.
12+
A specification for iteration padding in filenames for ``fileBased`` series is introduced.
13+
Padding present in read iterations is detected and conserved in processing.
14+
Python builds have been simplified and python data loads now work for both meshes and particles.
1415

1516
Changes to "0.3.0-alpha"
1617
^^^^^^^^^^^^^^^^^^^^^^^^

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
cmake_minimum_required(VERSION 3.10.0)
44

5-
project(openPMD VERSION 0.3.0) # LANGUAGES CXX
5+
project(openPMD VERSION 0.3.1) # LANGUAGES CXX
66

77
# the openPMD "markup"/"schema" standard version
88
set(openPMD_STANDARD_VERSION 1.1.0)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = u'0.3.1'
8282
# The full version, including alpha/beta/rc tags.
83-
release = u'0.3.1-dev'
83+
release = u'0.3.1-alpha'
8484

8585
# The language for content autogenerated by Sphinx. Refer to documentation
8686
# for a list of supported languages.

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The supported version of the `openPMD standard <https://github.com/openPMD/openP
3838
======================= ===================================
3939
openPMD-api version supported openPMD standard versions
4040
======================= ===================================
41-
``0.1.0-0.3.0`` (alpha) ``1.0.0-1.1.0``
41+
``0.1.0-0.3.1`` (alpha) ``1.0.0-1.1.0``
4242
``1.0.0+`` ``1.0.1-1.1.0`` (not released yet)
4343
``2.0.0+`` ``2.0.0+`` (not released yet)
4444
======================= ===================================

include/openPMD/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define OPENPMDAPI_VERSION_MAJOR 0
2525
#define OPENPMDAPI_VERSION_MINOR 3
2626
#define OPENPMDAPI_VERSION_PATCH 1
27-
#define OPENPMDAPI_VERSION_LABEL "dev"
27+
#define OPENPMDAPI_VERSION_LABEL "alpha"
2828

2929
// maximum supported version of the openPMD standard (read & write)
3030
#define OPENPMD_STANDARD_MAJOR 1

0 commit comments

Comments
 (0)