Skip to content

Releases: chipmuenk/pyfda

Release v0.2

23 Oct 17:19
Compare
Choose a tag to compare

This release has no major fixes compared to the last prerelease except for a major update to the documentation for readthedocs.org.

fifth release candidate for v0.2

13 Oct 20:33
Compare
Choose a tag to compare
Pre-release
  • Add missing README_PYPI.rst in MANIFEST.in, preventing installation

  • Fix a crash when quantizing coefficients

  • Filter type was always set to IIR by quantizing

  • Fix some minor layout problems in the fixpoint widget

  • Remove deprecation warnings in test

  • Fix some scaling issues in quantizing

Forth release candidate for v0.2

13 Sep 17:30
Compare
Choose a tag to compare

Another attempt to fix the PyPI / twine PITA of "long_description_content_type missing and wrong new lines.

Add / update some more documentation and screenshots.

Third release candidate for v0.2

11 Sep 09:01
Compare
Choose a tag to compare

This release fixes a problem with a missing README file for PyPI and improves the Readthedocs documentation.

Second release candidate for v0.2

15 Aug 11:19
Compare
Choose a tag to compare

Fix some issues with fixpoint saturation / quantization

First release candidate for v0.2

12 Aug 13:05
Compare
Choose a tag to compare
Pre-release

This version introduces migen as the backend for doing fixpoint simulating and generating verilog code.

Main changes are therefore related to fixpoint simulation and display.

CSV export now produces files without empty rows (a Py2 / Py3 related problem).

This version drops Py2 and Qt4 support.

Second beta for 0.2 release

07 Jun 09:22
Compare
Choose a tag to compare
Pre-release
  • migen is now installed from PyPI
  • improve and clean up the interface between pyfda and migen
  • implement saturation logic

First beta for 0.2 release

31 May 15:53
Compare
Choose a tag to compare
Pre-release
  • removed Python 2.x compatiblity (from __future__, six etc.)
  • removed myhdl fixpoint filters and dependencies
  • added Migen interface to pyfda and a DF FIR filter as a proof of concept. Migen is not a dependency yet, fixpoint functionality is only available if migen is available in the system path. If not, the fixpoint widget is deactivated silently
  • new parser for config file with module names instead of class names for all widgets. Fixpoint filters can be associated with filter designs and vice versa
  • removed deprecation warnings and fixed compatibility with Matplotlib 3.1
  • fixed floating widget in plot_impz.py

Release 0.2a2

14 Apr 19:48
Compare
Choose a tag to compare
Release 0.2a2 Pre-release
Pre-release

Second alpha release for upcoming 0.2 release

  • lots of bugfixes
  • improved h[n] plotting widget
  • fixed myhdl related py3.7 incompatibility
  • under py3.6 and with myhdl installed, some fixpoint simulation and HDL export is possible (still quite buggy, WIP)
  • pyfda.conf based configuration has become much more flexible (WIP).
  • readthedocs.org documentation!!!

0.2a1 introduced some installation problems, these are hopefully fixed now.

Hotfix release for v0.1.4

17 Jun 19:00
Compare
Choose a tag to compare
Pre-release

In v0.1.4 release, pyfda.conf and some *.png - Files were missing, preventing program start (#133). This has been fixed in setup.py and MANIFEST.in.