Unverified Commit 837335f8 authored by Boris Bonev's avatar Boris Bonev Committed by GitHub
Browse files

bumping version number and modified chagelog (#61)

parent 8fae572c
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
### v0.7.3 ### v0.7.3
* Changing default grid in all SHT routines to `equiangular` * Changing default grid in all SHT routines to `equiangular`
* Hotfix to the numpy version requirements
### v0.7.2 ### v0.7.2
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
__version__ = "0.7.2" __version__ = "0.7.3"
from .sht import RealSHT, InverseRealSHT, RealVectorSHT, InverseRealVectorSHT from .sht import RealSHT, InverseRealSHT, RealVectorSHT, InverseRealVectorSHT
from .convolution import DiscreteContinuousConvS2, DiscreteContinuousConvTransposeS2 from .convolution import DiscreteContinuousConvS2, DiscreteContinuousConvTransposeS2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment