Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Releases: borchero/pycave

v3.2.1

Choose a tag to compare

@borchero borchero released this 14 Dec 11:18
6df56fa

What's Changed

New Contributors

Full Changelog: 3.2.0...3.2.1

v3.2.0

Choose a tag to compare

@borchero borchero released this 12 Dec 02:10
7f5acde

What's Changed

  • Fix symmetry of computed covariance matrix by @borchero in #24
  • Refactor CI and add pre-commit configuration by @borchero in #29
  • Enable compatibility with torchmetrics >= 0.6.0 by @marcovarrone in #27

New Contributors

Full Changelog: 3.1.4...3.2.0

PyCave 3.1.4

Choose a tag to compare

@borchero borchero released this 20 Jun 12:00
1f73128

What's Changed

  • Fix k-means++ mini-batch initialization by @borchero in #22

Full Changelog: 3.1.3...3.1.4

PyCave 3.1.3

Choose a tag to compare

@borchero borchero released this 24 May 01:41
1eb6af0

Features

  • Add a covariances property to the GaussianMixtureModel

Dependencies

  • Bump PyTorch Lightning to ^1.6.0
  • Bump LightKit to ^0.4.4

PyCave 3.1.2

Choose a tag to compare

@borchero borchero released this 11 Feb 16:14
52bf74a

PyCave 3.1.1

Choose a tag to compare

@borchero borchero released this 25 Dec 23:34
  • Bump lightkit dependency

PyCave 3.1.0

Choose a tag to compare

@borchero borchero released this 21 Dec 02:33
  • Move core components to LightKit and integrate it

PyCave 3.0.1

Choose a tag to compare

@borchero borchero released this 27 Nov 19:55
  • Generalize interface of TensorDataLoader to allow for multiple tensors
  • Do not require a sampler to be passed to the initializer of TensorDataLoader

PyCave 3.0.0

Choose a tag to compare

@borchero borchero released this 22 Oct 17:20

This release is a complete rewrite of PyCave, building upon PyTorch Lightning.

  • All models can be run across multiple GPUs and nodes, boosting performance even more
  • Testing has been improved significantly, ensuring that results are at least as good as scikit-learn

PyCave 2.0.5

Choose a tag to compare

@borchero borchero released this 05 Feb 20:01
  • Fix a bug for diagonal covariance matrices when the dimension is the same as the number of means