|
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 |
2 | 32 |
|
3 | 33 | ## Version 0.1.1 |
4 | 34 | - Migrated CI/CD from self-hosted to GitHub-hosted runners |
|
0 commit comments