Project

General

Profile

cdo.{rb,py} Version 1.3.0 released

Added by Ralf Mueller about 8 years ago

New Features and Fixes:

  • logging commands to external file or memory (python and ruby examples)
  • support for upcoming CDO release 1.7.1
  • [ruby] new object oriented interface
    • requires ruby-2.x
    • is thread safe
    • is the new default interface when calling
      require 'cdo'
  • [ruby] old module interface is still available by using
    require 'cdo_lib'
  • fix unicode-related bug for python2 (thanks to Sebastian Illing)

Comments