Skip to content

Commit

Permalink
Release 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 23, 2020
1 parent 1f58d9e commit 31acec1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ library:
| `xtensor` | `xtl` |`xsimd` (optional) |
|-----------|---------|-------------------|
| master | ^0.6.9 | ^7.4.4 |
| 0.21.3 | ^0.6.9 | ^7.4.4 |
| 0.21.2 | ^0.6.9 | ^7.4.4 |
| 0.21.1 | ^0.6.9 | ^7.4.2 |
| 0.21.0 | ^0.6.9 | ^7.4.2 |
Expand Down
27 changes: 24 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,35 @@
Changelog
=========

0.21.3-dev
----------
0.21.3
------

- Allow use of cmake add_subdirectory(xtensor) by checking for xtl target
`#1865 <https://github.com/xtensor-stack/xtensor/pull/1865>`_
- Simplifying CMake config
`#1856 <https://github.com/xtensor-stack/xtensor/pull/1856>`_

- Fixed ``reshape`` with signed integers
`#1867 <https://github.com/xtensor-stack/xtensor/pull/1867>`_
- Disabled MSVC iterator checks
`#1874 <https://github.com/xtensor-stack/xtensor/pull/1874>`_
- Added covariance function
`#1847 <https://github.com/xtensor-stack/xtensor/pull/1847>`_
- Fix for older cmake
`#1880 <https://github.com/xtensor-stack/xtensor/pull/1880>`_
- Added row and col facade for 2-D contianers
`#1876 <https://github.com/xtensor-stack/xtensor/pull/1876>`_
- Implementation of ``xt::tile``
`#1888 <https://github.com/xtensor-stack/xtensor/pull/1888>`_
- Fixed ``reshape`` return
`#1886 <https://github.com/xtensor-stack/xtensor/pull/1886>`_
- Enabled ``add_subdirectory`` for ``xsimd``
`#1889 <https://github.com/xtensor-stack/xtensor/pull/1889>`_
- Support ``ddof`` argument for ``xt::variance``
`#1893 <https://github.com/xtensor-stack/xtensor/pull/1893>`_
- Set -march=native only if the user did not set another -march already
`#1899 <https://github.com/xtensor-stack/xtensor/pull/1899>`_
- Assemble new container in ``xpad``
`#1808 <https://github.com/xtensor-stack/xtensor/pull/1808>`_

0.21.2
------
Expand Down
2 changes: 1 addition & 1 deletion 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.21.2
- xtensor=0.21.3
- xtensor-blas=0.17.1
- xeus-cling=0.5.1
- 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 21
#define XTENSOR_VERSION_PATCH 3-dev
#define XTENSOR_VERSION_PATCH 3

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

0 comments on commit 31acec1

Please sign in to comment.