This release contains the updates committed to the development branch of PorePy since the previous release in early May 2024.
The highlights of this release are:
- A line search tailored for contact mechanics problems, see tutorial for more information.
- A new finite volume method for linear elasticity, using two-point stencils, has been added. Integration into the multiphysics models is ongoing, for the moment, see the example in the discretization class
In addition, there has been substantial work related to maintenance and testing.
Some functions have been deprecated, in particular some methods in FractureNetwork2d, which were not needed for standard usage of PorePy.
With this release, support for Python 3.10 is dropped. Support for Python 3.11 will be kept for a few more months.
New Contributors
- @mikeljordan made their first contribution in #1218
Contributors
- @IngridKJ
- @vlipovac
- @IvarStefansson
- @Yuriyzabegaev
- @alessiofumagalli
- @jwboth
- @mikeljordan
- @isakhammer
- @pschultzendorff
- @keileg
Full Changelog: v1.9.0...v1.10