Skip to content

v1.2

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 28 Jul 16:41
· 423 commits to master since this release
b64a87f

changes

  • the reader-function in rt1.rtprocess is now called without dict-unpacking!!
    (e.g. via reader(reader_args) instead of reader(**reader_args))
    ! this might require modifications in existing scripts !

fixes

  • correct parsing of None in rt1.rtparse
  • multiprocessing pool initializer also executed in single core processing (for debug)
  • rt1.rtprocess now uses warnings.warn instead of print for general messages

new

  • convenience-method interpolate_to_index() added to rt1.genreal_functions