Releases: ajdawson/windspharm
Version 1.7.0
The v1.7.0 release makes further progress on the road to more modern tooling and processes. The significant changes for users/contributors are:
- Support for using Legendre functions computed on-the-fly or stored, implemented by @rcomer [#97, #98].
- The source code directories have been reorganised, the
lib/windspharm
directory has been moved towindspharm/
(lib/
is removed) and thedoc/
directory has been renameddocs/
[#105]. - The package version is now controlled by versioneer.
In addition, this is the first release where documentation and PyPI packages will be built automatically as part of the continuous integration system.
Version 1.6.0
This release has no major user-facing changes, its main purpose is to modernise the test suite and fix problems with NumPy compatibility, although the modifications to the test suite may have knock-on effects for package maintainers.
Version 1.5.1
Better identification of Gaussian grids.
Version 1.5.0
This release includes support for setting the radius of the sphere used for the spherical harmonic computations. It also provides better documentation for example programs.
Version 1.4.0
This release includes support for xarray as well as bug fixes and improved documentation.