Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Downloadable from our Releases page

Changes for Version 2.16.0:

...

  • Performance enhancements
    • [ECC-1029] - Python3 bindings: Type checks on function arguments should be disabled by default
      In the new Python3 bindings, by default no type checking will be done on function arguments.
      If you wish to enable themthese checks, set the environment variable ECCODES_PYTHON_ENABLE_TYPE_CHECKS to 1.
      The type checking can add a significant overhead in cases where ecCodes functions are called many times.

...