Skip to content

v0.0.40

Compare
Choose a tag to compare
@riga riga released this 05 Aug 13:07
· 804 commits to master since this release

Features and updates

  • Add unique flag to CSVParameter. (ec151e1)
  • Add profiling contrib package with profile_by_line decorator. (335f870)
  • Add deregister to BaseTask. (0a76c56)
  • Add available_packages to law.contrib. (872aab9)
  • Add is_iterable and make_unique to util. (9ab2a7f)
  • Add get_cmdline_arg to parser, update flag_to_bool util. (718ff75)
  • Add ipython base task. (fecfaa5)
  • Require luigi>=2.8.2. (51d0092)
  • Add interrupt_callback and kill_timeout to util.interruptable_popen. (6f3e7d7)

Improvements and fixes

  • Identify IPython output stream as tty handler. (ce25088)
  • Refactor handling of local-scheduler flag in docker and singularity sandboxes. (9c3bb2f)
  • Add flag to remote file system for using caching. (a4bf003)
  • Add scheduler flag to publish_message method. (3414fa0)
  • Forward keyboard interrupts to docker sandboxes. (8cb0092)
  • Fix syntax of replacing directories when forwarding volumes into sandboxes. (fb2e135)
  • Disable pip caching in docker images. (e3913a4)
  • More verbose error on failing imports in law run. (6208c0b)
  • Disentangle docs requirements. (33635cf)
  • Consistent handling of target directory creation. (dcefd94)