Releases: chipmuenk/pyfda
Release v0.2
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
-
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
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
This release fixes a problem with a missing README file for PyPI and improves the Readthedocs documentation.
Second release candidate for v0.2
Fix some issues with fixpoint saturation / quantization
First release candidate for v0.2
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
- 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
- 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
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
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
.