Skip to content

Releases: pistack/TRXASprefitpack

Release v0.8.0

21 Oct 06:48
697306e
Compare
Choose a tag to compare

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

26 Jan 02:14
c173f5e
Compare
Choose a tag to compare

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

26 Dec 07:24
5ca4ca1
Compare
Choose a tag to compare

Hot fix release of v0.7.2

fix minor bug in calc_dads_gui utility and add eads model.

GUI Release 0.7.2

26 Dec 06:19
4072a4d
Compare
Choose a tag to compare

Implement calc_dads_gui

GUI Release 0.7.1

20 Dec 07:01
Compare
Choose a tag to compare

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

22 Aug 09:44
Compare
Choose a tag to compare

Fix bug in residual_decay_same_t0

Release 0.7.0

21 Aug 03:58
Compare
Choose a tag to compare

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

13 Aug 06:46
Compare
Choose a tag to compare

Second Hot fix Release of 0.6.1

  1. Improve accuracy of gradient of res_grad_dmp_osc and res_grad_both.
  2. Fix bug in residual_voigt, res_grad_voigt when both edge and base_order are not None.
  3. Fix bug in residual_thy, res_grad_thy when policy is both.

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

10 Aug 08:34
484b4a1
Compare
Choose a tag to compare

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

06 Aug 15:40
99f6ea3
Compare
Choose a tag to compare

What's Changed compared to previous release (v0.6.0)

  • fit_tscan
    1. now handles absent of --tau when mode is decay or both. If --tau is absent, it fits time delay scan with baseline feature.
  • calc_broad
    1. fix bug in calc_broad utility.
    2. Now it shift peak position by peak_shift to the right.
  • Improve static peak fitting routine.
    1. static_spectrum function support model thy
    2. fix incorrect gradient of deriv_voigt_thy function
    3. Change api of StaticResult class
    4. 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).