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 7a0e7aa commit 15cd40bCopy full SHA for 15cd40b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.14.1
6
+
7
+- Internal code quality improvements
8
9
## 0.14.0
10
11
- Improve df_in error messages to include parameter names
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "daffy"
-version = "0.14.0"
+version = "0.14.1"
description = "Function decorators for Pandas and Polars Dataframe column name and data type validation"
authors = [
{ name="Janne Sinivirta", email="[email protected]" },
0 commit comments