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 r...
Enhancements: ENH: allow weighting by a custom principal component (#35) Compatibility notes: clu...
New features Adds the function hafnian_sparse to compute sparse loop hafnians (pure Python implemen...
The 2.0 release of PHOIBLE adds several new data sources, corrects many errors, and adds Glottolog c...
New features deprecate sobolSequence function (python only), in favour of... add a SobolSequence ge...
python release only, no functional change adds type annotations delete unused files from rep
NEW FUNCTIONS incomp() will check your data to see if there are any incomparable samples. NEW ...
What's Changed Upgrade sklearn criterion mse to squared_error by @jonas-eschle in https://github.co...
This is a release for bug-fixes, and general improvements in both documentation and code quality. Br...
This release fixes the goodness-of-fit calculation for models without auxiliary data. It also adopts...
This release provides numerous fixes and improvements, including two new instruments. Python 3.4 is ...
New features: add event list to Measurement class add bone age class refactor hard-coded measuremen...
Breaking changes: Return metrics in a dictionary #570 (orosoman-dstl) Metrics are no longer returne...
This release contains only one new feature compared to BenchExec 2.7: Tables produced by table-gene...
This release deprecates "Healthcheck.all()", and adds a codemod to automatically replace it with "li...
Python-only release, no functional changes: migrate from C python API to pybind11 improve API docu...
Enhancements: ENH: allow weighting by a custom principal component (#35) Compatibility notes: clu...
New features Adds the function hafnian_sparse to compute sparse loop hafnians (pure Python implemen...
The 2.0 release of PHOIBLE adds several new data sources, corrects many errors, and adds Glottolog c...
New features deprecate sobolSequence function (python only), in favour of... add a SobolSequence ge...
python release only, no functional change adds type annotations delete unused files from rep
NEW FUNCTIONS incomp() will check your data to see if there are any incomparable samples. NEW ...
What's Changed Upgrade sklearn criterion mse to squared_error by @jonas-eschle in https://github.co...
This is a release for bug-fixes, and general improvements in both documentation and code quality. Br...
This release fixes the goodness-of-fit calculation for models without auxiliary data. It also adopts...
This release provides numerous fixes and improvements, including two new instruments. Python 3.4 is ...
New features: add event list to Measurement class add bone age class refactor hard-coded measuremen...
Breaking changes: Return metrics in a dictionary #570 (orosoman-dstl) Metrics are no longer returne...
This release contains only one new feature compared to BenchExec 2.7: Tables produced by table-gene...
This release deprecates "Healthcheck.all()", and adds a codemod to automatically replace it with "li...
Python-only release, no functional changes: migrate from C python API to pybind11 improve API docu...
Enhancements: ENH: allow weighting by a custom principal component (#35) Compatibility notes: clu...
New features Adds the function hafnian_sparse to compute sparse loop hafnians (pure Python implemen...
The 2.0 release of PHOIBLE adds several new data sources, corrects many errors, and adds Glottolog c...