Releases: sblauth/cashocs
Releases · sblauth/cashocs
cashocs v2.0.3
Full Changelog: v2.0.2...v2.0.3
cashocs v2.0.2
Full Changelog: v2.0.1...v2.0.2
cashocs v2.0.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #239
- Bump sphinx from 6.2.0 to 6.2.1 by @dependabot in #237
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #242
Full Changelog: v2.0.0...v2.0.1
cashocs v2.0.0
What's Changed
- Hotfix/1.8.7 by @sblauth in #90
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #91
- Feature/bfgs restart by @sblauth in #93
- Feature/polynomial line search by @sblauth in #95
- Hotfix/1.8.8 by @sblauth in #97
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #99
- Hotfix/1.8.9 by @sblauth in #101
- Feature/pathlib support by @sblauth in #103
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #104
- Hotfix/1.8.10 by @sblauth in #106
- Feature/xdmf files by @sblauth in #108
- Bump actions/checkout from 2 to 3.1.0 by @dependabot in #111
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #110
- Bump actions/setup-python from 2 to 4 by @dependabot in #109
- Hotfix/1.8.11 by @sblauth in #114
- Close xdmf files properly using context manager by @sblauth in #115
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #117
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #118
- Add i/o capabilities for functions saved in XDMF files by @sblauth in #119
- Feature/new docstyle by @sblauth in #122
- Feature/convert arguments by @sblauth in #123
- Add a quiet flag for cashocs-convert by @sblauth in #125
- Feature/remove deprecated kwargs by @sblauth in #126
- Moved line search parameters in config to section LineSearch by @sblauth in #127
- Hotfix/1.8.12 by @sblauth in #131
- Feature/pyproject toml support by @sblauth in #132
- Enforce the usage of new style cost functionals by @sblauth in #134
- [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 by @sblauth in #137
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #135
- Feature/python311 by @sblauth in #138
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #139
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #140
- [Snyk] Fix for 5 vulnerabilities by @sblauth in #141
- Feature/refactor and remeshing by @sblauth in #142
- Feature/display precision by @sblauth in #143
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #144
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #146
- Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #145
- Add pytest plugins for better testing by @sblauth in #148
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #149
- Feature/space mapping docs by @sblauth in #150
- Feature/new demo docs by @sblauth in #152
- Add demo for io of xdmf files by @sblauth in #153
- Feature/xdmf docs by @sblauth in #154
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #155
- Fix docker builds workflow by @sblauth in #157
- Added damping for BFGS method by @sblauth in #158
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #160
- Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #159
- Add automatic treatmeant of fieldsplit preconditioner by @sblauth in #161
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #162
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #163
- Change datatype of ksp_options to be (lists of) dictionaries by @sblauth in #164
- Fix a bug where the mesh quality was not checked when importing the mesh by @sblauth in #166
- Fix a bug where solve arguments were not treated correctly with remeshing by @sblauth in #174
- Fix a bug - apply the changes from the temp dict to the config by @sblauth in #176
- Bump docker/build-push-action from 3 to 4 by @dependabot in #177
- Bump sphinx-copybutton from 0.4.0 to 0.5.1 by @dependabot in #172
- Bump sphinx-argparse from 0.3.1 to 0.4.0 by @dependabot in #169
- Bump docutils from 0.16 to 0.19 by @dependabot in #170
- Add the possibility to use custom cost functionals by @sblauth in #178
- Add MPI communicators to cashocs by @sblauth in #180
- Correctly use MPI communicators by @sblauth in #181
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #182
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #186
- Bump meshio from 5.0.4 to 5.3.4 by @dependabot in #185
- [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 by @snyk-bot in #187
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #188
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #189
- Use pydata-sphinx-theme 0.13 for the docs by @sblauth in #190
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #194
- Bump pydata-sphinx-theme from 0.13 to 0.13.1 by @dependabot in #193
- Bump myst-parser from 0.18.1 to 0.19.1 by @dependabot in #191
- Bump jupytext from 1.14.4 to 1.14.5 by @dependabot in #192
- Unpin imath due to upstream fixes by @sblauth in #197
- Add different modes for mesh conversion by @sblauth in #198
- Adds a linear solver interface and preconditioner forms by @sblauth in #200
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #202
- Bump myst-parser from 0.19.1 to 1.0.0 by @dependabot in #201
- Rename parameters for maximum iterations to max_iter for better consistency by @sblauth in #204
- Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #205
- Add the new logo to cashocs by @sblauth in #206
- Add Topology Optimization Methods to cashocs by @sblauth in #207
- Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #209
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #210
- Fixes the failing CI pipelines by @sblauth in #213
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #212
- Bump pydata-sphinx-theme from 0.13.1 to 0.13.3 by @dependabot in #211
- Change the default interpolation type for the topological derivative to volume by @sblauth in #214
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #215
- Update Sphinx from 5.3 to 6.1.3 by @sblauth in #216
- Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #217
- Bump sphinx-copybutton from 0.5.1 to 0.5.2 by @dependabot in #218
- Add the possibility to compute a deformation from initial to optimized mesh by @sblauth in #222
- Bump sphinx from 6.1.3 to 6.2.0 by @dependabot in #224
- Mock mpi4py import for docs by @sblauth in #225
- Clear PETSc's options correctly. by @sblauth in #231
- Add keyword argument "gradient_ksp_options" to optimization problems by @sblauth in #233
- [pre-commit.ci] pre-commit autoupdate...
cashocs v2.0.0-rc0
version bump
cashocs v2.0.0-beta0
version bump
cashocs v2.0.0-alpha3
version bump
cashocs v2.0.0-alpha2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #155
- Fix docker builds workflow by @sblauth in #157
- Added damping for BFGS method by @sblauth in #158
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #160
- Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #159
- Add automatic treatmeant of fieldsplit preconditioner by @sblauth in #161
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #162
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #163
- Change datatype of ksp_options to be (lists of) dictionaries by @sblauth in #164
- Fix a bug where the mesh quality was not checked when importing the mesh by @sblauth in #166
- Fix a bug where solve arguments were not treated correctly with remeshing by @sblauth in #174
- Fix a bug - apply the changes from the temp dict to the config by @sblauth in #176
- Bump docker/build-push-action from 3 to 4 by @dependabot in #177
- Bump sphinx-copybutton from 0.4.0 to 0.5.1 by @dependabot in #172
- Bump sphinx-argparse from 0.3.1 to 0.4.0 by @dependabot in #169
- Bump docutils from 0.16 to 0.19 by @dependabot in #170
- Add the possibility to use custom cost functionals by @sblauth in #178
- Add MPI communicators to cashocs by @sblauth in #180
- Correctly use MPI communicators by @sblauth in #181
Full Changelog: v2.0.0-alpha1...v2.0.0-alpha2
cashocs v2.0.0-alpha1
What's Changed
- Feature/display precision by @sblauth in #143
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #144
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #146
- Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #145
- Add pytest plugins for better testing by @sblauth in #148
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #149
- Feature/space mapping docs by @sblauth in #150
- Feature/new demo docs by @sblauth in #152
- Add demo for io of xdmf files by @sblauth in #153
- Feature/xdmf docs by @sblauth in #154
Full Changelog: v2.0.0-alpha0...v2.0.0-alpha1
cashocs v2.0.0-alpha0
cashocs v2.0.0-alpha0
What's Changed
- Hotfix/1.8.7 by @sblauth in #90
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #91
- Feature/bfgs restart by @sblauth in #93
- Feature/polynomial line search by @sblauth in #95
- Hotfix/1.8.8 by @sblauth in #97
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #99
- Hotfix/1.8.9 by @sblauth in #101
- Feature/pathlib support by @sblauth in #103
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #104
- Hotfix/1.8.10 by @sblauth in #106
- Feature/xdmf files by @sblauth in #108
- Bump actions/checkout from 2 to 3.1.0 by @dependabot in #111
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #110
- Bump actions/setup-python from 2 to 4 by @dependabot in #109
- Hotfix/1.8.11 by @sblauth in #114
- Close xdmf files properly using context manager by @sblauth in #115
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #117
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #118
- Add i/o capabilities for functions saved in XDMF files by @sblauth in #119
- Feature/new docstyle by @sblauth in #122
- Feature/convert arguments by @sblauth in #123
- Add a quiet flag for cashocs-convert by @sblauth in #125
- Feature/remove deprecated kwargs by @sblauth in #126
- Moved line search parameters in config to section LineSearch by @sblauth in #127
- Hotfix/1.8.12 by @sblauth in #131
- Feature/pyproject toml support by @sblauth in #132
- Enforce the usage of new style cost functionals by @sblauth in #134
- [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 by @sblauth in #137
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #135
- Feature/python311 by @sblauth in #138
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #139
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #140
- [Snyk] Fix for 5 vulnerabilities by @sblauth in #141
- Feature/refactor and remeshing by @sblauth in #142
New Contributors
- @dependabot made their first contribution in #111
Full Changelog: v1.8.11...v2.0.0-alpha0