- Aug 01, 2016
-
-
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
-
Paul McCarthy authored
-
- Jun 26, 2016
-
-
Paul McCarthy authored
-
- Jun 20, 2016
-
-
Paul McCarthy authored
platform module.
-
Paul McCarthy authored
-
- Jun 16, 2016
-
-
Paul McCarthy authored
be executed.
-
Paul McCarthy authored
-
- Jun 15, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
of coverage, but overlap on some dimensions.
-
Paul McCarthy authored
Bugfix in ImageWrapper.calcExpansion - could not handle slice outside of coverage, but overlapping with some dimensions. Initial support in Image class for data editing.
-
- Jun 14, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
regions are specified with nan (which can't be represented as uint32).
-
Paul McCarthy authored
-