First stable version of the Composable Overlay
What's Changed
- Improve pipeline control logic by @mariodruiz in #1
- Improve code readability by @mariodruiz in #2
- Support composable overlay by using DefaultHierarchy by @mariodruiz in #3
- Caching dictionaries by @mariodruiz in #4
- Fix compose method to work within the hierarchy by @mariodruiz in #5
- Grab overlay from hierarchy description by @mariodruiz in #6
- Update PipelineApp code to rely on Composable hierarchy by @mariodruiz in #7
- Move StreamSwitch driver to its own file to make code more modular by @mariodruiz in #8
- Remove _debug_switch method by @mariodruiz in #9
- Fix file path and improve read and write functionality by @mariodruiz in #10
- Reorganize IPI, everything related to composable is within its own hierarchy by @mariodruiz in #11
- Include md5sum in the cached file by @mariodruiz in #12
- Decouple parser from the Composable class by @mariodruiz in #13
- Support for user default path names by @mariodruiz in #14
- Add support for video files by @mariodruiz in #15
- Initial KV260 overlay by @mariodruiz in #16
- Style consistency by @mariodruiz in #17
- Add flake8 linting workflow by @mariodruiz in #18
- Add badges by @mariodruiz in #19
- Bugfix, support DFX decoupler even if there is no DFX region. by @mariodruiz in #20
- V1.0.0.fixes by @mariodruiz in #21
- Run pytest for some modules by @mariodruiz in #22
- Color dynamic IP cores by @mariodruiz in #23
- Bugfix, set reset processor input activation lever properly by @mariodruiz in #24
- Upgrade notebooks to use API v1.0.0 by @mariodruiz in #25
- Add extra notebooks for KV260 by @mariodruiz in #26
- Install package even if the board is not supported by @mariodruiz in #27
- Add pixel reorder in the mm2s channel by @mariodruiz in #28
- Add classes to work with displayport seamlessly by @mariodruiz in #29
- Improve overlays by @mariodruiz in #31
- Improve python API and notebooks by @mariodruiz in #32
- Set default fps to 60 to match displayport defaults by @mariodruiz in #33
- Add notebook describing how to download a video from pixabay by @mariodruiz in #34
- Reorganize some notebooks by @mariodruiz in #35
- V1.0.0.overlays by @mariodruiz in #36
- Improve VideoStream by @mariodruiz in #37
- Rename package to pynq_composable by @mariodruiz in #38
- Fix bugs in
OpenCVDPVideoto enable composable overlays in KV260 by @mariodruiz in #40 - Fix bug, add VSorce to properly use the
VideoStreamclass by @mariodruiz in #41 - Fix graph visualization in JupyterLab3 by @mariodruiz in #42
- Fix bug #39, check if the default path is already configured not to overwrite by @mariodruiz in #43
- Use main PYNQ repository as submodule by @mariodruiz in #44
- version 1.0.0 by @mariodruiz in #59
New Contributors
- @mariodruiz made their first contribution in #1
Full Changelog: v0.9.0...v1.0.0