What's Changed * Updating URLs to reflect new organization name by slwatkins in https://github.com/spice-herald/QETpy/pull/118 * Fix DIDV plotting to plot all points in frequency space by slwatkins in https://github.com/spice-herald/QETpy/pull/119
What's Changed * dIdV code use pinv for matrix inverse (avoids singular matrix errors) * Add IterCut for more visible iterative cutting by slwatkins in https://github.com/ucbpylegroup/QETpy/pull/114 * Update dIdV code to work with iminuit>=2.0 by slwatkins in https://github.com/ucbpylegroup/QETpy/pull/115
What's Changed * Update sgamp docstring description to be more specific by slwatkins in https://github.com/ucbpylegroup/QETpy/pull/105 * Ensure sphinx is of version 1.8 or greater to build docs by slwatkins in https://github.com/ucbpylegroup/QETpy/pull/106 * Create PyPI autopublish on new release by slwatkins in https://github.com/ucbpylegroup/QETpy/pull/107 * Update bug/fix_lint_errors with correct workflow file by slwatkins in https://github.com/ucbpylegroup/QETpy/pull/112 * Fixing some errors found via flake8 by slwatkins in https://github.com/ucbpylegroup/QETpy/pull/111 * Add dutycycle to didvinitfromdata by slwatkins in https://github.com/ucbpylegroup/QETpy/pull/110 * Added Zenodo DOI * Added LICENSE file to tarball * Updated the energy_res_estimate docstring
Add the `autoresample` ability to `_BaseDIDV`, as well as the `resample_factors` and `resample_data` functions it depends on.
1.3.0
Includes many changes as opposed to last release: new `IBIS` class, deprecation warnings for `IV` class, refactored and improved versions of `DIDV` code, and other smaller changes to the core functionality.