Download Latest Version v2.3.0 source code.tar.gz (444.6 kB)
Email in envelope

Get an email when there's a new version of Cookiecutter Data Science

Home / v2.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-03-10 1.2 kB
v2.1.0 source code.tar.gz 2025-03-10 440.6 kB
v2.1.0 source code.zip 2025-03-10 472.1 kB
Totals: 3 Items   913.9 kB 1

What's Changed

  • Changed linting and formatting to be a new configuration choice (Discussion #374)
  • Added support for Ruff as a new option.
  • Changed the default choice to be Ruff.
  • Changed the previous behavior to be named "flake8+black+isort".
  • Fixed pyproject.toml to correctly set isort configuration. Previously, configuration was being set for ruff.lint.isort instead of for isort, even though isort was installed and used by make lint.
  • Fixed obsolete [tool.ruff.lint.isort] configuration key names that used underscores instead of hyphens. (Issue #388)
  • Changed import sorting in generated code scaffold to match the generated isort configuration.
  • Added support for uv pip as an environment manager option (Discussion #403)

New Contributors

Full Changelog: https://github.com/drivendataorg/cookiecutter-data-science/compare/v2.0.1...v2.1.0

Source: README.md, updated 2025-03-10