Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Releases: PTB-M4D/PyDynamic

v2.5.1

31 May 13:56
8a25ec0
Compare
Choose a tag to compare

Fix

  • Merge pull request #335 from PTB-M4D/chore/archive-pydynamic (ba5ff10)

Documentation

  • RTD: Introduce archived message (ab489c6)

See all commits in this version

v2.5.0

18 Apr 13:25
Compare
Choose a tag to compare

Feature

  • propagate_multiplication: Addition of multiplication-based operations (ef5e8d6)

Documentation

  • propagate_multiplication: Enable docs of new submodule (3cf2270)

See all commits in this version

v2.4.2

11 Aug 07:27
Compare
Choose a tag to compare

Fix

  • Python versions: Ensure PyDynamic only gets used with compatible versions as documented (88bb993)

Documentation

  • README: Include badge with compatible Python versions into header (bce77e1)

See all commits in this version

v2.4.1

27 Jul 13:55
Compare
Choose a tag to compare

Fix

  • GUM_iDFT: Replace 2 * A with A + A^T (682cd4b)

See all commits in this version

v2.4.0

20 Mar 08:38
Compare
Choose a tag to compare

Feature

  • tools: Add support for multidimensional arrays and PyDynamics real-imag-type in trimOrPad (1d4acfc)
  • GUM_iDFT: Add full support for under and oversampling of inverse DFT (c15fc1c)
  • GUM_iDFT: Handle odd and even signals (974c1ae)
  • tools: Add trimOrPad for ND-arrays with support for real-imag type (f504a6b)
  • UMC_generic: Enable computational savings (fe1e99e)

Fix

  • UMC_generic: Adjust empirical covariance formula (1d62e3a)
  • UMC_generic: Divide by block size in first run (0be6a40)

See all commits in this version

v2.3.2

20 Dec 17:38
Compare
Choose a tag to compare

Fix

  • interpolate: Replace deprecated np.float by in-built float (8188315)

Documentation

  • INSTALL: Fix two references (d5ff79c)

See all commits in this version

v2.3.1

08 Nov 07:47
Compare
Choose a tag to compare

Fix

  • test_interpolate: Ensure interpolation nodes generally not becoming too small around zero (b2bec0d)

Documentation

  • module diagram: Update module diagram to reflect signals.py module character to resolve #266 (f49a679)
  • module diagram: Update module diagram with signals.py to resolve #266 (aa80faa)

See all commits in this version

v2.3.0

18 Aug 19:54
Compare
Choose a tag to compare

Feature

  • LSIIR: Return the RMS value backwards compatible (see #288) (c5c484e)

Fix

  • test_interpolate: Ensure interpolation nodes not becoming too small in orders of magnitude (f3bf886)
  • test_interpolate: Avoid only zeros as interpolation nodes in strategy for test case generation (2596f24)
  • _compute_stabilized_filter_through_time_delay_iteration: Correct implementation (6286c75)

See all commits in this version

v2.2.0

22 Apr 17:26
Compare
Choose a tag to compare

Feature

  • convolve_unc: Allow 1D array of stdunc as input (ae5335a)

See all commits in this version

v2.1.3

19 Apr 12:08
Compare
Choose a tag to compare

Fix

  • test_ARMA: Increase closeness tolerance (e35e536)

See all commits in this version