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

Commit

Permalink
Increase version number to 1.2.76
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Jul 25, 2019
1 parent 8a99dc4 commit 7e89f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PyDynamic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .misc import *
from .uncertainty import *

__version__ = "1.2.75"
__version__ = "1.2.76"

__all__ = ['LSFIR', 'LSIIR', 'LSFIR_unc', 'LSFIR_uncMC', 'LSIIR_unc', 'fit_sos',
'FreqResp2RealImag', 'GUM_DFT', 'GUM_iDFT', 'DFT_deconv',
Expand All @@ -23,5 +23,5 @@
'grpdelay', 'mapinside', 'isstable', 'kaiser_lowpass',
'savitzky_golay', 'impinvar', 'sos_absphase', 'sos_realimag',
'sos_FreqResp', 'sos_phys2filter', 'shocklikeGaussian',
'GaussianPulse', 'squarepulse', 'rect', 'corr_noise', 'print_vec',
'print_mat', 'make_semiposdef']
'GaussianPulse', 'squarepulse', 'rect', 'corr_noise', 'sine',
'print_vec', 'print_mat', 'make_semiposdef']

0 comments on commit 7e89f99

Please sign in to comment.