1,721,101 research outputs found
zwicker-group/py-pde: v0.22.6
What's Changed
Cleaned up get_boundary_conditions by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/319
Improved error message by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/320
Improved typing and documentation by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/322
Improve writing to storage in multiprocessing environment by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/325
Added possibility to evaluate derivative of smoothed data by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/326
Fixed conservative tensor divergence in spherical coordinates by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/327
Added mpi4py in requirements by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/328
Improved typing by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/329
Full Changelog: https://github.com/zwicker-group/py-pde/compare/v0.22.5...v0.22.
zwicker-group/py-pde: v0.21.0
What's Changed
Added FieldCollection.from_dict classmethod by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/262
Allow specifying boundaries by name by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/269
Refactored tracker intervals by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/267
Improve parsing of sympy expressions by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/264
Improved storage of information about adaptive time stepping by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/265
Replace numpy.inf with math.inf by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/268
Broadcast scalar results in evaluate by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/266
Fixed type issue in Parameterized by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/261
Full Changelog: https://github.com/zwicker-group/py-pde/compare/v0.20.0...v0.21.
zwicker-group/py-pde: 0.32.0
What's Changed
Bump maximal python version to 3.11 by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/414
Fixed problems with MPI simulations by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/415
Fixed bug in error calculation for adaptive time stepper by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/417
Allow inner hole in cylindrical grid by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/420
Cleaned up some things by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/421
Fix unstable 1D examples by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/422
Adjusted how the fastmath flag is interpreted by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/423
Fix and improve operators for polar grids with holes by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/424
Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.31.0...0.32.
zwicker-group/py-pde: v0.19.0
What's Changed
Removed coordination normalization from transform calls by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/214
Removed temporary pin of pytest version by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/215
Removed unnecessary field copy from ConsistencyTracker by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/216
Removed CartesianGridBase by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/218
Added anti-periodic boundary conditions by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/219
Fixed a bug in the adaptive stepper that occured when error vanished by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/223
Refactored explicit stepper to be structured more clearly by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/224
Updated requirements by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/225
Allowed creating fields from expressions that cannot be vectorized by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/228
Added evaluate function by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/231
Full Changelog: https://github.com/zwicker-group/py-pde/compare/v0.18.0...v0.19.
zwicker-group/py-pde: v0.22.3
What's Changed
Added py-pde logo to the repository by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/300
Improved traceback when exception occurred during missing cache hit by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/298
Improved documentation by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/303
Improved operators with complex boundary conditions by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/304
Fixed two edge cases in OnlineStatistics and progress bars by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/305
Support field collections in MPI by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/306
Improved field interpolation by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/307
Full Changelog: https://github.com/zwicker-group/py-pde/compare/v0.22.2...v0.22.
zwicker-group/py-pde: v0.22.2
What's Changed
Reduced error tolerance of adaptive explicit solver by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/285
Fixed a bug in applying BCs defined by expressions by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/287
Improved documentation by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/288
Improved documentation of BCs by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/289
Removed some deprecated functions by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/290
Add num_cells property to grids by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/291
Minor improvements by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/292
Change default BCs by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/293
Allow kwargs when evaluating evolution rates by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/296
Emit warning when state has been modified strongly by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/297
Full Changelog: https://github.com/zwicker-group/py-pde/compare/v0.22.1...v0.22.
zwicker-group/py-pde: 0.32.2
What's Changed
Added transformation argument to StorageTracker by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/435
Bump minimal version of scipy to 1.10.0 by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/438
Use jupyter run to test notebooks by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/441
Improved documentation of PDE for wave equation by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/440
Minor changes to typing and imports by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/442
Use multiple cores in serial tests by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/443
Improved handling of heaviside function by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/446
Set random seeds in tests by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/447
Fixed a typo in a warning by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/449
Full Changelog: https://github.com/zwicker-group/py-pde/compare/0.32.1...0.32.
zwicker-group/py-pde: v0.22.4
What's Changed
Minor improvements by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/308
Improved documentation by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/313
Adjusted to newer numba_mpi by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/314
Improve diagnostic output of pde.PDE by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/315
Full Changelog: https://github.com/zwicker-group/py-pde/compare/v0.22.3...v0.22.
zwicker-group/py-pde: v0.23.0
What's Changed
Replaced generated_jit by overload by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/330
Include more files into the package by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/331
Fixed MeshGrid handling by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/332
Full Changelog: https://github.com/zwicker-group/py-pde/compare/v0.22.6...v0.23.
zwicker-group/py-pde: v0.20.0
What's Changed
Explicit treatment of normal boundary conditions by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/250
Improved operators for SphericalSymGrid by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/249
Improved type hints and docs by @david-zwicker in https://github.com/zwicker-group/py-pde/pull/248
Full Changelog: https://github.com/zwicker-group/py-pde/compare/v0.19.2...v0.20.
- …
