Skip to content

v1.7.0

Compare
Choose a tag to compare
@mrava87 mrava87 released this 10 Nov 11:42
· 1184 commits to master since this release
f657954
  • Added pylops.basicoperators.Gradient,
    pylops.basicoperators.Sum,
    pylops.basicoperators.FirstDirectionalDerivative, and
    pylops.basicoperators.SecondDirectionalDerivative operators
  • Added pylops._ColumnLinearOperator private operator
  • Added possibility to directly mix Linear operators and numpy/scipy
    2d arrays in pylops.basicoperators.VStack and
    pylops.basicoperators.HStack and
    pylops.basicoperators.BlockDiagonal operators
  • Added pylops.optimization.sparsity.OMP solver