Skip to content

Commit

Permalink
Release 0.23.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed May 3, 2021
1 parent 3127ecc commit 41be223
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ library:
| `xtensor` | `xtl` |`xsimd` (optional) |
|-----------|---------|-------------------|
| master | ^0.7.0 | ^7.4.8 |
| 0.23.9 | ^0.7.0 | ^7.4.8 |
| 0.23.8 | ^0.7.0 | ^7.4.8 |
| 0.23.7 | ^0.7.0 | ^7.4.8 |
| 0.23.6 | ^0.7.0 | ^7.4.8 |
Expand Down
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
Changelog
=========

0.23.9
------

- Fix data_offset method in xview to compute the strides only once
`#2371 https://github.com/xtensor-stack/xtensor/pull/2371`

0.23.8
------

Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: xtensor
channels:
- conda-forge
dependencies:
- xtensor=0.23.8
- xtensor=0.23.9
- xtensor-blas=0.19.1
- xeus-cling=0.12.0
- xeus-cling=0.12.1
2 changes: 1 addition & 1 deletion include/xtensor/xtensor_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define XTENSOR_VERSION_MAJOR 0
#define XTENSOR_VERSION_MINOR 23
#define XTENSOR_VERSION_PATCH 8
#define XTENSOR_VERSION_PATCH 9


// Define if the library is going to be using exceptions.
Expand Down

0 comments on commit 41be223

Please sign in to comment.