Skip to content

Commit

Permalink
bump version to 1.0.1; update changelog and rebuild documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjohnson committed Sep 15, 2021
1 parent 37af653 commit d076e47
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Version History
---------------

### Open VKL 1.0.1

- Fixed issue in `structuredRegular` and `vdb` interval iterators that could
lead to erroneous initial intervals for certain ray inputs
- Fixed handling of `intervalResolutionHint` interval iterator context
parameter for `amr`, `particle`, and `unstructured` volumes with small
numbers of cells / primitives

### Open VKL 1.0.0

- The version 1.0 release marks long term API stability (until v2.0)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)

## Establish project ##

project(openvkl VERSION 1.0.0 LANGUAGES C CXX)
project(openvkl VERSION 1.0.1 LANGUAGES C CXX)

## Add openvkl specific macros ##

Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intel® Open Volume Kernel Library

This is release v1.0.0 of Intel® Open VKL. For changes and new features
This is release v1.0.1 of Intel® Open VKL. For changes and new features
see the [changelog](CHANGELOG.md). Visit http://www.openvkl.org for more
information.

Expand Down Expand Up @@ -33,6 +33,14 @@ example renderers to demonstrate how to best use the Open VKL API.

## Version History

### Open VKL 1.0.1

- Fixed issue in `structuredRegular` and `vdb` interval iterators that
could lead to erroneous initial intervals for certain ray inputs
- Fixed handling of `intervalResolutionHint` interval iterator context
parameter for `amr`, `particle`, and `unstructured` volumes with
small numbers of cells / primitives

### Open VKL 1.0.0

- The version 1.0 release marks long term API stability (until v2.0)
Expand Down
2 changes: 1 addition & 1 deletion gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
variables:
GIT_DEPTH: "15"
KW_PROJECT_NAME: openvkl
OPENVKL_RELEASE_PACKAGE_VERSION: "1.0.0"
OPENVKL_RELEASE_PACKAGE_VERSION: "1.0.1"
MACOSX_DEPLOYMENT_TARGET: "10.13"

stages:
Expand Down

0 comments on commit d076e47

Please sign in to comment.