Skip to content

Commit

Permalink
Release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Mar 29, 2019
1 parent eed5c6b commit 79262d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ library:
| `xtensor` | `xtl` |`xsimd` (optional) |
|-----------|---------|-------------------|
| master | ^0.6.1 | ^7.0.0 |
| 0.20.1 | ^0.6.1 | ^7.0.0 |
| 0.20.0 | ^0.6.1 | ^7.0.0 |
| 0.19.4 | ^0.5.3 | ^7.0.0 |
| 0.19.3 | ^0.5.3 | ^7.0.0 |
Expand Down
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
Changelog
=========

0.20.1
------

- Add a test for mimetype rendering and fix forward declaration
`#1490 <https://github.com/QuantStack/xtensor/pull/1490>`_
- Fix special case of view iteration
`#1491 <https://github.com/QuantStack/xtensor/pull/1491>`_

0.20.0
------

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.20.0
- xtensor=0.20.1
- xtensor-blas=0.16.0
- xeus-cling=0.4.11
- xeus-cling=0.5.0
2 changes: 1 addition & 1 deletion include/xtensor/xtensor_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define XTENSOR_VERSION_MAJOR 0
#define XTENSOR_VERSION_MINOR 20
#define XTENSOR_VERSION_PATCH 0
#define XTENSOR_VERSION_PATCH 1

// DETECT 3.6 <= clang < 3.8 for compiler bug workaround.
#ifdef __clang__
Expand Down

0 comments on commit 79262d2

Please sign in to comment.