Skip to content

Releases: tky823/ssspy

v0.1.7

01 Oct 13:30
9e8cd6a
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug Fixes 🐛

  • Fix document deployment by @tky823 in #255
  • Update some variables depending on demix_filter instead of self.algorithm. by @tky823 in #260

Other Changes

Full Changelog: v0.1.6...v0.1.7

v0.1.6

13 Aug 17:12
Compare
Choose a tag to compare

Summary

In this version, the following BSS methods are newly added 🚀

  • Fast MNMF
  • IVA-IPA
  • ILRMA-IPA

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

19 Jan 11:59
Compare
Choose a tag to compare

Summary

In this version, the following BSS methods are newly added 🚀

  • MNMF
  • cACGMM
  • PDSBSS

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

19 Dec 00:29
Compare
Choose a tag to compare

Summary

In this release, the following methods are newly added.

  • Minimal distortion principle (MDP)
  • Gauss-IPSDTA
  • t-IPSDTA

Note

  • Default EPS is changed back to 1e-10

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

02 Dec 14:42
Compare
Choose a tag to compare

Summary

We updated the pairwise iterative projection algorithm. In this release, we use a faster implementation to solve the generalized eigenvalue decomposition than before.

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

26 Nov 13:10
Compare
Choose a tag to compare

Summary

Fix the implementation of IP2 used in FDICA, IVA, and ILRMA.
The current implementation is based on "Auxiliary-function-based Independent component analysis for super-Gaussian sources".

What's Changed

  • [src] Bump up to v0.1.1 in init.py by @tky823 in #181
  • Add document test by @tky823 in #182
  • Fix description of update_spatial_model in ILRMA by @tky823 in #183
  • Change superclass of NaturalGradLaplaceFDICA by @tky823 in #187
  • Skip long tests by @tky823 in #188
  • Use smaller threshold for flooring operations by @tky823 in #185
  • Fix implementation of IP2 used in FDICA, IVA, and ILRMA by @tky823 in #180

Full Changelog: v0.1.1...v0.1.2

v0.1.1

20 Nov 01:08
Compare
Choose a tag to compare

Summary

Add warnings for IP2. See #178 for more details.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Nov 01:19
Compare
Choose a tag to compare

Summary

This is the first minor version of ssspy.
In v0.1.0, the following BSS methods are newly implemented:

  • FDICA
  • IVA
  • ILRMA

What's Changed

Full Changelog: v0.0.2...v0.1.0

v0.0.2

14 Aug 01:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

Initial release

06 Aug 12:50
Compare
Choose a tag to compare

Summary

This is an initial release.
Lots of things remain to do.