Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed May 31, 2018
1 parent 312b78b commit 5240902
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Travis](https://travis-ci.org/QuantStack/xtensor-blas.svg?branch=master)](https://travis-ci.org/QuantStack/xtensor-blas)
[![Appveyor](https://ci.appveyor.com/api/projects/status/quf1hllkedr0rxbk?svg=true)](https://ci.appveyor.com/project/QuantStack/xtensor-blas)
[![Documentation](http://readthedocs.org/projects/xtensor-blas/badge/?version=latest)](https://xtensor-blas.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://img.shields.io/badge/launch-binder-brightgreen.svg)](https://mybinder.org/v2/gh/QuantStack/xtensor/0.15.4?filepath=notebooks/xtensor.ipynb)
[![Binder](https://img.shields.io/badge/launch-binder-brightgreen.svg)](https://mybinder.org/v2/gh/QuantStack/xtensor/0.16.1?filepath=notebooks/xtensor.ipynb)
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Introduction
Expand Down Expand Up @@ -63,6 +63,7 @@ http://xtensor-blas.readthedocs.io/
| `xtensor-blas` | `xtensor` |
|-----------------|-----------|
| master | ^0.16.0 |
| 0.11.1 | ^0.16.0 |
| 0.11.0 | ^0.16.0 |
| 0.10.1 | ^0.15.4 |
| 0.10.0 | ^0.15.4 |
Expand Down
2 changes: 1 addition & 1 deletion include/xtensor-blas/xblas_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define XTENSOR_BLAS_VERSION_MAJOR 0
#define XTENSOR_BLAS_VERSION_MINOR 11
#define XTENSOR_BLAS_VERSION_PATCH 0
#define XTENSOR_BLAS_VERSION_PATCH 1

#ifndef USE_CXXLAPACK
#define USE_CXXLAPACK
Expand Down

0 comments on commit 5240902

Please sign in to comment.