- Aug 17, 2016
-
-
Paul McCarthy authored
-
- Aug 16, 2016
-
-
Paul McCarthy authored
instanceified. Image.isNeurological is now memoized.
-
- Aug 15, 2016
-
-
Paul McCarthy authored
-
- Aug 13, 2016
-
-
Paul McCarthy authored
-
- Aug 09, 2016
-
-
Paul McCarthy authored
-
- Aug 08, 2016
-
-
Paul McCarthy authored
-
- Aug 05, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Aug 04, 2016
-
-
Paul McCarthy authored
immediatelly re-run the idle loop.
-
Paul McCarthy authored
-
- Aug 03, 2016
-
-
Paul McCarthy authored
-
- Aug 02, 2016
-
-
Paul McCarthy authored
initialisation. Async.idle still honours after argument, even if a wx application is not running.
-
- Aug 01, 2016
-
-
Paul McCarthy authored
settings.read returns any specified default value even if there is no GUI.
-
Paul McCarthy authored
Platform.canHaveGui, can be used to tell whether we are able to create a GUI. Async modified to use platform.haveGui instead of performing its own test.
-
Paul McCarthy authored
-
- Jul 27, 2016
-
-
Paul McCarthy authored
already queued to be dropped. More useful when used through idleWhen.
-
Paul McCarthy authored
events (if user stops moving the mouse), meaning that idle tasks can get stuck in the idle queue, and not processed until the next UI event. Therefore, the idle loop now gets periodically called by a wx.Timer, in addition to via EVT_IDLE events.
-
Paul McCarthy authored
dictate when the actual function is called.
-
- Jul 26, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
keyword arguments.
-
Paul McCarthy authored
TaskThread also doesn't crash when an enqueued task raises an error.
-
- Jul 07, 2016
-
-
Paul McCarthy authored
-
- Jul 01, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
'intent' attribute.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 30, 2016
-
-
Paul McCarthy authored
- New cache module, which implements a simple in-memory cache. - Async module defines a 'mutex' decorator, which allows instance method access to be made mutually-exclusive
-
Paul McCarthy authored
-
Paul McCarthy authored
a new thread. 2. ImageWrapper marks its expand coverage task thread as a daemon.
-
- Jun 29, 2016
-
-
Paul McCarthy authored
because __taskThread attr does not exist.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
optionally be told to calculate data ranges on a separate thread.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 28, 2016
-
-
Paul McCarthy authored
to collapse many little expansions (that cover individual volumes) into a few larger ones (that cover many volumes).
-
Paul McCarthy authored
-
Paul McCarthy authored
equivalent expansions which pertain to adjacent vectors/slices/volumes.
-
- Jun 27, 2016
-
-
Paul McCarthy authored
-