Skip to content

Releases: ExaScience/smurff

SMURFF v1.1

Choose a tag to compare

@tvandera tvandera released this 10 Feb 08:09
6b3c13e

This release adds support for 64-bit ARM on Linux for Conda and wheels. We also dropped Python 3.9 in favor of Python 3.14.

Full Changelog: v1.0...v1.1

v1.0

Choose a tag to compare

@tvandera tvandera released this 05 Mar 14:20
9acc137

SMURFF v1.0 Release Notes

Functionally SMURFF v1.0 is the same as SMURFF v0.17.0.

The main improvements are a modernisation of the packaging and build system We
now use a pyproject.toml file and scikit-build-core with vcpkg on Windows and
macOS to build wheels and conda package for Python 3.9 to Python 3.13 on
Window, Linux and macOS.

These packages can be installed using

  • conda: conda install -c vanderaa smurff
  • pip: pip install smurff

Other fixes / minor improvements

  • smurff --bist now runs all unittests in the single smurff binary in #149
  • py_smurff version gives version info on linked libraries in #160
  • A better error message when input contains NaN in #161

Full Changelog: v0.17.0...v1.0

Documentation updates, faster predictions and update Python API for predictions

Choose a tag to compare

@tvandera tvandera released this 09 Apr 12:42

Updated Python API for inference
Speedup in PredictionSession and MacauOnePrior
Fixes for logging in Jupyter Notebooks
Fixes in propageted posterior dimension checking

Update documentation on PredictSession

Choose a tag to compare

@tvandera tvandera released this 09 Apr 12:40

Updated documentation and small fixes for predictions.

See:

  • docs/notebooks/syn_out_matrix_prediction.ipynb
  • python/smurff/smurff/predict.py

Support for Tensor Prediction

Choose a tag to compare

@tvandera tvandera released this 03 Sep 09:06

This version adds support for predictions with more than 2 dimensions.

Posterior Propagation

Choose a tag to compare

@tvandera tvandera released this 20 Nov 14:25

SMURFF now supports BPMF with Posterior Propagation

Faster oom predictions

Choose a tag to compare

@tvandera tvandera released this 21 Mar 15:13
v0.14.3

Faster OOM prediction