File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Changelog
77 for your project, make sure you adapt to the new data types (or don't upgrade).
88 - **Faster quadrature **: Thanks to `tlunet <https://github.com/tlunet >`_ the computation of the weights is now faster and
99 (even) more reliable. No breaking of any API here...
10+ - **Bugfixing and version pushes **: The code should run without (many) complaints with Python 3.6, 3.7 and potentially above.
11+ Also, the plotting routines have been adapted to work with recent versions of `matplotlib `.
1012
1113 This is not much (yet) and if it were not for the API changes, this would have been a minor release.
1214
Original file line number Diff line number Diff line change 6060
6161# General information about the project.
6262project = 'pySDC'
63- copyright = '2019 , Robert Speck'
63+ copyright = '2021 , Robert Speck'
6464author = 'Robert Speck'
6565
6666# The version info for the project you're documenting, acts as replacement for
6767# |version| and |release|, also used in various other places throughout the
6868# built documents.
6969#
7070# The short X.Y version.
71- version = '3 '
71+ version = '4.0 '
7272# The full version, including alpha/beta/rc tags.
73- release = '3 '
73+ release = '4.0 '
7474
7575# The language for content autogenerated by Sphinx. Refer to documentation
7676# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments