Nox v2021.10.1 Release Notes

  • ๐Ÿ†• New features:

    • โž• Add session.warn to output warnings (#482)
    • โž• Add a shared session cache directory (#476)
    • โž• Add session.invoked_from (#472)

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ”Š Conda logs now respect nox.options.verbose (#466)
    • โž• Add session.notify example to docs (#467)
    • โž• Add friendlier message if no noxfile.py is found (#463)
    • ๐Ÿ“„ Show the noxfile.py docstring when using nox -l (#459)
    • ๐Ÿ“„ Mention more projects that use Nox in the docs (#460)

    Internal changes:

    • ๐Ÿšš Move configs into pyproject.toml or setup.cfg (flake8) (#484)
    • Decouple test_session_completer from project level noxfile (#480)
    • โš™ Run Flynt to convert str.format to f-strings (#464)
    • โž• Add python 3.10.0-rc2 to GitHub Actions (#475, #479)
    • ๐Ÿ— Simplify CI build (#461)
    • ๐Ÿ‘ท Use PEP 517 build system, remove setup.py, use setup.cfg (#456, #457, #458)
    • โฌ†๏ธ Upgrade to mypy 0.902 (#455)

    Special thanks to our contributors:

    • @henryiii
    • @cjolowicz
    • @FollowTheProcess
    • @franekmagiera
    • @DiddiLeija