Skip to content

v0.1.5

Compare
Choose a tag to compare
@fpicetti fpicetti released this 25 Apr 17:40
d72b869
  • 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 from rand and randn; 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