Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: alchemistry/alchemlyb

2.5.0

22 Oct 09:23
0f17808

Choose a tag to compare

New minor release of alchemlyb with fixes and enhancements.

Supports Python 3.11 - 3.14.

See CHANGES for details.

What's Changed

New Contributors

Full Changelog: 2.4.1...2.5.0

2.5.0 release candidate 1

22 Oct 05:22
ab937d9

Choose a tag to compare

Pre-release

New minor release of alchemlyb with fixes and enhancements. (This is release candidate 1 — functionality will likely be the same as in the final 2.5.0 release but testing, deployment, and documentation may change.)

Supports Python 3.11 - 3.14.

See CHANGES for details.

What's Changed

New Contributors

Full Changelog: 2.4.1...2.5.0rc1

2.4.1

19 Sep 18:15

Choose a tag to compare

Patch release with minor fixes.

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

17 Sep 18:43
882ecf9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.2...2.4.0

2.3.2

26 Aug 07:22
8d3dabc

Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.3.2

2.3.1

08 Jul 20:25
f40b89b

Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

2.3.0

23 May 20:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

06 Apr 19:24
eae82d8

Choose a tag to compare

Changes

  • Require pandas >= 2.1 (PR #340)
  • For pandas>=2.1, metadata will be loaded from the parquet file (issue #331, PR #340).
  • add support for Python 3.12, remove Python 3.8 support (issue #341, PR #304).

Enhancements

  • Add a TI estimator using gaussian quadrature to calculate the free energy.
    (issue #302, PR #304)
  • Warning issued when the series is None for statistical_inefficiency
    (issue #337, PR #338)
  • ValueError issued when df and series for statistical_inefficiency
    doesn't have the same length (issue #337, PR #338)

Fixes

  • data_fraction column in workflow.convergence won't be affected by the
    unit conversion (issue #350, PR#319).

Full Changelog: 2.1.0...2.2.0

2.1.0

22 Jun 16:32
f5cf43a

Choose a tag to compare

New Minor release.

From this release, loguru is used for logging and pandas parquet file can be used for saving and loading dataframe.

Changes

  • ValueError raised if concatenated amber output file is passed to amber
    parser (issue #315, PR #326).
  • Change the % based string formatting to {} based string formatting (issue #323, PR #324).
  • Use loguru instead of logging for log (issue #301, PR #303).

Enhancements

  • "Statistical inefficiency" is logged at debug level for equilibrium_detection
    and statistical_inefficiency (issue #295, PR#325).
  • Add a parser to read serialised pandas dataframe (parquet) (issue #316, PR#317).
  • workflow.ABFE allow parquet as input (issue #316, PR#317).
  • Allow MBAR estimator to use bootstrap to compute error (issue #320, PR#322).

Fixes

  • Fix the case where visualisation.plot_convergence would fail when the final
    error is NaN (issue #318, PR#319).

DeprecationWarning

  • The default MBAR error estimator in workflow.ABFE.estimate will change from
    analytic to bootstrap=50 in 2.2.0 (issue #320, PR#322).

Full Changelog: 2.0.1...2.1.0

2.0.1

07 Apr 18:10
2804d33

Choose a tag to compare

New patch release with bug fix.

What's Changed

  • Fix the dE method in u_nk2series to use the difference between two
    lambda columns instead of using the next lambda column or the previous
    column for the last window (issue #299, PR #300). @xiki-tempula
  • workaround hanging tests on Mac M1 by using Path.glob instead of glob.glob
    in ABFE workflow (issue #309, PR #310). @xiki-tempula

Full Changelog: 2.0.0...2.0.1