Skip to content

Releases: Xtra-Computing/VertiBench

v0.1.2

25 Mar 09:22

Choose a tag to compare

Changes

  • Fix kwargs handling in CorrelationSplitter.fit_splitbeta now correctly routes to split() only, not fit()
  • Add early beta validation in fit_split to fail fast before expensive BRKGA optimization
  • Add num_features >= num_parties validation in Splitter.split() with clear error message
  • Pass n_jobs from CorrelationSplitter to its internal CorrelationEvaluator
  • Add **kwargs to ImportanceSplitter.split_indices for compatibility with base class forwarding
  • Split tests into CPU/GPU classes for independent execution
  • Update PyPI publish workflow to trigger on version tags
  • Remove paper-specific HyperParameters.md

v0.1.1

18 Dec 08:26

Choose a tag to compare

First complete release that contains basic documentation and functions.

Full Changelog: v0.1.1a0...v0.1.1

Release v0.1.1a1

11 Dec 10:22

Choose a tag to compare

Downgrade the required dependencies to eliminate an error during installation.

Release v0.1.1a0

10 Dec 09:25

Choose a tag to compare

Alpha release with basic funcationalities of Splitter and Evaluator.