Changelog.md 1.37 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
### v0.6.3

* Adding gradient check in unit tests

9
10
11
### v0.6.2

* Adding github CI
Boris Bonev's avatar
Boris Bonev committed
12
13
* Changed SHT modules to convert dtype dynamically when computing the SHT/ISHT
* Bugfixes to fix importing examples
14

Boris Bonev's avatar
Boris Bonev committed
15
16
### v0.6.1

Boris Bonev's avatar
Boris Bonev committed
17
* Minor bugfixes to export SFNO code
Boris Bonev's avatar
Boris Bonev committed
18
19
* Readme should now render correctly in PyPI

Boris Bonev's avatar
Boris Bonev committed
20
21
22
### v0.6.0

* Added SFNO example
23
* Added Shallow Water Equations Dataset for SFNO training
Boris Bonev's avatar
Boris Bonev committed
24
* Cleanup of the repository and added PyPI
25
* Updated Readme
Boris Bonev's avatar
Boris Bonev committed
26
27

### v0.5.0
Boris Bonev's avatar
Boris Bonev committed
28
29
30
31

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

Boris Bonev's avatar
Boris Bonev committed
32
### v0.4.0
Boris Bonev's avatar
Boris Bonev committed
33
34
35
36
37

* 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
38
### v0.3.0
Boris Bonev's avatar
Boris Bonev committed
39
40
41
42
43
44
45
46
47
48
49
50
51
52

* 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
53
### v0.2.0
Boris Bonev's avatar
Boris Bonev committed
54
55
56
57
58

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

Boris Bonev's avatar
Boris Bonev committed
59
### v0.1.0
Boris Bonev's avatar
Boris Bonev committed
60
61

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