Skip to content

Releases: cetic/tsquared

TSquared 1.1.0

25 Jul 08:41
Compare
Choose a tag to compare

Changelog:

  • Delete HotellingT2.cleanfit method and replace it with utils.clean_samples function.
  • Add examples.
  • Fix typos.

You can install TSquared via PyPI:

pip install tsquared

TSquared 1.0.3

13 May 12:22
Compare
Choose a tag to compare

Changelog:

  • Rename attributes in HotellingT2 class:
    • n_features_ to n_features_in_;
    • n_samples_ to n_samples_in_.
  • Update docstrings.
  • Fix typos.

You can install TSquared via PyPI:

pip install tsquared

TSquared 1.0.2

21 Feb 13:37
Compare
Choose a tag to compare

Changelog:

  • Update README.

You can install TSquared via PyPI:

pip install tsquared

TSquared 1.0.1

16 Feb 09:22
Compare
Choose a tag to compare

Changelog:

  • Update NumPy documentation.

You can install TSquared via PyPI:

pip install tsquared

TSquared 1.0.0

15 Feb 15:27
Compare
Choose a tag to compare

TSquared 1.0.0 just released! 🎉

You can install TSquared via PyPI:

pip install tsquared