Skip to content

Commit 24fad27

Browse files
committed
bump version
1 parent 23ff78a commit 24fad27

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![test](https://github.com/fourkind/daffy/workflows/test/badge.svg)
55
[![codecov](https://codecov.io/gh/vertti/daffy/graph/badge.svg?token=00OL75TW4W)](https://codecov.io/gh/vertti/daffy)
66

7-
## Description
7+
## Description
88

99
Working with DataFrames often means passing them through multiple transformation functions, making it easy to lose track of their structure over time. DAFFY adds runtime validation and documentation to your DataFrame operations through simple decorators. By declaring the expected columns and types in your function definitions, you can:
1010

@@ -35,7 +35,7 @@ Install with your favorite Python dependency manager like
3535
pip install daffy
3636
```
3737

38-
## Usage
38+
## Usage
3939

4040
Start by importing the needed decorators:
4141

@@ -185,6 +185,10 @@ MIT
185185

186186
## Changelog
187187

188+
### 0.9.4
189+
190+
- Fix to strict flag loading when tool config was missing
191+
188192
### 0.9.3
189193

190194
- Add configuration system to set default strict mode in pyproject.toml
@@ -238,7 +242,7 @@ MIT
238242

239243
### 0.2.1
240244

241-
- Added Pypi classifiers.
245+
- Added Pypi classifiers.
242246

243247
### 0.2.0
244248

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "daffy"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
description = "Function decorators for Pandas and Polars Dataframe column name and data type validation"
55
authors = [
66
{ name="Janne Sinivirta", email="[email protected]" },

0 commit comments

Comments
 (0)