Replies: 2 comments
-
|
Thanks, it looks great 😊 I have not been able to finalize the last open PR yet. I’ll try this week. Then you could make a PR adding these release notes to the two changelog files |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I only see one place where it may needs some rewording: in the sliding/patch design point you have a repeated ‘associated’ peraphs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@mrava87 here is a first draft for the release notes of v2.0
What's new in PyLops v2.0
PyLops has undergone significant changes in this release, including new
LinearOperators, more features, new examples and bugfixes. To aid users in navigating the breaking changes, we provide the following document MIGRATION_V1_V2.md.New Features
dims/dimsdproperties. Users do not need to use.raveland.reshapeas often anymore. See the migration guide for more information.pylops.TorchOperatorwrap a Pylops operator into a PyTorch functionpylops.signalprocessing.Patch3Dapplies a linear operator repeatedly to patches of the model vectorslidingXd_designorpatchXd_designfunctions associated with them to aid the user in designing the windowspylops.waveeqprocessing.Kirchhoffsubstitutespylops.waveeqprocessing.Demigrationand incorporates a variety of new functionalitiespylops.waveeqprocessing.AcousticWave2Dwraps the Devito acoutic wave propagator providing a wave-equation based Born modeling operator with a reverse-time migration adjointpylops.optimization.basesolver.Solverclass. They can now be used through a functional interface with lowercase name (e.g., splitbregman) or via class interface with CamelCase name (e.g., SplitBregman). Moreover, solvers now accept callbacks defined by the Callbacks interface (see e.g., MetricsCallback).Documentation
LinearOperatorfrom scratchBeta Was this translation helpful? Give feedback.
All reactions