- Mar 12, 2024
-
-
IMBERT Matthieu authored
-
- Jan 25, 2023
-
-
IMBERT Matthieu authored
-
- Mar 31, 2021
-
-
IMBERT Matthieu authored
-
- Dec 03, 2018
-
-
IMBERT Matthieu authored
-
- Nov 27, 2017
-
-
IMBERT Matthieu authored
-
- Jun 09, 2017
-
- May 27, 2016
-
-
IMBERT Matthieu authored
-
- May 23, 2016
-
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
-
- May 18, 2016
-
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
-
- Jan 25, 2016
-
- Sep 02, 2015
-
-
IMBERT Matthieu authored
-
- Apr 04, 2014
-
-
IMBERT Matthieu authored
-
- Apr 03, 2014
-
-
IMBERT Matthieu authored
-
- Apr 02, 2014
-
-
IMBERT Matthieu authored
-
- Mar 13, 2014
-
-
IMBERT Matthieu authored
exceptions (return False from __exit__) in _openlock context manager
-
- Feb 21, 2014
-
-
IMBERT Matthieu authored
-
- Jan 29, 2014
-
-
IMBERT Matthieu authored
utils and make them usable in a more general context
-
- Jan 23, 2014
-
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
-
- Jan 10, 2014
-
-
IMBERT Matthieu authored
level to INFO. one exception: left one log with level info in planning in show_resources which is explicitely printing.
-
- May 23, 2013
-
-
IMBERT Matthieu authored
allows comparing HashableDict to over objects, and allows finding equal a HashableDict and a dict with the same content.
-
- Mar 01, 2013
-
-
IMBERT Matthieu authored
[execo_engine] ParamSweeper: fix fopen mode a+ does not read at beginning on darwin (and bsd probably)
-
- Feb 20, 2013
-
-
IMBERT Matthieu authored
needed for filtering efficiently
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
-
- Feb 18, 2013
-
-
IMBERT Matthieu authored
skipped / inprogress / done for computing stats
-
- Feb 09, 2013
-
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
bugfix: inprogress not correctly read (wrong filepos) in full_update optim: inprogress not loaded 2 times when incremental update fails and reverts to full_update
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
because if returning the real class member, client code can easily run in situations where it uses the iterable returned (eg. iterating over it) while it is concurrently modified by another thread
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
in particular: errors that may arise when killing a ParamSweeper when it is writing to disk. inprogress will be lost, but only that last written done will be lost. And future run will self heal the files (truncate the buggy part)
-
IMBERT Matthieu authored
done, remaining, inprogress, skipped are now consistenly maintained, not recomputed continuously *important* storage format of done changes: it was a pickled set, it is now the concatenation of individual pickled combinations
-
- Jan 31, 2013
-
-
IMBERT Matthieu authored
-
- Jan 23, 2013
-
-
IMBERT Matthieu authored
-
IMBERT Matthieu authored
-