Skip to content

Commit 35c3bb7

Browse files
committed
Merge remote-tracking branch 'upstream/master' into tau_method_performance
2 parents 22765c5 + 04853bb commit 35c3bb7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ The current software release can be cited using Zenodo:
102102

103103
`pySDC` code was originally developed by [Robert Speck (@pancetta)](https://github.com/pancetta),
104104
and is now maintained and developed by a small community of scientists interested in SDC methods.
105-
Checkout the [Changelog](./CHANGELOG.md) to see pySDC's evolution since 2016.
105+
Checkout the [Changelog](./CHANGELOG.md) to see pySDC's evolution since 2016. It has a
106+
software management plan (SWP), too, see [here](https://smw.dsw.elixir-europe.org/wizard/projects/c3dda921-b7b0-4f4d-b5dc-778b9780552d).
106107

107108
Any contribution is dearly welcome! If you want to contribute, please take the time to read our [Contribution Guidelines](./CONTRIBUTING.md)
108109
(and don't forget to take a peek at our nice [Code of Conduct](./CODE_OF_CONDUCT.md) :wink:).

pySDC/projects/SDC_showdown/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: pySDC
44
channels:
55
- conda-forge
66
dependencies:
7-
- petsc4py<3.20
7+
- petsc4py
88
- matplotlib>=3.0
99
- dill>=0.2.6
1010
- scipy>=0.17.1

0 commit comments

Comments
 (0)