Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 12:07
· 3 commits to master since this release
cb905e6

Changes

This release brings a major API redesign: nox-poetry now ships its own @session decorator. Decorate your session functions with it, and session.install will use Poetry's lock file to pin dependencies. Thanks @brechtm for the initial idea!

This release deprecates the following functions and modules:

Deprecation Replacement
module patch @session
function install session.install
function installroot session.poetry.installroot
function build_package session.poetry.build_package
function export_requirements session.poetry.export_requirements

Read on for a complete list of changes.

🚀 Features

🔥 Removals and Deprecations

👷 Continuous Integration

📚 Documentation

  • Use intersphinx for links to pip and Nox docs (#267) @cjolowicz
  • docs: Invoke Nox inside the Poetry environment for testing (#264) @cjolowicz

🔨 Refactoring

📦 Dependencies