April 24, 2020
View 384f409

add a previously failing test

Bas Nijholt authored on 24/04/2020 18:59:08
View 5754320

Merge pull request #268 from python-adaptive/unhashable-runner-points

Bas Nijholt authored on 24/04/2020 18:06:53 • GitHub committed on 24/04/2020 18:06:53
View c7a12a4

add a comment about using a generator expression

Bas Nijholt authored on 24/04/2020 18:05:45
View 5ba052c

rename _pending_pids → _pending_tasks

Bas Nijholt authored on 23/04/2020 12:42:12
View 2c9caa3

rename _pending_points -> _pending_pids

Bas Nijholt authored on 23/04/2020 12:07:39
View 8eb178a

do not do the entire loop but only until "n"

Bas Nijholt authored on 22/04/2020 23:17:45
View 8a6249f

remove _key_by_value

Bas Nijholt authored on 22/04/2020 23:00:23
View a2ac197

introduce a property pending_points which is a list of tuples and fix docs

Bas Nijholt authored on 22/04/2020 22:57:22
View 540b13f

make pending_points a mapping of future -> pid

Bas Nijholt authored on 22/04/2020 22:52:17
View c9c223d

move pid logic to _ask

Bas Nijholt authored on 22/04/2020 20:36:56
View 58f7b39

use partial(next, itertools.count()) to generate unique ids

Bas Nijholt authored on 22/04/2020 20:14:51
View d1fd55a

rename _index_to_point -> _id_to_point

Bas Nijholt authored on 22/04/2020 20:09:03
View c50e52f

use that runner.tracebacks is a list of tuples

Bas Nijholt authored on 17/04/2020 10:48:41
View 2f1f2bc

raise StopIteration because it is clearer than checking for None

Bas Nijholt authored on 17/04/2020 10:30:24
View 4b990d0

use next in _key_by_value

Bas Nijholt authored on 17/04/2020 10:27:06