Published August 9, 2023
| Version v0.20.0
Software
Open
simpeg/simpeg: 0.20.0
Creators
- Lindsey Heagy1
- Joseph Capriotti2
- Seogi Kang3
- Thibaut Astic4
- dom
- Devin C. Cowan
- Gudni Karl Rosenkjaer
- Santiago Soler5
- John Kuttai6
- Xiaolong Wei7
- Thibaut Astic8
- Michael Mitchell9
- David Marchant
- Dieter Werthmüller10
- nwilliams-kobold
- domfournier11
- RichardScottOZ
- I-Kang Ding12
- Neil Godber
- Jacob Edman8
- Luz Angélica Caudillo Mata
- Brendan Smithyman13
- Franklin Koch14
- kai
- Blue Tyson
- Kalen Martens15
- Adam Kosik16
- Cody17
- Fernando Perez18
- Liu.zzzz19
- 1. @simpeg, @geoscixyz, @ubcgif, @2i2c_org
- 2. Colorado School of Mines - Geophysics - CGEM
- 3. Stanford University
- 4. University of British Columbia
- 5. @fatiando @simpeg @ubcgif @compgeolab @GeoLatinas
- 6. @DiasGeophysical
- 7. University of Houston
- 8. KoBold Metals
- 9. USGS, California Volcano Observatory
- 10. TU Delft (NL); TerraSys (DE)
- 11. Mira Geosciecne
- 12. @KoBoldMetals
- 13. Seequent
- 14. @curvenote
- 15. SJ Geophysics
- 16. OST Campus Buchs
- 17. QuantifiedCode
- 18. University of California, Berkeley.
- 19. Colorado School of Mines
Description
What's Changed
- Add a linearity property to mappings by @jcapriot in https://github.com/simpeg/simpeg/pull/1212
- Pydata sphinx theme updates by @jcapriot in https://github.com/simpeg/simpeg/pull/1213
- Meta/meta patches by @jcapriot in https://github.com/simpeg/simpeg/pull/1215
- Tiny typo triggers error when displaying error output string by @nwilliams-kobold in https://github.com/simpeg/simpeg/pull/1216
- Sp reimplement by @jcapriot in https://github.com/simpeg/simpeg/pull/1211
- Refactor PGI_BetaAlphaSchedule directive by @santisoler in https://github.com/simpeg/simpeg/pull/1195
- Update index.rst by @lheagy in https://github.com/simpeg/simpeg/pull/1217
- Replace deprecated numpy type aliases with builtin types by @yanang007 in https://github.com/simpeg/simpeg/pull/1224
- Cross reference vector by @jcapriot in https://github.com/simpeg/simpeg/pull/1214
- Discretize 0.9.0updates by @jcapriot in https://github.com/simpeg/simpeg/pull/1230
- Generalize add for any ComboObjectiveFunction by @santisoler in https://github.com/simpeg/simpeg/pull/1229
- Fix IP simulation / inversion with SimPEG.dask by @thibaut-kobold in https://github.com/simpeg/simpeg/pull/1231
- Amplitude regularization by @domfournier in https://github.com/simpeg/simpeg/pull/1103
- General Doc cleanup by @jcapriot in https://github.com/simpeg/simpeg/pull/1234
- conditionally allow invertible property to also be optional by @jcapriot in https://github.com/simpeg/simpeg/pull/1235
- Multiprocessing MetaSimulation by @jcapriot in https://github.com/simpeg/simpeg/pull/1201
- Merge docs for developers into a Contributing section by @santisoler in https://github.com/simpeg/simpeg/pull/1240
- Move flake8 ignored rules to
.flake8
and rename Makefile targets by @santisoler in https://github.com/simpeg/simpeg/pull/1238 - Fix flake
E711
error: wrong comparison with None by @santisoler in https://github.com/simpeg/simpeg/pull/1242 - Fix flake
E731
error: assign lambda functions by @santisoler in https://github.com/simpeg/simpeg/pull/1243 - Fix
F522
,F523
,F524
flake errors: format calls by @santisoler in https://github.com/simpeg/simpeg/pull/1245 - Simplify CONTRIBUTING.md by @santisoler in https://github.com/simpeg/simpeg/pull/1247
- Test patches by @jcapriot in https://github.com/simpeg/simpeg/pull/1251
- Fix
F541
flake error: f-string without placeholder by @santisoler in https://github.com/simpeg/simpeg/pull/1246 - Add more hints about pre-commit in documentation by @santisoler in https://github.com/simpeg/simpeg/pull/1249
- Fix F811 flake error: remove redefinitions by @santisoler in https://github.com/simpeg/simpeg/pull/1248
- Add flake8 to pre-commit configuration by @santisoler in https://github.com/simpeg/simpeg/pull/1239
- Rename "basic" directory in docs to "getting_started" by @santisoler in https://github.com/simpeg/simpeg/pull/1250
- Always calculate gzz if needed by @jcapriot in https://github.com/simpeg/simpeg/pull/1253
- Fix flake
F403
andF405
errors: don't use star imports by @santisoler in https://github.com/simpeg/simpeg/pull/1244 - Fix W291 and W293 flake errors: white spaces by @santisoler in https://github.com/simpeg/simpeg/pull/1252
- Fix B028 flake error: non-explicit stacklevel by @santisoler in https://github.com/simpeg/simpeg/pull/1254
- Refactor
BaseObjectiveFunction
andComboObjectiveFunction
by @santisoler in https://github.com/simpeg/simpeg/pull/1241 - Make units of gravity simulations more explicit by @santisoler in https://github.com/simpeg/simpeg/pull/1256
- Update pull_request_template.md by @lheagy in https://github.com/simpeg/simpeg/pull/1258
- Anisotropy derivative support by @jcapriot in https://github.com/simpeg/simpeg/pull/1237
- Optionally import utm by @jcapriot in https://github.com/simpeg/simpeg/pull/1260
- FDEM permittivity by @lheagy in https://github.com/simpeg/simpeg/pull/1236
- Set storage type of pf sensitivity matrix by @jcapriot in https://github.com/simpeg/simpeg/pull/1261
- Regularization docstrings by @dccowan in https://github.com/simpeg/simpeg/pull/1225
- final unresolved comments for PR #1225 by @dccowan in https://github.com/simpeg/simpeg/pull/1262
- Fix sparse inversion example: remove beta schedule by @santisoler in https://github.com/simpeg/simpeg/pull/1264
- unpack the data misfits for plotting tikhonov curves by @lheagy in https://github.com/simpeg/simpeg/pull/1257
- use setuptools_scm to track version by @jcapriot in https://github.com/simpeg/simpeg/pull/1274
- Add building docs and serving them to documentation by @andieie in https://github.com/simpeg/simpeg/pull/1267
- 0.20.0 staging by @jcapriot in https://github.com/simpeg/simpeg/pull/1275
- @yanang007 made their first contribution in https://github.com/simpeg/simpeg/pull/1224
- @andieie made their first contribution in https://github.com/simpeg/simpeg/pull/1267
Full Changelog: https://github.com/simpeg/simpeg/compare/v0.19.0...v0.20.0
Files
simpeg/simpeg-v0.20.0.zip
Files
(3.1 MB)
Name | Size | Download all |
---|---|---|
md5:dbbc587d6e379860ce5b2fed7ae2624a
|
3.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/simpeg/simpeg/tree/v0.20.0 (URL)