Skip to content

Commit

Permalink
updated changelog and bumping up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Jan 14, 2025
1 parent 15d0750 commit 4d8755b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@

### v0.7.4

* Changing default grid in all SHT routines to `equiangular`
* Hotfix to the numpy version requirements
* Changing default grid in all SHT routines to `equiangular`, which makes it consistent with DISCO convolutions
* Cleaning up the SFNO example and adding new Local Spherical Neural Operator model
* New filter basis normalization in DISCO convolutions
* Reworked DISCO filter basis datastructure
* Support for new filter basis types
* Adding Zernike polynomial basis on a disk
* Adding Morlet wavelet basis functions on a spherical disk
* Added Zernike polynomial basis on a disk
* Added Morlet wavelet basis functions on a spherical disk
* Cleaning up the SFNO example and adding new Local Spherical Neural Operator model
* Updated resampling module to extend input signal to the poles if needed
* Added slerp interpolation to the resampling module
* Added distributed resampling module

### v0.7.3

Expand Down
2 changes: 1 addition & 1 deletion torch_harmonics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

__version__ = "0.7.4a"
__version__ = "0.7.4"

from .sht import RealSHT, InverseRealSHT, RealVectorSHT, InverseRealVectorSHT
from .convolution import DiscreteContinuousConvS2, DiscreteContinuousConvTransposeS2
Expand Down

0 comments on commit 4d8755b

Please sign in to comment.