Skip to content

Releases: itskalvik/sgp-tools

Release v1.1.8

31 Dec 01:06
Compare
Choose a tag to compare

Key Updates

  • Add option to skip inducing variables update in SSGP

Release v1.1.7

30 Dec 21:19
Compare
Choose a tag to compare

Key Updates

  • Update SSGP to use assign method-based updates
  • Update SSGP to use original Z init method
  • Update SSGP init to handle ndim data

Release v1.1.6

27 Dec 17:30
Compare
Choose a tag to compare

Key Updates

  • Fix package version

Release v1.1.5

27 Dec 17:28
Compare
Choose a tag to compare

Key Updates

  • Update get_model_params to include variables to control the number and training of inducing points when using an SGP
  • Add optional seed param to synthetic data gen method
  • Add a method to sample unlabeled points in a polygon defined with vertices

Release v1.1.4

26 Dec 22:57
Compare
Choose a tag to compare

Key Updates

  • Update get_model_params to use an SGP for large datasets and optionally return the trained model
  • Convert TSP start/end idx to nodes

Release v1.1.3

06 Dec 17:39
Compare
Choose a tag to compare

Key Updates

  • Add action to sync package version in setup.py and init.py

Release v1.1.0

16 Sep 16:00
Compare
Choose a tag to compare

Key Updates

  • Improve benchmark script stability
  • Fix mutual information metric in baselines
  • Update baselines to use transforms

Release v1.0.6

02 Sep 20:53
Compare
Choose a tag to compare

Key Updates

  • Add Adaptive-IPP benchmark and example notebook
  • Update non-point FoV transforms to be compatible with IPPTransform and also usable as standalone transforms
  • Change the default optimizer to Scipy

Release v1.0.5

22 Aug 13:52
Compare
Choose a tag to compare

Key Updates

  • Fix candidate points scaling issue in the data preprocessing module
  • Change default optimizer to Scipy
  • Set IPPTransform continuous sampling type to w/o FoV aggregation
  • Improve benchmark script stability

Release v1.0.4

17 Aug 18:51
Compare
Choose a tag to compare

Key Updates

  • Update dataset preprocessing utility to use PIL instead of GDAL to read tif files
  • Reduce package dependencies to pip installable packages