Releases: whythawk/whyqd
Releases · whythawk/whyqd
1.2.1
- Ray dependency minor refactor
1.2.0
- Upgrading Pydantic from version 1 to 2. This is not backwardly compatible.
- Modify all
model
definitions to comply with Pydantic updates.
- Upgrading Modine and Ray.
- Fix tests effected by updates.
- Minor updates to documentation.
- No functional or API changes.
1.1.6
- Changing ReadTheDocs settings to build from poetry.lock in hopes of ensuring pinned dependences.
1.1.5
- Changing ReadTheDocs settings to build from
poetry.lock
in hopes of ensuring pinned dependences.
1.1.4
- Updated docs to include a new Tutorial 5.
1.1.3
- Continuing to improve exception error messages to be more helpful.
1.1.2
- Improved
CATEGORISE
action parser to handle greater variety of text edge cases (especially comma-separated terms).
- More helpful error messages for
TypeError
coercion problems where a specified type mismatch occurs.
1.1.1
- Fixes for where source field names include special characters (newlines / tabs) or characters used in scripts. As whyqd is used more this may need thorough review.
1.1.0
- Fixes to tests and bumped to 1.1.0
1.0.9
- Added in new
usdate
data type which supports automatic date type coersion from US date formats (MM-DD-YYYY
).
- New
COLLATE
action permitting scripts which collate a column-wise list of fields into an ordered array
data type.
- Updated all dependencies, which necessitated a bump to the minimum supported Python version being 3.9.
- New tutorial to demonstrate the
COLLATE
and usdate
features.
- Ray settings for initialisation will now be more forgiving. You don't need to provide default values.