There is a newer version of the record available.

Published August 13, 2023 | Version v2.3.0
Software Open

virgesmith/humanleague: 2.3.0

  • 1. University of Oxford
  • 2. University of Leeds
  • 3. Codacy

Description

New features (python only)
  • most function outputs have changed to return a tuple of the main result and a dictionary containing the stats (if applicable), rather than a dictionary containing everything. For example, a return value that was previously:

    {"result": r, "conv": ..., "rmse": ...}
    

    now becomes

    (r, {"conv": ..., "rmse": ...})
    

    making it easier to access the result, e.g.:

    result, stats = humanleague.integerise(p, n)
    
Removed features (python only)
  • Remove deprecated sobolSequence function, in favour of the the SobolSequence generator introduced in 2.2.0
  • conda-forge releases are no longer supported. Conda users should use pip to install the package.
Bug fixes
  • fixed some documentation issues
Internal
  • CI improvements: automated release pipeline PRs to main are automatically version bumped and published on pypi

Files

virgesmith/humanleague-v2.3.0.zip

Files (160.3 kB)

Name Size Download all
md5:a663b7f0867f8257d3ef37260299ae3d
160.3 kB Preview Download

Additional details

Related works