Skip to content

Commit

Permalink
Release 0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Mar 24, 2021
1 parent 69da864 commit 36bdf5e
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.4 | ^0.7.0 | ^7.4.8 |
| 0.23.3 | ^0.7.0 | ^7.4.8 |
| 0.23.2 | ^0.7.0 | ^7.4.8 |
| 0.23.1 | ^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.4
------

- Fix edge chunk assignment
`#2342 https://github.com/xtensor-stack/xtensor/pull/2342`

0.23.3
------

Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: xtensor
channels:
- conda-forge
dependencies:
- xtensor=0.23.3
- xtensor-blas=0.19.0
- xtensor=0.23.4
- xtensor-blas=0.19.1
- xeus-cling=0.12.0
- blas * *openblas"
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 3
#define XTENSOR_VERSION_PATCH 4


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

0 comments on commit 36bdf5e

Please sign in to comment.