All notable changes the imageZMQ project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Improving documentation content, layout, arrangement.
- Including additional Example programs and documentation.
- Adding more questions to FAQs doc file.
- Added
__enter__
and__exit__
methods so thatImageHub
andImageSender
will work in awith
statement. - Added history and keywords to setup.py.
- Multiple fixes to documentation files.
- Added
tests/unit_tests
directory to hold "tests of new imageZMQ features". Also added README_Unit_Tests.rst in that directory to explain Unit Tests for imageZMQ improvements going forward. - Added
close()
method inImageSender
andImageHub
classes. Added 2 test programs totests/unit_tests
to test it. Addedclose()
to API docs. - Added Advanced PUB/SUB example with multithreaded fast subscribers for realtime processing. (@philipp-schmidt).
- Added this
HISTORY.md
file to document version change history. - Fixed inconsistent spellings of
imageZMQ
.
- Multiple fixes to documentation files.
- Fixed documentation of API, adding
connect()
method to ImageHub class docs.
- Added setup.py, MANIFEST.in and PyPI_README.rst to enable pip installation and upload to PyPI.
- Added new images /docs/image/various_badges.svg with static badge images to improve README.rst load time.
- Reference as 1st Release in GitHub, PyPI (2020-02-05) and Zendodo (2020-02-12).
- Changed README.rst to show badges referenced in badge_fetch.rst.
- Changed README.rst to include pip install instructions.
- Multiple fixes to all documentation files.
- Implementation of PUB/SUB ZMQ messaging pattern (@bigdaddymax).
- Example of PUB/SUB ZMQ messaging pattern (@bigdaddymax).
- Example of HTTP Steaming Example (@bigdaddymax).
- Helpful fork: Add timeouts to
ImageSender
to fix restarts or non-response ofImageHub
timeouts (@youngsoul).
- Multiple fixes to all documentation files.
- Substantial rewrite of API, to include and clean up PUB/SUB option docs.
- More detail and uniform formatting for docstrings and code snippets in docs.
- Additional tests and test docs.
- Multiple fixes to all documentation files.
- Restructured test files & testing documentation to make them consistent.
- First Commit of
imageZMQ
prototype to GitHub on Mar 3, 2018.
- First early prototype of
imageZMQ
posted as a GitHub Gist on Jan 9, 2016. - Gist is here.