Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Feb 1, 2022
1 parent 289afae commit 5361d41
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
# PYNQ Composable Overlays ChangeLog
PYNQ Composable Overlays ChangeLog
---------------------------------

## 1.0.0
1.0.0
~~~~~
Added
.....

### Added
* Update package name to `pynq_composable`
* Composable logic must be inside a hierarchy, to leverage pynq `DefaultHierarchy` API
* Cache dictionaries to speedup run time, up to 50x
* Allow for offline automatic hardware discovery, caching dict
* Created `VideoStream` metaClass to handle all combination of video sources and sinks
* Video resolution is stored in `/tmp/resolution.json` to automatically configure video IP
* Support for pure stream IP
* Python code improvements
* Support for Kria KV260 Vision Started Kit
* Support for the PYNQ-Z1 with the same overlay as PYNQ-Z2
* Default paths concept
* Initial pytest support and code linting in a workflow
* Read The Docs documentation
* Contributing guidelines
* Support for python `3.8` and `3.9`

- Update package name to `pynq_composable`
- Composable logic must be inside a hierarchy, to leverage pynq `DefaultHierarchy` API
- Cache dictionaries to speedup run time, up to 50x
- Allow for offline automatic hardware discovery, caching dict
- Created `VideoStream` metaClass to handle all combination of video sources and sinks
- Video resolution is stored in `/tmp/resolution.json` to automatically configure video IP
- Support for pure stream IP
- Python code improvements
- Support for Kria KV260 Vision Started Kit
- Support for the PYNQ-Z1 with the same overlay as PYNQ-Z2
- Default paths concept
- Initial pytest support and code linting in a workflow
- Read The Docs documentation
- Contributing guidelines
- Support for python `3.8` and `3.9`
Removed
.......

### Removed

- Deprecated `_debug_switch` method. Use the AXI4-Stream Switch driver
- Deprecated support for python `3.6` and `3.7`
* Deprecated `_debug_switch` method. Use the AXI4-Stream Switch driver
* Deprecated support for python `3.6` and `3.7`

0 comments on commit 5361d41

Please sign in to comment.