Releases: pistack/TRXASprefitpack
Release v0.8.0
What's Changed
- fix bug in fix_raise option at
fit_tscan_gui
- implement a tau mask scheme to select different partitions of a set of lifetime constants for each dataset in the fitting process (
fit_transient_exp
) - Implement analytic hessian for
fit_transient_exp
,fit_transient_raise
,fit_static_voigt
- add matplotlib < 2.2 compatible layer for gui related utilities
Full Changelog: v0.7.2.2...v0.8.0
Release v0.7.2.2
Fix minor bug in fit_tscan_gui and calc_dads_gui utility
Implement raise model to fit_tscan and fit_tscan_gui utilities.
Hot fix release v0.7.2.1
Hot fix release of v0.7.2
fix minor bug in calc_dads_gui utility and add eads model.
GUI Release 0.7.2
Implement calc_dads_gui
GUI Release 0.7.1
What's Changed
Implement GUI wrapper for fit_tscan utility (fit_tscan_gui)
Full Changelog: v0.7.0.1...v0.7.1
Hot fix Release 0.7.0.1
Fix bug in residual_decay_same_t0
Release 0.7.0
What's Changed compared to previous release (v0.7.0)
Implement AMPGO
algorithm based on Lead Larson's paper and Andrea Gavana's python implementation.
Fix minor bug and correct gradient of res_grad_dmp_osc and res_grad_both
Minor Api changes in fit_transient
and fit_static
routine.
Note
It is bug fix and improvement release of TRXASprefitpack v0.6.0. So, I recommend every user of my package to upgrade your TRXASprefitpack packages to current version (v0.7.0).
Hot Fix Release 0.6.1.2
Second Hot fix Release of 0.6.1
- Improve accuracy of gradient of
res_grad_dmp_osc
andres_grad_both
. - Fix bug in
residual_voigt
,res_grad_voigt
when bothedge
andbase_order
are not None. - Fix bug in
residual_thy
,res_grad_thy
whenpolicy
isboth
.
Note
It is hot_fix release
. Every user of TRXASprefitpack should upgrade their TRXASprefitpack version to this version.
Hot Fix Release 0.6.1.1
Hot fix Release of 0.6.1
Fix bug in static_voigt
and res_grad_voigt
when base_order
is not None, it returns incorrect half of chi square value
Note
It is hot_fix release
. Every user of TRXASprefitpack should upgrade their TRXASprefitpack version to this version.
Release 0.6.1
What's Changed compared to previous release (v0.6.0)
fit_tscan
- now handles absent of
--tau
when mode isdecay
orboth
. If--tau
is absent, it fits time delay scan with baseline feature.
- now handles absent of
calc_broad
- fix bug in
calc_broad
utility. - Now it shift peak position by
peak_shift
to the right.
- fix bug in
- Improve static peak fitting routine.
- static_spectrum function support model thy
- fix incorrect gradient of deriv_voigt_thy function
- Change api of StaticResult class
- Now user can fit static spectrum with multiple edge and multiple theoretical peaks (model: thy)
Note
It is bug fix and improvement release of TRXASprefitpack v0.6.0. So, I recommend every user of my package to upgrade your TRXASprefitpack packages to current version (v0.6.1).