Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
aelanman committed Jun 15, 2020
1 parent aca4cab commit 043aba4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.0.2] - 2020-06-15

## Added
- Speedup by using numba parallel and fastmath
- sphinx documentation and RTD hooks.

## [0.0.1] - 2020-05-29

## Added
Expand Down
1 change: 0 additions & 1 deletion pyspherical/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def do_conv(a):
# quantities if they have been FFT-shifted, such that the 0 mode
# is in the center of the array.
return np.convolve(a, weights, mode='valid')
# TODO -- try scipy.ndimage.convolve1d with axis, instead of apply_along_axi
Gmm = np.apply_along_axis(do_conv, 1, padFmm) * 2 * np.pi

# Unshift the m' axis
Expand Down

0 comments on commit 043aba4

Please sign in to comment.