Skip to content

Latest commit

 

History

History
132 lines (86 loc) · 5.53 KB

CHANGELOG.rst

File metadata and controls

132 lines (86 loc) · 5.53 KB

Changelog

0.2.4 (2024-09-23)

New:

Fix:

0.2.3 (2024-08-21)

New:

Fixes:

0.2.2 (2024-07-17)

New:

Fix:

  • Remove internal uses of deprecated workspace.model

0.2.1 (2024-06-28)

Fixes:

0.2.0 (2024-06-28)

New:

  • Model configuration can now be created from scratch and be used in training requests.
  • Training-data subsets can now be assigned to None. Options Ignored and Validation are retired.

Fixes:

  • Fixed bug when uploading large files. Large files can now be uploaded.
  • Fixed bug when listing prediction without current_workspace being set.

0.1.7 (2024-04-30)

New:

Fixes:

  • Reestablish python 3.9 compatibility.
  • Bump wakepy lib to fix errors when not able to prevent sleep during optimization.

0.1.6 (2024-04-25)

New:

Fixes:

0.1.5 (2024-04-15)

0.1.4 (2024-02-26)

  • Less verbose sse disconnects
  • Fix client config vars being described two times
  • Fix type/KeyError in workspace.model.post_processings
  • Fix monitor_callback interface not respected in upload_file_with_presigned_post
  • Fix README indentation

0.1.3 (2024-02-02)

Fix config args not taken into account if a config file is not found

0.1.2 (2024-01-24)

Fix training data upload_folder method

0.1.1 (2024-01-19)

Fix badges

0.1.0 (2024-01-19)

Initial release