diff --git a/docs/source/index.rst b/docs/source/index.rst index 6b354b4cc1..5fec89e158 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,12 +11,16 @@ The code is hosted on GitHub, see `https://github.com/Parallel-in-Time/pySDC `_ +- November 7, 2017: Version 2.2 contains matrix-based versions of PFASST within the project ``matrixPFASST``. This involved quite a few + changes in more or less unexpected places, e.g. in the multigrid controller and the transfer base class. The impact + of these changes on other projects should be negligible, though. + +- October 25, 2017: For the `6th Workshop on Parallel-in-Time Integration `_ `pySDC` has been updated to version 2.1. It is now available on PyPI - the Python Package Index, see `https://pypi.python.org/pypi/pySDC `_ and can be installed simply by using ``pip install pySDC``. Naturally, this release contains a lot of bugfixes and minor improvements. Most notably, the file structure has been changed again to meet the standards for Python packaging (at least a bit). -- On November 24, 2016, we released version 2 of `pySDC`. This release contains major changes to the code and its structure: +- November 24, 2016: Released version 2 of `pySDC`. This release contains major changes to the code and its structure: - **Complete redesign of code structure**: The ``core`` part of `pySDC` only contains the core modules and classes, while ``implementations`` contains the actual implementations necessary to run something. @@ -85,6 +89,7 @@ Projects projects/fwsw.rst projects/RDC.rst projects/asymp_conv.rst + projects/matrixPFASST.rst Tests diff --git a/setup.py b/setup.py index 2eb18405d8..fb052fe347 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='pySDC', - version='2.1.6', + version='2.2', description='A Python implementation of spectral deferred correction methods and the likes', license="BSD-2", long_description=long_description,