##// END OF EJS Templates
rename call methods to transform and postprocess...
rename call methods to transform and postprocess - The `call` methods for nbconvert transformers has been renamed to `transform`. - The `call` methods of nbconvert post-processsors have been renamed to `postprocess`. pinging @Carreau and @jdrefer, who probably knows who'd be affected by this change... maybe @damianavila, @jakevdp

File last commit:

r12218:19e43d9d
r12218:19e43d9d
Show More
development.rst
16 lines | 461 B | text/x-rst | RstLexer

Development version

This document describes in-flight development work.

Backwards incompatible changes

  • Python 2.6 and 3.2 are no longer supported: the minimum required Python versions are now 2.7 and 3.3.
  • The call methods for nbconvert transformers has been renamed to transform.
  • The call methods of nbconvert post-processsors have been renamed to postprocess.