Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Feb 23, 2018
1 parent 75f662e commit b946e47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,17 @@ which are also available on conda-forge.
| `xtensor-blas` | `xtensor` |
|-----------------|-----------|
| master | ^0.15.4 |
| 0.8.1 | ^0.15.4 |
| 0.9.0 | ^0.15.4 |
| 0.8.0 | ^0.15.0 |
| 0.7.0 | ^0.14.0 |
| 0.6.1 | ^0.13.2 |
| 0.5.0 | ^0.11.0 |
| 0.3.1 | ^0.10.2 |

## Changelog

`0.9.0`: BREAKING CHANGE! `svd` signature changed to match NumPy.

## License

We use a shared copyright model that enables all contributors to maintain the
Expand Down
4 changes: 2 additions & 2 deletions include/xtensor-blas/xblas_config.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#define XBLAS_CONFIG_HPP

#define XTENSOR_BLAS_VERSION_MAJOR 0
#define XTENSOR_BLAS_VERSION_MINOR 8
#define XTENSOR_BLAS_VERSION_PATCH 1
#define XTENSOR_BLAS_VERSION_MINOR 9
#define XTENSOR_BLAS_VERSION_PATCH 0

#ifndef USE_CXXLAPACK
#define USE_CXXLAPACK
Expand Down

0 comments on commit b946e47

Please sign in to comment.