- Sep 22, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Sep 21, 2016
-
-
Paul McCarthy authored
when both q/sforms are unknown. Otherwise should default to nibabel. Also added method to MelodicClassification to return all labels.
-
- Sep 20, 2016
-
-
Paul McCarthy authored
multiple topics to be specified.
-
- Sep 19, 2016
-
-
Paul McCarthy authored
instead of props.
-
- Sep 18, 2016
-
-
Paul McCarthy authored
given topic.
-
- Sep 16, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Sep 15, 2016
-
-
Paul McCarthy authored
-
- Sep 14, 2016
-
-
Paul McCarthy authored
passed through to listener functions.
-
- Sep 13, 2016
-
-
Paul McCarthy authored
-
- Sep 12, 2016
-
-
Paul McCarthy authored
-
- Sep 03, 2016
-
-
Paul McCarthy authored
a warning if the sub-class is also a HasProperties, because both classes define a 'notify' method, which could be super confusing.
-
- Sep 02, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
anymore, and might get deleted.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Sep 01, 2016
-
-
Paul McCarthy authored
of lenght 1.
-
- Aug 31, 2016
-
-
Paul McCarthy authored
-
- 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
-
- 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.
-