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 90afca9 commit c92fa04Copy full SHA for c92fa04
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.12.0
6
+
7
+- Add support for regex patterns used with column dtype validation
8
9
## 0.11.0
10
11
- Update function parameter types for better type safety
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "daffy"
-version = "0.11.0"
+version = "0.12.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