Skip to content

Commit 3441e91

Browse files
chore(main): release 1.0.0
1 parent 5567760 commit 3441e91

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/getyourguide/dataframe-expectations/compare/v0.3.0...v1.0.0) (2025-11-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The DataFrameExpectationsSuite API has changed. Users must now call .build() before .run().
9+
10+
### Features
11+
12+
* call expectation functions dynamically, includes registry refactoring ([ecc2328](https://github.com/getyourguide/dataframe-expectations/commit/ecc23287ab47969711383176dae40252fcd27460))
13+
* implement builder pattern for expectation suite runner ([66cf5a4](https://github.com/getyourguide/dataframe-expectations/commit/66cf5a4f77bb42cf784946df4250f1d8420c6b4d))
14+
15+
16+
### Bug Fixes
17+
18+
* added more badges to readme ([5447db1](https://github.com/getyourguide/dataframe-expectations/commit/5447db199d7d883234d243dee029b6444e38d64f))
19+
* added more badges to readme ([6c1b0bf](https://github.com/getyourguide/dataframe-expectations/commit/6c1b0bf4031ab5c5b66e82fe91424033452b7347))
20+
* added publishing and release workflows ([3f89e95](https://github.com/getyourguide/dataframe-expectations/commit/3f89e950b9b2a9fdae844ad082c75e5329425722))
21+
* added publishing and release workflows ([fd1308b](https://github.com/getyourguide/dataframe-expectations/commit/fd1308bc33f52de1b6aa5b520d9674e1e7374e9d))
22+
* convert expectation category to str while generating stubs ([122872b](https://github.com/getyourguide/dataframe-expectations/commit/122872be9873c8145d58f2a9cf8e80cc75c478bc))
23+
* enable CI on pull requests ([983d11b](https://github.com/getyourguide/dataframe-expectations/commit/983d11b6f99d56c480802e5e2aa6e8d19d1f8d82))
24+
* handle pandas DataFrame.map() compatibility for older versions ([cbbf9f1](https://github.com/getyourguide/dataframe-expectations/commit/cbbf9f14acb4fd5c7f8438b81fea4297bd23284d))
25+
* pinned action commit hashes, updated pr template ([f7b731f](https://github.com/getyourguide/dataframe-expectations/commit/f7b731fd3377086b328be12ab533522fc4cc1afb))
26+
* update release please config to generate simple tags ([185a308](https://github.com/getyourguide/dataframe-expectations/commit/185a308bb8e3582c0d5988e96dd4994beff0a5da))
27+
* update release please config to generate simple tags ([fe767c7](https://github.com/getyourguide/dataframe-expectations/commit/fe767c758d1b02042e8dc449ca924b349e9d5916))
28+
* update sanity_checks scripts to accomodate dynamic calls to expectation functions ([4d80f7a](https://github.com/getyourguide/dataframe-expectations/commit/4d80f7a35773df4ef0d35d04806eaa02e57c7901))
29+
* updated release-please hash to approve version ([9a0b793](https://github.com/getyourguide/dataframe-expectations/commit/9a0b7934e2342a743f84c77063b95fb0d21877f4))
30+
* updated release-please hash to approve version ([218e560](https://github.com/getyourguide/dataframe-expectations/commit/218e56057c0f7430dc15070bb6eac62c2ff78147))
31+
32+
33+
### Documentation
34+
35+
* add Spark session initialization to PySpark examples and update author info ([2b0cf25](https://github.com/getyourguide/dataframe-expectations/commit/2b0cf25363ddf245b9f1c42e01c11fc1e8a5909e))
36+
* overrigint release-please versioning from 1.0.0 to 0.3.0 ([c02b900](https://github.com/getyourguide/dataframe-expectations/commit/c02b900d98afa87e7d6f100697d37900008ac3ee))
37+
* update documentation ([dbbb449](https://github.com/getyourguide/dataframe-expectations/commit/dbbb4498ee2a1c2aac89814650ede8cb45bb504d))
38+
* update expectations_autodoc.py to remove API reference button on exp. cards ([a84b644](https://github.com/getyourguide/dataframe-expectations/commit/a84b6441834dd6cfda63157978b81fc75db1c957))
39+
* updated CHANGELOG.md with migration example ([d4c52e8](https://github.com/getyourguide/dataframe-expectations/commit/d4c52e88c84fdc7deac0de601152d4a54155b8b6))
40+
* updated readme ([1e9a92c](https://github.com/getyourguide/dataframe-expectations/commit/1e9a92c61dba3718eac6360e7a02fe0d8b0fd054))
41+
342
## [0.3.0](https://github.com/getyourguide/dataframe-expectations/compare/v0.2.0...v0.3.0) (2025-11-09)
443

544

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataframe-expectations"
3-
version = "0.3.0"
3+
version = "1.0.0"
44
description = "Python library designed to validate Pandas and PySpark DataFrames using customizable, reusable expectations"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)