Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
dee5fb5a
Commit
dee5fb5a
authored
Oct 21, 2019
by
Paul McCarthy
🚵
Browse files
DOC: changelog
parent
0f142411
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
dee5fb5a
...
...
@@ -2,6 +2,37 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
2.7.0 (Under development)
-------------------------
Added
^^^^^
* New ``until`` option to the :func:`.idle.block` function.
* New :meth:`.Idle.neverQueue` setting, which can be used to force all
tasks passed to :func:`.idle.idle` to be executed synchronously.
Changed
^^^^^^^
* Internal reorganisation inm the :mod:`.idle` module.
Deprecated
^^^^^^^^^^
* :func:`.idle.inIdle` - replaced by :meth:`.IdleLoop.inIdle`.
* :func:`.idle.cancelIdle` - replaced by :meth:`.IdleLoop.cancelIdle`.
* :func:`.idle.idleReser` - replaced by :meth:`.IdleLoop.idleReset`.
* :func:`.idle.getIdleTimeout` - replaced by :meth:`.IdleLoop.callRate`.
* :func:`.idle.setIdleTimeout` - replaced by :meth:`.IdleLoop.callRate`.
2.6.2 (Monday 7th October 2019)
-------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment