Skip to content

Commit 33f1694

Browse files
Update release notes.
There are actually a lot of changes between 0.7 and 0.8 that should have been listed here, but I had to refer to the PRs for them.
1 parent aa9e55c commit 33f1694

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

doc/source/release_notes.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,25 @@
66
Release Notes
77
#############
88

9-
Upcoming release
9+
Upcoming release (2025)
1010
================
11+
The next release will be a major departure with regards to flexibility of the internal representation.
12+
Previously, ODL was firmly based on NumPy: although the design with abstract classes for mathematical spaces and their elements is a powerful means for avoiding lock-in to any particular backend, there are many features of ODL that assumed NumPy arrays as the underlying implementations.
13+
14+
The next release will alleviate this and offer at least one alternative storage backend, namely PyTorch.
15+
This will be advantageous both for allowing algorithms to run completely on GPU without copying data back and forth to main memory, and also in that it integrates more tightly to the automatic differentiation offered by PyTorch.
16+
17+
ODL 0.8.1 Release Notes (2024-12-07)
18+
====================================
19+
A small bugfix release, mostly addressing a normalisation issue caused by an interface change in PyFFTW.
20+
21+
ODL 0.8.0 Release Notes (2024-09-06)
22+
====================================
23+
Various changes since 2019 that previously could only be found in the developer version were finally released here.
24+
Many of them are small additions or fixes (see `the pull requests <https://github.com/odlgroup/odl/pulls?q=is%3Apr+is%3Aclosed>`_), but there are also some architectural changes such as the removal of the ``FunctionSpace`` class in `#1459 <https://github.com/odlgroup/odl/pull/1459>`_.
25+
26+
Furthermore, compatibility with newer versions of the basic dependencies NumPy (up to 1.26) and SciPy was restored.
27+
1128

1229
ODL 0.7.0 Release Notes (2018-09-09)
1330
====================================

0 commit comments

Comments
 (0)