We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d3b06 commit 4c5e0aeCopy full SHA for 4c5e0ae
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.14.0
6
+
7
+- Improve df_in error messages to include parameter names
8
9
## 0.13.1
10
11
- Update documentation
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "daffy"
-version = "0.13.1"
+version = "0.14.0"
description = "Function decorators for Pandas and Polars Dataframe column name and data type validation"
authors = [
{ name="Janne Sinivirta", email="[email protected]" },
0 commit comments