Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 25, 2024
1 parent af4403e commit 3634f2d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ library:
| `xtensor` | `xtl` |`xsimd` (optional) |
|-----------|---------|-------------------|
| master | ^0.7.5 | ^10.0.0 |
| 0.25.0 | ^0.7.0 | ^10.0.0 |
| 0.24.7 | ^0.7.0 | ^10.0.0 |
| 0.24.6 | ^0.7.0 | ^10.0.0 |
| 0.24.5 | ^0.7.0 | ^10.0.0 |
Expand Down
32 changes: 32 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,38 @@
Changelog
=========

0.25.0
------

- Fix conversion warning in xrepeat
`# 2732 https://github.com/xtensor-stack/xtensor/pull/2732`
- Upraded to xsimd 11
`# 2735 https://github.com/xtensor-stack/xtensor/pull/2735`
- Update to use XTENSOR_DEFAULT_ALIGNMENT when using XSIMD
`# 2739 https://github.com/xtensor-stack/xtensor/pull/2739`
- Removed failing test xinfo on clang 16
`# 2740 https://github.com/xtensor-stack/xtensor/pull/2740`
- [CI] Switching to mamba-org/setup-micromamba
`# 2742 https://github.com/xtensor-stack/xtensor/pull/2742`
- Bump cmake version and resolve build issues
`# 2744 https://github.com/xtensor-stack/xtensor/pull/2744`
- Make reshape_view accept -1 as a wildcard dimension
`# 2746 https://github.com/xtensor-stack/xtensor/pull/2746`
- Fixing bug in argmin/argmax called with axis on rank-1 container
`# 2753 https://github.com/xtensor-stack/xtensor/pull/2753`
- pre-commit autoupdate
`# 2754 https://github.com/xtensor-stack/xtensor/pull/2754`
- Use L suffix for long double constants
`# 2762 https://github.com/xtensor-stack/xtensor/pull/2762`
- Use 1/4 step for testing arange
`# 2763 https://github.com/xtensor-stack/xtensor/pull/2763`
- [Optimization] Updated concatenate_access and stack_access to remove allocations
`# 2759 https://github.com/xtensor-stack/xtensor/pull/2759`
- [CI] Added more compilers
`# 2767 https://github.com/xtensor-stack/xtensor/pull/2767`
- Minor xindex_view to_array cleanup
`# 2765 https://github.com/xtensor-stack/xtensor/pull/2765`

0.24.7
------

Expand Down
4 changes: 2 additions & 2 deletions include/xtensor/xtensor_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define XTENSOR_CONFIG_HPP

#define XTENSOR_VERSION_MAJOR 0
#define XTENSOR_VERSION_MINOR 24
#define XTENSOR_VERSION_PATCH 7
#define XTENSOR_VERSION_MINOR 25
#define XTENSOR_VERSION_PATCH 0


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

0 comments on commit 3634f2d

Please sign in to comment.