Releases: fpicetti/occamypy
Releases · fpicetti/occamypy
v0.2.0
v0.1.5
- Moved
set_seed_everywhere
in the main utils submodule - Signal processing operators are called directly from occamypy init (no cupy/torch submodule needed)
- Removed
snr
logic fromrand
andrandn
; now they accept distribution descriptors - A lot of cleanings in the documentation, names, and methods
- Added PyLops tutorial
- Added Traveltime tomography tutorials in 1D, 2D, and Marmousi
- Added Devito-based LS-RTM tutorial
- Added autograd torch submodule to cast linear operators to torch automatic differentiation engine (see the tutorial)
- Added a future work tutorial on automatically differentiated operators