Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

v2.5.1 updates to changelog #1015

Merged
merged 1 commit into from
Feb 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
Change Log
************************

Version 2.5.1
============================

Updates to PYNQ since the last release include:

* Alveo and AWS F1 Support
* Alveo platforms and AWS F1 instances are now supported
* IP dictionary and Overlay classes support xclbin metadata parsing
* Live Alveo power monitoring added
* Vitis kernel signatures delivered with loaded xlcbin files
* AWS F1 awsxclbin files are supported

* Productivity Additions
* PYNQ is now on PYPI and can be installed using ``pip install pynq``
* PYNQ can be installed on x86 machines to support attached Alveo platforms or AWS F1 instances
* pynq.utils added for dependent packages to install notebooks and bitstreams
* pynq._cli added for new commandline calls to collect and deliver notebooks
* JupyterLab views of bitstream metadata dictionaries added

* SD Build Updates
* Support added for building sdcard images from Ubuntu 18.04 host machines

* No new SD Card images were created for this release


Version 2.5
============================

Expand Down