Simpeg

Latest version: v0.23.0

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 11

0.23.0

What's Changed
* Make `pandas` & `scikit-learn` optional dependencies by prisae in https://github.com/simpeg/simpeg/pull/1514
* Dask races by jcapriot in https://github.com/simpeg/simpeg/pull/1469
* Irls refactor by domfournier in https://github.com/simpeg/simpeg/pull/1349
* Minimum python version update by jcapriot in https://github.com/simpeg/simpeg/pull/1522
* Replace `ind_active` for `active_cells` in pf simulations by santisoler in https://github.com/simpeg/simpeg/pull/1520
* Move push to codecov to its own stage by santisoler in https://github.com/simpeg/simpeg/pull/1493
* Minor fix in deprecation notice in docstrings by santisoler in https://github.com/simpeg/simpeg/pull/1535
* Replace `indActive` and `actInd` for `active_cells` in maps by santisoler in https://github.com/simpeg/simpeg/pull/1534
* Update tests and examples to use the new `UpdateIRLS` by domfournier in https://github.com/simpeg/simpeg/pull/1472
* Replace `indActive` in VRM simulations for `active_cells` by santisoler in https://github.com/simpeg/simpeg/pull/1536
* Test assigned values when passing deprecated args by santisoler in https://github.com/simpeg/simpeg/pull/1544
* Use random seed when using `make_synthetic_data` in tests by santisoler in https://github.com/simpeg/simpeg/pull/1545
* Minor improvements to `UpdateIRLS` class by santisoler in https://github.com/simpeg/simpeg/pull/1529
* Replace `seed` for `random_seed` in directives by santisoler in https://github.com/simpeg/simpeg/pull/1538
* Minor fixes to magnetic examples by santisoler in https://github.com/simpeg/simpeg/pull/1547
* Support magnetic gradiometry using Choclo as engine by santisoler in https://github.com/simpeg/simpeg/pull/1543
* Update usage of `random_seed` in one example by santisoler in https://github.com/simpeg/simpeg/pull/1549
* Replace `seed` for `random_seed` in `model_builder` by santisoler in https://github.com/simpeg/simpeg/pull/1548
* Replace old args for `active_cells` in EM static functions by santisoler in https://github.com/simpeg/simpeg/pull/1550
* Implement gravity equivalent sources with Choclo as engine by santisoler in https://github.com/simpeg/simpeg/pull/1527
* Implement tmi derivatives with Choclo in magnetic simulation by santisoler in https://github.com/simpeg/simpeg/pull/1553
* Implement magnetic eq sources with Choclo by santisoler in https://github.com/simpeg/simpeg/pull/1552
* Update links in PR template by santisoler in https://github.com/simpeg/simpeg/pull/1554
* Default solver by jcapriot in https://github.com/simpeg/simpeg/pull/1511
* Fixes for most recent geoana 0.7 by jcapriot in https://github.com/simpeg/simpeg/pull/1557
* Numpy2.0 and discretize 0.11.0 updates by jcapriot in https://github.com/simpeg/simpeg/pull/1558
* Add missing seeds by jcapriot in https://github.com/simpeg/simpeg/pull/1560
* Make use of meshes' `cell_bounds` property by santisoler in https://github.com/simpeg/simpeg/pull/1559
* Fix docstring of ``SmoothnessFullGradient`` by santisoler in https://github.com/simpeg/simpeg/pull/1562
* Fix math in docstring of eigenvalue_by_power_iteration by santisoler in https://github.com/simpeg/simpeg/pull/1564
* Only warn about default solver when set in simulations by santisoler in https://github.com/simpeg/simpeg/pull/1565
* Augmented receivers for airborne NSEM by dccowan in https://github.com/simpeg/simpeg/pull/1454
* Try uploading all the coverage files at once. by jcapriot in https://github.com/simpeg/simpeg/pull/1569
* Re-implement distance weighting and add a strategy comparison by thibaut-kobold in https://github.com/simpeg/simpeg/pull/1310
* Remove empymod dependency by jcapriot in https://github.com/simpeg/simpeg/pull/1571
* Changlog for v0.23.0 by santisoler in https://github.com/simpeg/simpeg/pull/1567
* Add v0.23.0 to the version switcher by santisoler in https://github.com/simpeg/simpeg/pull/1573
* Fix date in release notes by santisoler in https://github.com/simpeg/simpeg/pull/1574


**Full Changelog**: https://github.com/simpeg/simpeg/compare/v0.22.2...v0.23.0

0.22.2

What's Changed

* Minor fixes to disclaimer in `pgi_utils.py` by prisae in https://github.com/simpeg/simpeg/pull/1512
* Fix misuse of the `requires` decorator in `code_utils.py` by prisae in https://github.com/simpeg/simpeg/pull/1513
* Use lowercase simpeg in a few missing docstrings by santisoler in https://github.com/simpeg/simpeg/pull/1519
* Pass `rtol` to SciPy solvers for SciPy>=1.12 by prisae in https://github.com/simpeg/simpeg/pull/1517
* Fix validate_ndarray_with_shape by prisae in https://github.com/simpeg/simpeg/pull/1523
* Fix bug in GMM's `_check_weights` by santisoler in https://github.com/simpeg/simpeg/pull/1526
* Add release notes for v0.22.2 by santisoler in https://github.com/simpeg/simpeg/pull/1532

**Full Changelog**: https://github.com/simpeg/simpeg/compare/v0.22.1...v0.22.2

0.22.1

What's Changed
* Configure version warning banner in Sphinx by santisoler in https://github.com/simpeg/simpeg/pull/1501
* Improve imports in natural source utils by santisoler in https://github.com/simpeg/simpeg/pull/1503
* Add release notes for v0.22.1 by santisoler in https://github.com/simpeg/simpeg/pull/1508
* Deploy to TestPyPI only on nightly builds by santisoler in https://github.com/simpeg/simpeg/pull/1509
* Add latest merged PR to release notes for v0.22.1 by santisoler in https://github.com/simpeg/simpeg/pull/1510


**Full Changelog**: https://github.com/simpeg/simpeg/compare/v0.22.0...v0.22.1

0.22.0

What's Changed
* Remove the parameters argument from docstring by santisoler in https://github.com/simpeg/simpeg/pull/1417
* Use reviewdog to annotate PR's with black and flake8 errors. by jcapriot in https://github.com/simpeg/simpeg/pull/1424
* Safely run reviewdog on `pull_request_target` events by jcapriot in https://github.com/simpeg/simpeg/pull/1427
* Add new Issue template for making a release by santisoler in https://github.com/simpeg/simpeg/pull/1410
* Replace use of `refine_tree_xyz` in DCIP tutorials by santisoler in https://github.com/simpeg/simpeg/pull/1381
* Fix rst syntax in release notes for v0.21.0 by santisoler in https://github.com/simpeg/simpeg/pull/1434
* Move to a PEP8 compliant package name. by jcapriot in https://github.com/simpeg/simpeg/pull/1430
* Update copyright year in __init__.py by lheagy in https://github.com/simpeg/simpeg/pull/1436
* Replace SimPEG for simpeg across docstrings by santisoler in https://github.com/simpeg/simpeg/pull/1438
* Lowercase simpeg for generating coverage on Azure by santisoler in https://github.com/simpeg/simpeg/pull/1443
* Rename spontaneous potential to self potential by lheagy in https://github.com/simpeg/simpeg/pull/1422
* Fix distance calculation in `convert_survey_3d_to_2d_lines` by kehrl-kobold in https://github.com/simpeg/simpeg/pull/1390
* Replace SimPEG for simpeg in API reference by santisoler in https://github.com/simpeg/simpeg/pull/1446
* Replace SimPEG for simpeg in getting started pages by santisoler in https://github.com/simpeg/simpeg/pull/1447
* Check inputs for converting 3d surveys to 2d lines by santisoler in https://github.com/simpeg/simpeg/pull/1392
* Always use Pydata Sphinx theme for building docs by santisoler in https://github.com/simpeg/simpeg/pull/1445
* Simplify interface of UniformBackgroundField by santisoler in https://github.com/simpeg/simpeg/pull/1421
* Ensure the queue's are joined when the meta simulation is joined. by jcapriot in https://github.com/simpeg/simpeg/pull/1464
* Add maintenance issue template by santisoler in https://github.com/simpeg/simpeg/pull/1468
* Add instructions to update the environment by santisoler in https://github.com/simpeg/simpeg/pull/1462
* Stop recommending mamba for installing simpeg by santisoler in https://github.com/simpeg/simpeg/pull/1463
* Fix bug on arguments of beta estimator directives by santisoler in https://github.com/simpeg/simpeg/pull/1460
* Improve interface for DC Dipole source by santisoler in https://github.com/simpeg/simpeg/pull/1393
* Use Numpy random number generator in codebase by santisoler in https://github.com/simpeg/simpeg/pull/1394
* Extend docstrings for FDEM and TDEM fields and 3D simulations by dccowan in https://github.com/simpeg/simpeg/pull/1414
* Magnetic simulation with Choclo as engine by santisoler in https://github.com/simpeg/simpeg/pull/1321
* Fix typos in EM docstrings by santisoler in https://github.com/simpeg/simpeg/pull/1473
* Fix call to private method in GaussianMixtureWithPrior by santisoler in https://github.com/simpeg/simpeg/pull/1476
* Add version switcher to Sphinx docs by santisoler in https://github.com/simpeg/simpeg/pull/1428
* Use random seed on synthetic data in mag tests by santisoler in https://github.com/simpeg/simpeg/pull/1457
* Fix links to source code in documentation pages by santisoler in https://github.com/simpeg/simpeg/pull/1444
* Fix script for new deployment of docs by santisoler in https://github.com/simpeg/simpeg/pull/1478
* Print SimPEG version in the inversion log by santisoler in https://github.com/simpeg/simpeg/pull/1477
* Use Numpy rng in FDEM tests by santisoler in https://github.com/simpeg/simpeg/pull/1449
* Add `random_seed` argument to objective fun's derivative tests by santisoler in https://github.com/simpeg/simpeg/pull/1448
* Add `random_seed` to the `test` method of maps by santisoler in https://github.com/simpeg/simpeg/pull/1465
* Use Numpy rng in TDEM tests by santisoler in https://github.com/simpeg/simpeg/pull/1452
* Use random seed in missed objective function tests by santisoler in https://github.com/simpeg/simpeg/pull/1483
* Fix contour colors in gravity plot in User Guide by williamjsdavis in https://github.com/simpeg/simpeg/pull/1486
* Hide type hints from signatures in documentation pages by santisoler in https://github.com/simpeg/simpeg/pull/1471
* Reorganize the maps submodule by santisoler in https://github.com/simpeg/simpeg/pull/1480
* Pyproject.toml by jcapriot in https://github.com/simpeg/simpeg/pull/1482
* Use Numpy rng in static EM tests by santisoler in https://github.com/simpeg/simpeg/pull/1451
* Split Azure Pipelines configuration into multiple files by santisoler in https://github.com/simpeg/simpeg/pull/1481
* Ignore `survey_type` argument in DC and SIP surveys by santisoler in https://github.com/simpeg/simpeg/pull/1458
* Update deployment of docs to simpeg-docs by santisoler in https://github.com/simpeg/simpeg/pull/1490
* Change cron time to test new deployment of docs by santisoler in https://github.com/simpeg/simpeg/pull/1492
* Revert "Change cron time to test new deployment of docs (1492)" by santisoler in https://github.com/simpeg/simpeg/pull/1494
* Fix F821 flake error: undefined variable by santisoler in https://github.com/simpeg/simpeg/pull/1487
* Use Numpy rng in viscous remanent mag tests by santisoler in https://github.com/simpeg/simpeg/pull/1453
* Use Numpy rng in NSEM tests by santisoler in https://github.com/simpeg/simpeg/pull/1450
* Unwrap lines in release checklist by santisoler in https://github.com/simpeg/simpeg/pull/1498
* Improve instructions to update versions.json by santisoler in https://github.com/simpeg/simpeg/pull/1500
* Add release notes for v0.22.0 by santisoler in https://github.com/simpeg/simpeg/pull/1499

New Contributors
* kehrl-kobold made their first contribution in https://github.com/simpeg/simpeg/pull/1390
* williamjsdavis made their first contribution in https://github.com/simpeg/simpeg/pull/1486

**Full Changelog**: https://github.com/simpeg/simpeg/compare/v0.21.1...v0.22.0

0.21.1

What's Changed
* Fix hard dask dependency by jcapriot in https://github.com/simpeg/simpeg/pull/1415
* Add release notes for v0.21.1 by santisoler in https://github.com/simpeg/simpeg/pull/1416


**Full Changelog**: https://github.com/simpeg/simpeg/compare/v0.21.0...v0.21.1

0.21.0

What's Changed
* Add 0.20.0 release notes to toc by jcapriot in https://github.com/simpeg/simpeg/pull/1277
* add plausible analytics to simpeg docs by lheagy in https://github.com/simpeg/simpeg/pull/1279
* Refresh links in documentation by mplough-kobold in https://github.com/simpeg/simpeg/pull/1282
* Run pytest on Azure with increased verbosity by santisoler in https://github.com/simpeg/simpeg/pull/1287
* Allow to use random seed in make_synthetic_data by santisoler in https://github.com/simpeg/simpeg/pull/1286
* pgi doc by thibaut-kobold in https://github.com/simpeg/simpeg/pull/1291
* Fix deprecation warning for gradientType in SparseSmoothness by santisoler in https://github.com/simpeg/simpeg/pull/1284
* Gravity simulation with Choclo as engine by santisoler in https://github.com/simpeg/simpeg/pull/1285
* Fix minor flake8 warning by santisoler in https://github.com/simpeg/simpeg/pull/1307
* ISSUE-1298: Use normal distributed noise in example. by domfournier in https://github.com/simpeg/simpeg/pull/1312
* Ditch deprecated functions in utils.model_builder by domfournier in https://github.com/simpeg/simpeg/pull/1311
* Triaxial magnetic gradient forward modelling by thibaut-kobold in https://github.com/simpeg/simpeg/pull/1288
* Documentation improvements for classes in Objective Function Pieces by ghwilliams in https://github.com/simpeg/simpeg/pull/1292
* Fix description of source_field in gravity survey by santisoler in https://github.com/simpeg/simpeg/pull/1322
* Add `weights_keys` method to `BaseRegularization` by santisoler in https://github.com/simpeg/simpeg/pull/1320
* Bump versions of flake8 and black and pin flake plugins by santisoler in https://github.com/simpeg/simpeg/pull/1330
* Move `__init__` in `BaseSimulation` to the top of the class by santisoler in https://github.com/simpeg/simpeg/pull/1323
* Simpeg vector update by johnweis0480 in https://github.com/simpeg/simpeg/pull/1329
* Fix typo in error messages by santisoler in https://github.com/simpeg/simpeg/pull/1324
* Fix issue with lengthscales in coterminal angle calculations by domfournier in https://github.com/simpeg/simpeg/pull/1299
* Simplify check for invalid multipliers by santisoler in https://github.com/simpeg/simpeg/pull/1336
* Ravel instead of flatten by thibaut-kobold in https://github.com/simpeg/simpeg/pull/1343
* Fix implementation of coterminal function by domfournier in https://github.com/simpeg/simpeg/pull/1334
* Update cross gradient hessian approximation by jcapriot in https://github.com/simpeg/simpeg/pull/1355
* ISSUE-1341: Set parent of objective functions by domfournier in https://github.com/simpeg/simpeg/pull/1342
* Fix partial derivatives in regularization docs by santisoler in https://github.com/simpeg/simpeg/pull/1362
* Remove factor of half in data misfits and regularizations by lheagy in https://github.com/simpeg/simpeg/pull/1326
* Improvements to template for a bug report issue by lheagy in https://github.com/simpeg/simpeg/pull/1359
* Simplify a few gravity simulation tests by santisoler in https://github.com/simpeg/simpeg/pull/1363
* Exponential Sinusoids Simulation by lheagy in https://github.com/simpeg/simpeg/pull/1337
* Replace magnetic SourceField for UniformBackgroundField by santisoler in https://github.com/simpeg/simpeg/pull/1364
* Remove deprecated regularization classes by santisoler in https://github.com/simpeg/simpeg/pull/1365
* Removed deprecated properties of UpdateSensitivityWeights by santisoler in https://github.com/simpeg/simpeg/pull/1368
* Replace indActive for active_cells in regularizations by santisoler in https://github.com/simpeg/simpeg/pull/1366
* Remove the debug argument from InversionDirective by santisoler in https://github.com/simpeg/simpeg/pull/1370
* Remove cellDiff properties of RegularizationMesh by santisoler in https://github.com/simpeg/simpeg/pull/1371
* Remove deprecated bits of code by santisoler in https://github.com/simpeg/simpeg/pull/1372
* Use choclo in gravity tutorials by santisoler in https://github.com/simpeg/simpeg/pull/1378
* Remove surface2ind_topo by santisoler in https://github.com/simpeg/simpeg/pull/1374
* Speed up sphinx documentation building by jcapriot in https://github.com/simpeg/simpeg/pull/1382
* Add docs/sg_execution_times.rst to .gitignore by santisoler in https://github.com/simpeg/simpeg/pull/1380
* Describe merge process of Pull Requests in docs by santisoler in https://github.com/simpeg/simpeg/pull/1375
* Simplify private methods in gravity simulation by santisoler in https://github.com/simpeg/simpeg/pull/1384
* Update Slack links: point to Mattermost by santisoler in https://github.com/simpeg/simpeg/pull/1385
* added getJ for fdem and nsem simulations by JKutt in https://github.com/simpeg/simpeg/pull/1276
* Add LogisticSigmoidMap by ckohnke in https://github.com/simpeg/simpeg/pull/1352
* Remove the cell_weights attribute in regularizations by santisoler in https://github.com/simpeg/simpeg/pull/1376
* Remove regmesh, mref and gradientType from regularizations by santisoler in https://github.com/simpeg/simpeg/pull/1377
* Test if gravity sensitivities are stored on disk by santisoler in https://github.com/simpeg/simpeg/pull/1388
* Check if mesh is 3D when using Choclo in gravity simulation by santisoler in https://github.com/simpeg/simpeg/pull/1386
* Rotated Gradients by jcapriot in https://github.com/simpeg/simpeg/pull/1167
* Add directives to the API Reference by santisoler in https://github.com/simpeg/simpeg/pull/1397
* Remove deprecated modelType in mag simulation by santisoler in https://github.com/simpeg/simpeg/pull/1399
* Remove mref property of PGI regularization by santisoler in https://github.com/simpeg/simpeg/pull/1400
* Add link to User Tutorials to navbar in docs by santisoler in https://github.com/simpeg/simpeg/pull/1401
* Improve documentation for base simulation classes by ghwilliams in https://github.com/simpeg/simpeg/pull/1295
* Enforce regularization `weights` as dictionaries by YingHuuu in https://github.com/simpeg/simpeg/pull/1344
* Minor adjustments to Sphinx configuration by santisoler in https://github.com/simpeg/simpeg/pull/1398
* Update AUTHORS.rst by lheagy in https://github.com/simpeg/simpeg/pull/1259
* Update year in LICENSE by lheagy in https://github.com/simpeg/simpeg/pull/1404
* Dask MetaSim by jcapriot in https://github.com/simpeg/simpeg/pull/1199
* Add Ying and Williams to AUTHORS.rst by santisoler in https://github.com/simpeg/simpeg/pull/1405
* Remove link to "twitter" by jcapriot in https://github.com/simpeg/simpeg/pull/1406
* Bump Black version to 24.3.0 by santisoler in https://github.com/simpeg/simpeg/pull/1403
* Add release notes for SimPEG v0.21 by santisoler in https://github.com/simpeg/simpeg/pull/1409
* Publish documentation on azure by jcapriot in https://github.com/simpeg/simpeg/pull/1412

New Contributors
* mplough-kobold made their first contribution in https://github.com/simpeg/simpeg/pull/1282
* ghwilliams made their first contribution in https://github.com/simpeg/simpeg/pull/1292
* johnweis0480 made their first contribution in https://github.com/simpeg/simpeg/pull/1329
* ckohnke made their first contribution in https://github.com/simpeg/simpeg/pull/1352
* YingHuuu made their first contribution in https://github.com/simpeg/simpeg/pull/1344

**Full Changelog**: https://github.com/simpeg/simpeg/compare/v0.20.0...v0.21.0

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.