Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Oct 2, 2017
1 parent cffcf6a commit dcea932
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ make install
| `xtensor` | `xtl` |`xsimd` (optional) |
|-----------|--------|-------------------|
| master | ^0.2.8 | ^3.1.0 |
| 0.12.0 | ^0.2.8 | ^3.1.0 |

The dependency on `xsimd` is required if you want to enable simd acceleration in `xtensor`. This can be done
by defining the macro `XTENSOR_USE_XSIMD` *before* including any header of `xtensor`.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Changelog
=========

master branch
-------------
0.12.0
------

Breaking changes
~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions include/xtensor/xtensor_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#define XTENSOR_CONFIG_HPP

#define XTENSOR_VERSION_MAJOR 0
#define XTENSOR_VERSION_MINOR 11
#define XTENSOR_VERSION_PATCH 2
#define XTENSOR_VERSION_MINOR 12
#define XTENSOR_VERSION_PATCH 0

// DETECT 3.6 <= clang < 3.8 for compiler bug workaround.
#ifdef __clang__
Expand Down

0 comments on commit dcea932

Please sign in to comment.