Changelog.md 1.01 KB
Newer Older
Boris Bonev's avatar
Boris Bonev committed
1
2
3
4
# Changelog

## Versioning

Boris Bonev's avatar
Boris Bonev committed
5
6
7
8
9
10
### v0.6.0

* Added SFNO example
* Cleanup of the repository and added PyPI

### v0.5.0
Boris Bonev's avatar
Boris Bonev committed
11
12
13
14

* Reworked distributed SHT
* Module for sampling Gaussian Random Fields on the sphere

Boris Bonev's avatar
Boris Bonev committed
15
### v0.4.0
Boris Bonev's avatar
Boris Bonev committed
16
17
18
19
20

* Computation of associated Legendre polynomials
    * changed algorithm to compute the associated Legendre polynomials for improved stability
* Improved Readme

Boris Bonev's avatar
Boris Bonev committed
21
### v0.3.0
Boris Bonev's avatar
Boris Bonev committed
22
23
24
25
26
27
28
29
30
31
32
33
34
35

* Vector Spherical Harmonic Transforms
    * projects vector-valued fields onto the vector Spherical Harmonics
    * supports computation of div and curl on the sphere
* New quadrature rules
    * Clenshaw-Curtis quadrature rule
    * Fejér quadrature rule
    * Legendre-Gauss-Lobatto quadrature
* New notebooks
    * complete with differentiable Shallow Water Solver
    * notebook on quadrature and interpolation
* Unit tests
* Refactor of the API

Boris Bonev's avatar
Boris Bonev committed
36
### v0.2.0
Boris Bonev's avatar
Boris Bonev committed
37
38
39
40
41

* Renaming from torch_sht to torch_harmonics
* Adding distributed SHT support
* New logo

Boris Bonev's avatar
Boris Bonev committed
42
### v0.1.0
Boris Bonev's avatar
Boris Bonev committed
43
44

* Single GPU forward and backward transform
Boris Bonev's avatar
Boris Bonev committed
45
* Minimal code example and notebook