Skip to content

Releases: whythawk/whyqd

1.2.8

18 Apr 22:05

Choose a tag to compare

  • Null guard on parse_string to prevent accidentical coercion of pd.NA to '<NA>'.

1.2.7

16 Apr 11:53

Choose a tag to compare

  • Fixed brittle reference to WHYQD_SPILLWAY temporary directory

1.2.6

16 Apr 11:39

Choose a tag to compare

  • Fixed brittle reference to WHYQD_SPILLWAY temporary directory

1.2.5

30 Sep 15:50

Choose a tag to compare

  • Fixed date parser error when date is an int POSIX timestamp.

1.2.4

29 Sep 08:37

Choose a tag to compare

  • Fixed date parser error when date is an int POSIX timestamp.

1.2.3

12 Sep 14:12

Choose a tag to compare

  • Minor change in Ray dependency.

1.2.2

11 Sep 09:11

Choose a tag to compare

  • Fix to ISO date conversion where string is already in ISO-format.
  • Ray dependency fix where checking for location of temporary directory.

1.2.1

19 Jul 10:49

Choose a tag to compare

  • Ray dependency minor refactor

1.2.0

13 Mar 20:21

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

Choose a tag to compare

  • Changing ReadTheDocs settings to build from poetry.lock in hopes of ensuring pinned dependences.