Menu

Commit [r15409]  Maximize  Restore  History

Another big redesign of the multi-processor package public API.

The processor module has been split into two. It now only contains the Processor base class.
All other functions and classes have been shifted into the api module. The actual API is in the
__init__ module which, via imports from the api module, presents the following to the user:

- Memo
- Result_command
- Slave_command
- load_multiprocessor
- Application_callback
- Processor_box

The API will still require significant simplification and abstraction to increase the usability
of the multi-processor by the parent program.

bugman 2012-02-29

changed /1.3/multi/__init__.py
changed /1.3/multi/commands.py
changed /1.3/multi/multi_processor_base.py
changed /1.3/multi/processor.py
copied /1.3/multi/processor.py -> /1.3/multi/api.py
changed /1.3/multi/uni_processor.py
changed /1.3/specific_fns/model_free/multi_processor_commands.py
/1.3/multi/__init__.py Diff Switch to side-by-side view
Loading...
/1.3/multi/commands.py Diff Switch to side-by-side view
Loading...
/1.3/multi/multi_processor_base.py Diff Switch to side-by-side view
Loading...
/1.3/multi/processor.py Diff Switch to side-by-side view
Loading...
/1.3/multi/uni_processor.py Diff Switch to side-by-side view
Loading...
/1.3/specific_fns/model_free/multi_processor_commands.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.