All Versions
48
Latest Version
Avg Release Cycle
142 days
Latest Release
1001 days ago

Changelog History
Page 4

  • v0.16.1 Changes

    May 13, 2012
    • ๐Ÿ›  fix multiprocessing/parallel bug
    • ๐Ÿ›  fix unicode bug on tools.config_changed
    • convert tools uptodate stuff to a class, so it can be used with multi-processing
  • v0.16.0 Changes

    April 23, 2012
    • โž• added task parameter basename
    • โž• added support for task generators yield nested python generators
    • doit process return value 3 in case tasks do start executing (reporter is not used)
    • task parameter getargs take a tuple with 2 values (task_id, key_name)
    • DEPRECATE getargs being specified as .
    • getargs can take all values from task if specified as (task_id, None)
    • getargs will pass values from all sub-tasks if specified task is a group task
    • ๐Ÿ‘ result_dep on PythonAction support checking for dict values
    • โž• added doit.tools.PythonInteractiveAction
  • v0.15.0 Changes

    January 10, 2012
    • โž• added option --db-file (#909520)
    • โž• added option --no-continue (#586651)
    • โž• added genstandalone.py to create a standalone doit script (#891935)
    • ๐Ÿ›  fix doit.tools.set_trace to not modify sys.stdout
  • v0.14.0 Changes

    November 05, 2011
    • โž• added tools.InteractiveAction (#865290)
    • bash completion script
    • ๐Ÿ‘ sub-command list: tasks on alphabetical order, better formatting (#872829)
    • ๐Ÿ›  fix uptodate to accept instance methods callables (#871967)
    • โž• added command line option --seek-file
    • added tools.check_unchanged_timestamp (#862606)
    • ๐Ÿ›  fix bug subclasses of BaseAction should get a task reference
  • v0.13.0 Changes

    July 18, 2011
    • ๐ŸŽ performance speed improvements
    • ๐Ÿ›  fix bug on unicode output when task fails
    • ConsoleReporter does not output task's title for successful tasks that start with an _
    • โž• added tools.config_changed (to be used with uptodate)
    • teardown actions are executed in reverse order they were registered
    • โž• added doit.get_var to get variables passed from command line
    • getargs creates implicit "setup" task not a "task_dep"
  • v0.12.0 Changes

    May 29, 2011
    • ๐Ÿ›  fix bug #770150 - error on task dependency from target
    • ๐Ÿ›  fix bug #773579 - unicode output problems
    • task parameter uptodate accepts callables
    • deprecate task attribute run_once. use tools.run_once on uptodate instead
    • โž• added doit.tools.timeout
  • v0.11.0 Changes

    April 20, 2011
    • ๐Ÿ‘ no more support for python2.4
    • ๐Ÿ‘Œ support for python 3.2
    • ๐Ÿ›  fix bug on unicode filenames & unicode output (#737904)
    • ๐Ÿ›  fix bug when using getargs together with multiprocess (#742953)
    • ๐Ÿ›  fix for dumbdbm backend
    • ๐Ÿ›  fix task execution order when using "auto" command
    • ๐Ÿ›  fix getargs when used with sub-tasks
    • ๐Ÿ›  fix calc_dep when used with "auto" command
    • ๐Ÿ‘ "auto" command now support verbosity control option
  • v0.10.0 Changes

    January 24, 2011
    • โž• add task parameter "uptodate"
    • โž• add task parameter "run_once"
    • ๐Ÿ—„ deprecate file_dep bool values and None
    • ๐Ÿ›  fix issues with error reporting for JSON Reporter
    • "Reporter" API changes
    • 0๏ธโƒฃ ".doit.db" now uses a DBM file format by default (speed optimization)
  • v0.9.0 Changes

    June 08, 2010
    • ๐Ÿ‘Œ support for dynamic calculated dependencies "calc_dep"
    • ๐Ÿ‘Œ support for user defined reporters
    • ๐Ÿ‘Œ support "auto" command on mac
    • ๐Ÿ›  fix installer on mac. installer aware of different python versions
    • deprecate 'dependencies'. use file_dep, task_dep, result_dep.
  • v0.8.0 Changes

    May 16, 2010
    • ๐Ÿ‘ parallel execution of tasks (multi-process support)
    • sub-command "list" option "--deps", show list of file dependencies
    • โœ… select task by wildcard (fnmatch) i.e. test:folderXXX/*
    • task-setup can be another task
    • task property "teardown" substitute of setup-objects cleanup
    • ๐Ÿ—„ deprecate setup-objects