Releases: soda480/mpcurses
Releases · soda480/mpcurses
v0.5.0
- use on_ methods for screen process update
- fix Dockerfile warnings
- update build classifiers
- fix examples
- add support for Python v12
v0.4.3
- update supported Python versions
v0.4.2
- add ability to build against all targeted Python versions
- update
mpmq
requirement version
v0.4.0
- Update build for Python 3.9
- Convert offset to integer
- Add completed_processes attribute
v0.3.0
- Add github pages documentation
- Add examples for counters and progress bars
- Add base class for MPcontroller
- Update MPcurses as a subclass of MPcontroller
v0.2.5
- Update build add pybuilder plugins for radon and bandit
v0.2.4
- update
get_process_data
to assign process_data and shared_data
- init adds started date timestamp
v0.2.3
- Add
get_process_data
parameter to MPcurses which allows mpcurses to call function to get process data after screen has been initialized - making processing appear more seamless