Skip to content

Releases: Parallel-in-Time/pySDC

The Ultra Release

23 Sep 10:37
3ac9d55
Compare
Choose a tag to compare

Some more notable additions to pySDC, in particular :

And cherry on top, a brand new release guide for maintainers in the contribution guidelines.

Back-to-school release

03 Sep 14:25
0e38030
Compare
Choose a tag to compare

A new minor release to start the new season, including

Feels like a busy start !

The summer cleanup release

24 Jun 12:42
Compare
Choose a tag to compare

This release brings major cleanup of the code base, moving all quadrature-based stuff to the newly developed qmat library. We also have more examples, more sweepers, more CI, more consistency in the naming scheme and more more. See the changelog for (a bit) more details.

Source code for parallel SDC theory paper

27 Mar 12:09
745b027
Compare
Choose a tag to compare

Code release for the article

@misc{caklovic2024improving,
    title = {Improving Parallelism Accross the Method for Spectral Deferred Correction},
    author = {{\v{C}}aklovi{\'c}, Gayatri and Lunet, Thibaut and G{\"o}tschel, Sebastian and Ruprecht, Daniel},
    year = {2024},
    note = {submitted to SISC},
}

Scripts are located under : pySDC/projects/parallelSDC_reloaded, see README.rst in this folder.

Contains also :

  • addition of a 2D Brusselator problem (#401)
  • implementation of a new datatype for DAE and multi-components mesh (#384)
  • fix for the RKSweeper (#403)
  • aborting step at growing residual is now optional (#405)
  • improvement of the SwitchEstimator problem class (#406)

Another bugfix for "Second order SDC"

08 Feb 20:19
Compare
Choose a tag to compare

Bugfix for "Second order SDC"

06 Feb 10:28
Compare
Choose a tag to compare

Minor bugfixes and typo corrections, thanks @jbschroder

Second order SDC

24 Jan 13:46
Compare
Choose a tag to compare

Code release for the article

@misc{akramov2023spectral,
      title={Spectral deferred correction methods for second-order problems}, 
     author={Ikrom Akramov and Sebastian Götschel and Michael Minion and Daniel Ruprecht and Robert Speck},
     year={2023},
     eprint={2310.08352},
     archivePrefix={arXiv},
     primaryClass={math.NA}
}

Does also contain updates for the FEniCS examples.

Another preparatory release

28 Jul 12:55
15eb6e8
Compare
Choose a tag to compare

In this release a lot of cleanup happened, including much better documentation. pySDC learned about new time-steppers and now has even more projects to play with. Thanks to @brownbaerchen, @tlunet, @lisawim, @ikrom96git.

The preparatory release

24 Mar 11:43
Compare
Choose a tag to compare

This release mainly provides changes under the hood to prepare for Version 6 of pySDC. More in the release notes.

The Documentation release

23 Jan 11:07
Compare
Choose a tag to compare

This version marks significant changes in the documentation and a few key updates in terms of functionality. See the changelog for more details! Thanks to @brownbaerchen, @tlunet, @lisawim!