Skip to content

Commit 0170ac5

Browse files
authored
Merge pull request #7 from getyourguide/release-please--branches--main--components--dataframe-expectations
chore(main): release dataframe-expectations 0.2.0
2 parents e0b8240 + 983d11b commit 0170ac5

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22

3-
on: [push]
3+
on:
4+
push:
5+
pull_request:
46

57
permissions:
68
contents: write

.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.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
1-
# Changelog dataframe-expectations
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/getyourguide/dataframe-expectations/compare/dataframe-expectations-v0.1.1...dataframe-expectations-v0.2.0) (2025-11-08)
4+
5+
6+
### Features
7+
8+
* call expectation functions dynamically, includes registry refactoring ([ecc2328](https://github.com/getyourguide/dataframe-expectations/commit/ecc23287ab47969711383176dae40252fcd27460))
9+
10+
11+
### Bug Fixes
12+
13+
* added more badges to readme ([5447db1](https://github.com/getyourguide/dataframe-expectations/commit/5447db199d7d883234d243dee029b6444e38d64f))
14+
* added more badges to readme ([6c1b0bf](https://github.com/getyourguide/dataframe-expectations/commit/6c1b0bf4031ab5c5b66e82fe91424033452b7347))
15+
* added publishing and release workflows ([3f89e95](https://github.com/getyourguide/dataframe-expectations/commit/3f89e950b9b2a9fdae844ad082c75e5329425722))
16+
* added publishing and release workflows ([fd1308b](https://github.com/getyourguide/dataframe-expectations/commit/fd1308bc33f52de1b6aa5b520d9674e1e7374e9d))
17+
* convert expectation category to str while generating stubs ([122872b](https://github.com/getyourguide/dataframe-expectations/commit/122872be9873c8145d58f2a9cf8e80cc75c478bc))
18+
* handle pandas DataFrame.map() compatibility for older versions ([cbbf9f1](https://github.com/getyourguide/dataframe-expectations/commit/cbbf9f14acb4fd5c7f8438b81fea4297bd23284d))
19+
* pinned action commit hashes, updated pr template ([f7b731f](https://github.com/getyourguide/dataframe-expectations/commit/f7b731fd3377086b328be12ab533522fc4cc1afb))
20+
* update sanity_checks scripts to accomodate dynamic calls to expectation functions ([4d80f7a](https://github.com/getyourguide/dataframe-expectations/commit/4d80f7a35773df4ef0d35d04806eaa02e57c7901))
21+
* updated release-please hash to approve version ([9a0b793](https://github.com/getyourguide/dataframe-expectations/commit/9a0b7934e2342a743f84c77063b95fb0d21877f4))
22+
* updated release-please hash to approve version ([218e560](https://github.com/getyourguide/dataframe-expectations/commit/218e56057c0f7430dc15070bb6eac62c2ff78147))
23+
24+
25+
### Documentation
26+
27+
* update documentation ([dbbb449](https://github.com/getyourguide/dataframe-expectations/commit/dbbb4498ee2a1c2aac89814650ede8cb45bb504d))
28+
* update expectations_autodoc.py to remove API reference button on exp. cards ([a84b644](https://github.com/getyourguide/dataframe-expectations/commit/a84b6441834dd6cfda63157978b81fc75db1c957))
29+
* updated readme ([1e9a92c](https://github.com/getyourguide/dataframe-expectations/commit/1e9a92c61dba3718eac6360e7a02fe0d8b0fd054))
30+
31+
## Changelog dataframe-expectations
232

333
## Version 0.1.1
434
- Migrated CI/CD from self-hosted to GitHub-hosted runners

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.1.1"
3+
version = "0.2.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)