Skip to content

Releases: matthieumeo/pycsou-gsp

Pycsou-gsp 1.0.4

23 Apr 11:42
Compare
Choose a tag to compare
  • Updated documentation
  • Modified requirements and README

Pycsou-gsp 1.0.3

12 Mar 09:22
Compare
Choose a tag to compare

Slight refactoring of the package.

Pycsou-gsp 1.0.1

04 Mar 13:46
Compare
Choose a tag to compare

The package is now be imported as:

   import pycgsp

Refactoring of module tessellation to graph.

Pycsou-gsp 1.0

03 Mar 16:02
Compare
Choose a tag to compare
  • Implementation of common graph linear operators:

    • Graph convolution operators: GraphConvolution
    • Graph differential operators: GraphLaplacian, GraphGradient, GeneralisedGraphLaplacian.
  • Routines for generating graphs from discrete tessellations of continuous manifolds such as the sphere.