Skip to content

Releases: sergiocallegari/PyDSM

Release 0.14.0.0

25 Aug 12:21
Compare
Choose a tag to compare

Release notes

  • Fix compatibility with cvxpy 1.0.x
  • Fix compatibilit with PICOS 1.2.0
  • Fix compatibility with matplotlib 3
  • Fix compatibility with sphinx 2.2.0 (html docs only)
  • Minor bugfixes

Downloadable code

Please download the code from Pypi. Here, only the source code is currently available, while Pypi also provides pre-built binaries (wheels) for Linux.

Warnings

  • This is likely the last release supporting Python 2.

Version 0.13.0.1

20 Jul 19:04
Compare
Choose a tag to compare

Release notes

  • Fix compatibility with most recent cvxpy
  • Minor bugfixes

Downloadable code

Please download the code from Pypi so that download statistics can be properly collected. Here, only the source code is currently available, while Pypi also provides pre-built binaries (wheels) for a variety of platforms.

Version 0.13.0.0

03 Jun 16:45
Compare
Choose a tag to compare

Release notes

  • Python 3 compatibility! This version of the code is compatible with both Python2 and Python3.
  • Bugfixes

Downloadable code

Please download the code from Pypi so that download statistics can be properly collected. Here, only the source code is currently available, while Pypi also provides pre-built binaries (wheels) for a variety of platforms.

Version 0.12.0.1

24 May 11:36
Compare
Choose a tag to compare

Release notes

  • Fix crashes due to incorrect management of parameters in deprecated functions

Available files

  • Main package
    • Source code
    • pydsm-0.12.0.1-cp27-none-win32.whl pre-compiled binary for Windows 32 bit
    • pydsm-0.12.0.1-cp27-none-win_amd64.whl pre-compiled binary for Windows 64 bit
    • pydsm-0.12.0.1-cp27-none-macosx_10_5_x86_64.whl pre-compiled binary for Mac OS X
  • Documentation
    • pydsm-doc-html-0.12.0.1.zip documentation in html format

Version 0.12.0.0

13 May 18:28
Compare
Choose a tag to compare

Release notes

  • Switch to new version numbering scheme also in view of PEP 440
  • Install as zipped package
  • Modify management of optional parameters in some functions. Note that this implies a minor API breakage.
  • Implement new hybrid NTF design method
  • Slightly improve accuracy of weighted NTF design functions
  • Improve quantization_noise_gain function
  • Improve html documentation
  • Let multiple modelers be selected in functions using convex optimization (cvxpy, cvxpy_old and picos are supported)
  • Implement some more functions in delsig module (axisLabels, rms)
  • Many small fixes

Available files

  • Main package
    • Source code
    • pydsm-0.12.0.0-cp27-none-win32.whl pre-compiled binary for Windows 32 bit
    • pydsm-0.12.0.0-cp27-none-win_amd64.whl pre-compiled binary for Windows 64 bit
    • pydsm-0.12.0.0-cp27-none-macosx_10_5_x86_64.whl pre-compiled binary for Mac OS X
  • Documentation
    • pydsm-doc-html-0.12.0.0.zip documentation in html format

Version 0.11.0 (The "ICECS 2014" release)

13 May 17:41
Compare
Choose a tag to compare

Release notes

This version has been used for a half day tutorial at the IEEE ICECS 2014 international conference.

  • Switch to setuptools for building
  • Switch to the wheel format for the distribution of precompiled binaries
  • Improve the testing framework
  • Provide a better management of optional parameters in some functions
  • Offer API cleanups (a best effort has been put in retaining back-compatibility. Some back compatibility functions are deprecated and will be removed)
  • Provide code style improvements

Available files

  • Main package
    • Source code
    • pydsm-0.11.0-cp27-none-win32.whl pre-compiled binary for Windows 32 bit
    • pydsm-0.11.0-cp27-none-win_amd64.whl pre-compiled binary for Windows 64 bit
    • pydsm-0.11.0-cp27-none-macosx_10_5_x86_64.whl pre-compiled binary for MacOS
  • Documentation
    • pydsm-doc-html-0.11.0.zip documentation in html format

Version 0.10.1 (The "MacOS compatibility" release)

13 May 17:29
Compare
Choose a tag to compare

Release notes

  • Fix the setup script for compatibility with MacOs
  • Provide a getting started guide for MacOs
  • Apply Minor fixes in the documentation

Available files

  • Main package
    • Source code
    • pydsm-0.10.1.win32-py2.7.exe pre-compiled binary for Windows 32 bit
    • pydsm-0.10.1.win-amd64-py2.7.exe pre-compiled binary for Windows 64 bit
  • Documentation
    • pydsm-doc-html-0.10.1.zip documentation in html format

Version 0.10.0 (The "Pypi" release)

13 May 17:25
Compare
Choose a tag to compare

Release notes

  • Make setup script ready for distribution on Pypi
  • Implement partitionABCD in delsig module
  • Make the delsig module PEP8 compliant
  • Apply some minor improvements to utility functions

Available files

  • Main package
    • Source code
    • pydsm-0.10.0.win32-py2.7.exe pre-compiled binary for Windows 32 bit
    • pydsm-0.10.0.win-amd64-py2.7.exe pre-compiled binary for Windows 64 bit
  • Documentation
    • pydsm-doc-html-0.10.0.zip documentation in html format

Version 0.9.1 (The "Windows 64bit" release)

13 May 17:19
Compare
Choose a tag to compare

Release notes

  • Apply some fixes to the modulator simulator
  • Make building for 64 bit windows possible
  • Implement the CLANS NTF design method
  • Implement a minmax NTF design method (only single band LP, so far)

Available files

  • Main package
    • Source code
    • pydsm-0.9.1.win32-py2.7.exe pre-compiled binary for Windows (to be used in Windows 32 bit or in Windows 64 bit with a 32 bit Python distribution)
    • pydsm-0.9.1.win-amd64-py2.7.exe pre-compiled binary for Windows (to be used in Windows 64 bit with a 64 bit Python distribution)
  • Documentation
    • pydsm-doc-html-0.9.1.zip documentation in html format

Version 0.9.0 (the "batteries included" release)

13 May 17:13
Compare
Choose a tag to compare

Release notes

  • Include a local version of the discontinued cvxpy package by Tomas Tinoco de Ribera.

This is a (temporary) measure that allows PyDSM to be used without the need to manually install software pre-requisites.

Available files

  • Main package
    • Source code
    • pydsm-0.9.0.win32-py2.7.exe pre-compiled binary for Windows
  • Documentation
    • pydsm-doc-html-0.9.0.zip documentation in html format