From 3188d87fc2f2dccfd504d5d040ad08c9088bea19 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Sat, 7 Jul 2018 09:07:00 +0200 Subject: [PATCH] Version: 0.3.1-alpha Finalize 0.3.1 release. --- CHANGELOG.rst | 9 +++++---- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- docs/source/index.rst | 2 +- include/openPMD/version.hpp | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ade54fb731..6f89925dc9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,12 +5,13 @@ Changelog 0.3.1-alpha ----------- -**Date:** TBA +**Date:** 2018-07-07 -Refined fileBased Series +Refined fileBased Series & Python Data Load -A specification for Iteration padding in filenames for fileBased Series is introduced. -Padding present in read Iterations is detected and honored in any further Iterations. +A specification for iteration padding in filenames for ``fileBased`` series is introduced. +Padding present in read iterations is detected and conserved in processing. +Python builds have been simplified and python data loads now work for both meshes and particles. Changes to "0.3.0-alpha" ^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/CMakeLists.txt b/CMakeLists.txt index 561def5700..6fda7bc1a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # cmake_minimum_required(VERSION 3.10.0) -project(openPMD VERSION 0.3.0) # LANGUAGES CXX +project(openPMD VERSION 0.3.1) # LANGUAGES CXX # the openPMD "markup"/"schema" standard version set(openPMD_STANDARD_VERSION 1.1.0) diff --git a/docs/source/conf.py b/docs/source/conf.py index 87fe5f3cfa..7a42a935af 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -80,7 +80,7 @@ # The short X.Y version. version = u'0.3.1' # The full version, including alpha/beta/rc tags. -release = u'0.3.1-dev' +release = u'0.3.1-alpha' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/index.rst b/docs/source/index.rst index edf7d76cff..4b53971331 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -38,7 +38,7 @@ The supported version of the `openPMD standard