Skip to content
Open
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
dcf79de
Intial impl of Halo operator
astroC86 Jul 31, 2025
e895a2b
Merge remote-tracking branch 'origin/main' into halo_op
astroC86 Aug 7, 2025
5d25c8f
minor: rename return var
astroC86 Aug 7, 2025
8136fed
Merge branch 'PyLops:main' into halo_op
astroC86 Dec 25, 2025
b01f0ae
WIP: adding edge to Halo (and some examples)
mrava87SW Jan 9, 2026
9b3f97f
Simplifed code + Adjoint
astroC86 Jan 10, 2026
8308af3
Fixed Linter issues
astroC86 Jan 10, 2026
0164ee4
Merge branch 'main' into halo_op
astroC86 Jan 10, 2026
6001fe9
Pushing to make tests pass but contemplating moving the split to util…
astroC86 Jan 10, 2026
9c7aa6b
Improved plot_halo
mrava87SW Jan 17, 2026
93f7a75
WIP: NonStationaryConvolve1D with Halo
mrava87SW Jan 18, 2026
d7fa31d
removed normalization restored normal behaviour
astroC86 Jan 18, 2026
16c42ea
Added non-stationary conv to plot_halo
mrava87SW Jan 19, 2026
fa57e63
feat: added NonStationaryConvolved1D operator
mrava87SW Jan 21, 2026
7f9e007
minor: fix linting
mrava87SW Jan 21, 2026
e7ff60b
feat: generalize MPINonStationaryConvolve1D to any filter ih
mrava87SW Jan 28, 2026
3a9d1c7
minor: finalize MPINonStationaryConvolve1D for 1d signals
mrava87SW Feb 5, 2026
03d0097
test: added tests for MPINonStationaryConvolve1D
mrava87SW Feb 5, 2026
47baff8
feat: added axis support to MPINonStationaryConvolve1D
mrava87SW Mar 5, 2026
134892d
Intial doc documentation for MPI halo
astroC86 May 10, 2026
fea55b0
Fix flak8
astroC86 May 10, 2026
a166a93
fix numpy depreacation
astroC86 May 11, 2026
64bc034
Merge branch 'main' into halo_op
astroC86 May 11, 2026
3b4eaad
fix export
astroC86 May 11, 2026
daccb4b
fix export
astroC86 May 11, 2026
4cc6d8f
Merge branch 'halo_op' of https://github.com/astroC86/pylops-mpi into…
astroC86 May 11, 2026
c075267
fix export
astroC86 May 11, 2026
a7843f4
Merge branch 'halo_op' of https://github.com/astroC86/pylops-mpi into…
astroC86 May 11, 2026
beb89da
Use mixin
astroC86 May 11, 2026
bed26db
Fix cupy
astroC86 May 11, 2026
59f3d18
Rewrite docstring for clarity
astroC86 May 11, 2026
caa37c2
minor: small improvements to docstrings
mrava87SW May 19, 2026
97d2949
minor: small change in Halo description
mrava87SW May 19, 2026
7c981bf
bug: fix wrong import in sparsity
mrava87SW May 19, 2026
af666f9
minor: fix flake8
mrava87SW May 19, 2026
3df1b76
bug: fix wrong import in cls_sparsity
mrava87SW May 19, 2026
3e98566
doc: improved plot in plot_halo
mrava87SW May 19, 2026
221c555
unroll change
astroC86 Jun 2, 2026
eef348c
Merge branch 'main' into halo_op
astroC86 Jun 2, 2026
316b241
Merging from main
astroC86 Jun 2, 2026
b7bbb88
Added comments
astroC86 Jun 2, 2026
a6494cc
Added more tests
astroC86 Jun 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Basic Operators
MPIVStack
MPIStackedVStack
MPIHStack
MPIHalo


Derivatives
~~~~~~~~~~~
Expand All @@ -71,6 +73,7 @@ Signal Processing
:toctree: generated/

MPIFredholm1
MPINonStationaryConvolve1D


Wave-Equation processing
Expand Down
4 changes: 1 addition & 3 deletions docs/source/gpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@ GPU+MPI, and GPU+NCCL):
* - :class:`pylops_mpi.basicoperators.MPIFirstDerivative`
- ✅
- ✅
- ✅
- ✅
- ✅
- ✅
* - :class:`pylops_mpi.basicoperators.MPISecondDerivative`
- ✅
- ✅
Expand Down
Loading
Loading