You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# cookiecutter-data-science Changelog
2
2
3
-
## UNRELEASED
3
+
## v2.2.0 (2025-03-23)
4
+
5
+
- Added `pyproject.toml` as a dependencies file format option. (PR [#436](https://github.com/drivendataorg/cookiecutter-data-science/pull/436))
6
+
- Added choice to include scaffolding for tests, with pytest and unittest as options. (PR [#447](https://github.com/drivendataorg/cookiecutter-data-science/pull/447))
7
+
- Fixed `requires-python` in `pyproject.toml` to correctly reflect the selected Python version. (PR [#446](https://github.com/drivendataorg/cookiecutter-data-science/pull/446))
4
8
5
9
## v2.1.0 (2025-03-10)
6
10
@@ -21,4 +25,4 @@
21
25
22
26
## v2.0.0 (2024-05-22)
23
27
24
-
- Released version 2.0.0! :tada: See [docs](https://cookiecutter-data-science.drivendata.org/) and [announcement blog post](https://drivendata.co/blog/ccds-v2) for more information.
28
+
- Released version 2.0.0! :tada: See [docs](https://cookiecutter-data-science.drivendata.org/) and [announcement blog post](https://drivendata.co/blog/ccds-v2) for more information.
0 commit comments