Skip to content

py50 v0.3.6

Compare
Choose a tag to compare
@tlint101 tlint101 released this 15 Feb 09:00
· 209 commits to main since this release

Release Notes py50 v0.3.6

Bug fixes 🪲

Calculator

  • Modified the initial guesses for curve fitting for the 4PL equation. Previously input assumed IC50 value to be 1.0. The initial guesses have been modified as follows:
    • Max response
    • Min response
    • 0.5 * (max(response) + min(response))
    • slope (1.0)