Skip to content

Releases: whythawk/whyqd

1.2.1

19 Jul 10:49
Compare
Choose a tag to compare
  • Ray dependency minor refactor

1.2.0

13 Mar 20:21
Compare
Choose a tag to compare
  • 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

10 Feb 08:09
Compare
Choose a tag to compare
  • Changing ReadTheDocs settings to build from poetry.lock in hopes of ensuring pinned dependences.

1.1.5

10 Feb 07:57
Compare
Choose a tag to compare
  • Changing ReadTheDocs settings to build from poetry.lock in hopes of ensuring pinned dependences.

1.1.4

09 Feb 14:39
Compare
Choose a tag to compare
  • Updated docs to include a new Tutorial 5.

1.1.3

08 Mar 14:51
Compare
Choose a tag to compare
  • Continuing to improve exception error messages to be more helpful.

1.1.2

08 Mar 10:53
Compare
Choose a tag to compare
  • 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

12 Feb 11:25
Compare
Choose a tag to compare
  • 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

12 Dec 20:32
Compare
Choose a tag to compare
  • Fixes to tests and bumped to 1.1.0

1.0.9

12 Dec 18:25
Compare
Choose a tag to compare
  • 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.