Skip to content

Commit

Permalink
Merge pull request xtensor-stack#483 from SylvainCorlay/changelog
Browse files Browse the repository at this point in the history
Iterate on changelog
  • Loading branch information
SylvainCorlay authored Oct 26, 2017
2 parents dc31143 + e55fa76 commit 5d2c525
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,42 @@
Changelog
=========

0.13.0
------

Breaking changes
~~~~~~~~~~~~~~~~

- The API for ``xbuffer_adaptor`` has changed. The template parameter is the type of the buffer, not just the value type.
`#482 <https://github.com/QuantStack/xtensor/pull/482>`_
- xtensor now depends on ``xtl`` version `0.3.x`.

Other changes
~~~~~~~~~~~~~

- Various fixes and improvements of the strided views.
`#480 <https://github.com/QuantStack/xtensor/pull/480>`_
`#481 <https://github.com/QuantStack/xtensor/pull/481>`_
- Addition of broadcasting bitwise operators.
`#459 <https://github.com/QuantStack/xtensor/pull/459>`_.
- Migration of benchmarks to the Google benchmark framework.
`#473 <https://github.com/QuantStack/xtensor/pull/473>`_.
- More efficient optional expression system.
`#467 <https://github.com/QuantStack/xtensor/pull/467>`_.

0.12.1
------

- Fix issue with slicing when using heterogeneous integral types
`#451 <https://github.com/QuantStack/xtensor/pull/451>`_.

0.12.0
------

Breaking changes
~~~~~~~~~~~~~~~~

- ``xtensor`` now depends on ``xtl``.
- ``xtensor`` now depends on ``xtl`` version `0.2.x`.
`#421 <https://github.com/QuantStack/xtensor/pull/421>`_.

New features
Expand Down

0 comments on commit 5d2c525

Please sign in to comment.