Skip to content

Releases: MathEXLab/PySPOD

v2.0.0

Choose a tag to compare

@mengaldo mengaldo released this 21 Sep 07:33
3490bdb

In this release, we propose a parallel (distributed) version of the spectral proper orthogonal decomposition (SPOD) technique. The parallel SPOD algorithm distributes the spatial dimension of the dataset preserving time. This approach is adopted to preserve the non-distributed fast Fourier transform of the data in time, thereby avoiding the associated bottlenecks. The parallel SPOD algorithm is implemented in the PySPOD library and makes use of the standard message passing interface (MPI) library, implemented in Python via mpi4py. An extensive performance evaluation of the parallel package is provided, including strong and weak scalability analyses. The open-source library allows the analysis of large datasets of interest across the scientific community. Here, we present applications in fluid dynamics and geophysics, that are extremely difficult (if not impossible) to achieve without a parallel algorithm. This work opens the path toward modal analyses of big quasi-stationary data, helping to uncover new unexplored spatio-temporal patterns.

JOSS

Choose a tag to compare

@mengaldo mengaldo released this 12 Apr 10:48

release that contains the software as published in journal of open source software (JOSS).

streamlined installation process, improved tutorials

Choose a tag to compare

@mengaldo mengaldo released this 06 Nov 16:38
v0.4

remove useless subpackaging.

Improved coastline maps

Choose a tag to compare

@mengaldo mengaldo released this 06 Nov 12:59
v0.3

removed some more issue

coast maps

Choose a tag to compare

@mengaldo mengaldo released this 05 Nov 19:01

Added coast maps for geographical plots.

Initial Release

Choose a tag to compare

@mengaldo mengaldo released this 05 Nov 17:45
v0.1

added