pypi jupytext 1.14.0
Version 1.14.0

latest releases: 1.16.2, 1.16.1, 1.16.0...
22 months ago

Changed

  • The Jupytext configuration file has a new option cm_config_log_level that defaults to info_if_changed.
    With that value, the contents manager will log a line regarding the configuration file used only when the
    config file is not the same as the one previously used (#959) -
    many thanks to R.C. Thomas for suggesting this and thoughtfully testing the patch.
  • Hidden configuration files like .jupytext.toml or .jupytext.py are now ignored by Jupytext's contents manager
    when allow_hidden=False (that option was introduced in jupyter_server==2.0.0a1) (#964).
  • We have changed jupytext --set-formats to make it more similar to jupytext --sync. Now --set-formats will not
    override existing paired files anymore (#969).

Added

  • We have added a test test_pre_commit_hook_sync_with_no_config that documents how to use the pre-commit hook without
    a configuration file (#967)

Don't miss a new jupytext release

NewReleases is sending notifications on new releases.