Skip to content

Commit

Permalink
Release 0.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Apr 17, 2021
1 parent e5bd939 commit a1f6b16
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 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.6 | ^0.7.0 | ^7.4.8 |
| 0.23.5 | ^0.7.0 | ^7.4.8 |
| 0.23.4 | ^0.7.0 | ^7.4.8 |
| 0.23.3 | ^0.7.0 | ^7.4.8 |
Expand Down
14 changes: 14 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
Changelog
=========

0.23.6
------

- Update installation instructions to mention mamba
`#2357 https://github.com/xtensor-stack/xtensor/pull/2357`
- Fixed grid_shape return type
`#2360 https://github.com/xtensor-stack/xtensor/pull/2360`
- Added assertion in resize method
`#2361 https://github.com/xtensor-stack/xtensor/pull/2361`
- Added const chunk iterators
`#2362 https://github.com/xtensor-stack/xtensor/pull/2362`
- Fixed chunk assignment
`#2363 https://github.com/xtensor-stack/xtensor/pull/2363`

0.23.5
------

Expand Down
2 changes: 1 addition & 1 deletion 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.5
- xtensor=0.23.6
- xtensor-blas=0.19.1
- xeus-cling=0.12.0
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 5
#define XTENSOR_VERSION_PATCH 6


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

0 comments on commit a1f6b16

Please sign in to comment.