Skip to content

Releases: titu1994/pyshac

PySHAC v0.2.0

30 Jun 09:50
Compare
Choose a tag to compare

Changelog :

  • Improvements to the fit api and speed improvements to predict.
  • Use joblib 0.12 and loky to avoid the if name == 'main' blocks for Windows OS.
  • Cleaned the fit() api to take the eval function as an argument instead of class variable.
  • Improve the api for predict to grant more flexibility
    • Now allows prediction of single samples, batches or combinations of both.
  • Improve speed of sampling when using predict().
  • Upgraded the managed backends to new api

PySHAC v0.1.0

29 Jun 03:05
Compare
Choose a tag to compare

Initial release