Releases: HERA-Team/hera_filters
Releases · HERA-Team/hera_filters
v0.1.5
v0.1.4
Changes
- Zero out grid points outside of xmin and xmax for pswf_operator (#19) @tyler-a-cox
- Fix time filtering transpose issue (#18) @tyler-a-cox
- Add option to regularize linear fits (#17) @tyler-a-cox
- [pre-commit.ci] pre-commit autoupdate (#15) @pre-commit-ci
- [pre-commit.ci] pre-commit autoupdate (#14) @pre-commit-ci
v0.1.3
Changes
- ci: fix pypi publish action version (#12) @steven-murray
v0.1.2
Changes
- ci: fix deprecated publish version (#11) @steven-murray
v0.1.1
This is the same as the v0.1.0 release, but that release was bogus because the version number was wrong. From now on, we should be all good :-)
v0.1.0
Changes
- Releasing (#9) @steven-murray
- ci: add .github yamls required for nicer releasing (#8) @steven-murray
- Remove deprecated numpy types like np.str, np.int, np.complex, etc. (#7) @jsdillon
- Improve the speed of
fourier_filter
when an array of zeros and ones is passed aswgts
(#6) @tyler-a-cox - Add
pswf_operator
to dspec (#5) @tyler-a-cox - Improve speed of
dpss_matrix
mode by allowingfit_solution_matrix
to use diagonal weights matrix (#4) @tyler-a-cox - Add solve option (#2) @tyler-a-cox
- Add manifest file for pip git install (#3) @tyler-a-cox
- Improve the performance of
dpss_operator
(#1) @tyler-a-cox