Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Quantco/dataframely

v2.0.0

27 Oct 19:08
c6bd8e4

Choose a tag to compare

What's Changed

Check out the migration guide ♻️

⚠️ Breaking Changes

  • Make @dy.rule decorator apply to classmethods by @borchero in #198
  • Remove support for reading collection metadata from schema.json by @borchero in #201
  • Rename sql_schema to sqlalchemy_columns and prefix all conversion functions with to_ by @borchero in #183
  • Split allow_inf_nan rule on floats by @borchero in #182
  • Rename filter_relationship_one_to_one to require_relationship_one_to_one and add drop_unique parameter by @delsner in #67
  • Make columns non-nullable by default by @AndreasAlbertQC in #174
  • Raise error on nullable primary key by @AndreasAlbertQC in #173
  • Rename primary_keys to primary_key by @borchero in #85
  • Discontinue most parts of mypy plugin by @delsner in #103

✨ New Features

🐞 Bug Fixes

  • Replace \d with [0-9] in regexes to avoid sampling non-ascii digits by @delsner in #149

📚 Documentation

⚙️ Automation

🛠 Builds

📦 Refactorings

  • Make @dy.rule decorator apply to classmethods by @borchero in #198
  • Remove support for reading collection metadata from schema.json by @borchero in #201
  • Rename sql_schema to sqlalchemy_columns and prefix all conversion functions with to_ by @borchero in #183
  • Split allow_inf_nan rule on floats by @borchero in #182
  • Rename filter_relationship_one_to_one to require_relationship_one_to_one and add drop_unique parameter by @delsner in #67
  • Rename primary_keys to primary_key by @borchero in #85
  • Discontinue most parts of mypy plugin by @delsner in #103

♻️ Chores

Full Changelog: v1.14.0...v2.0.0

v1.14.0

09 Oct 10:00
bcebfc8

Choose a tag to compare

What's Changed

✨ New Features

🐞 Bug Fixes

📚 Documentation

⚙️ Automation

♻️ Chores

Full Changelog: v1.13.0...v1.14.0

v1.13.0

26 Sep 06:32
5d1c4d7

Choose a tag to compare

What's Changed

✨ New Features

  • Support Dataframes as Fields in Pydantic Models by @ytausch in #148

Full Changelog: v1.12.1...v1.13.0

v1.12.1

23 Sep 10:11
fbecd10

Choose a tag to compare

What's Changed

🐞 Bug Fixes

⚙️ Automation

Full Changelog: v1.12.0...v1.12.1

v1.12.0

15 Sep 11:54
56b2f86

Choose a tag to compare

What's Changed

✨ New Features

🐞 Bug Fixes

Full Changelog: v1.11.0...v1.12.0

v1.11.0

09 Sep 12:47
22f4b7d

Choose a tag to compare

What's Changed

✨ New Features

  • Extend allowed types of the categories arg of dy.Enum by @jjurm in #138

Full Changelog: v1.10.0...v1.11.0

v1.10.0

05 Sep 13:13
f303b3b

Choose a tag to compare

What's Changed

✨ New Features

🐞 Bug Fixes

  • Correctly handle min and max bounds less than 1 for Decimal by @jhall-bp in #131

⚙️ Automation

📦 Refactorings

♻️ Chores

Full Changelog: v1.9.0...v1.10.0

v1.9.0

20 Aug 11:38
d8916e8

Choose a tag to compare

What's Changed

✨ New Features

🐞 Bug Fixes

🏎️ Performance Improvements

  • Simplify filter evaluation for collections by @borchero in #119

📦 Refactorings

Full Changelog: v1.8.2...v1.9.0

v1.8.2

09 Aug 22:46
301c076

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Correctly deserialize collections from schema by @borchero in #116

Full Changelog: v1.8.1...v1.8.2

v1.8.1

08 Aug 13:50
8937a3a

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Correctly import optional sqlalchemy dependency by @borchero in #115

Full Changelog: v1.8.0...v1.8.1