Skip to content

Releases: Duet3D/dsf-python

3.7.0-beta.1

Choose a tag to compare

@AndyEveritt AndyEveritt released this 30 Jun 18:06

Changelog since 3.6.0

  • Bump version to 3.7.0-beta.1 (f6c02a8)
  • fix: release action branch (71e379c)
  • chore: update valid python versions (5e61ef8)
  • fix: OM communication method case (c3a6c2a)
  • fix: multiple instances of ObjectModel no longer share instances of some default variables (bb67ae8)
  • chore: update OM (7f6bac4)
  • Add CLA workflow (d955886)
  • feat: add expression array parsing (9b5b617)
  • fix: allow ModelCollection to have null elements if specified (1f2bf29)
  • feat: bring OM in sync with DSF and add more type safety (dd65857)
  • chore: standardise the OM property code - WIP (83d29dc)
  • chore: strict typing for backend (6a97045)
  • feat: add callback functionality for SubscribeConnection (bfbac98)
  • feat: add has_data_available() method to BaseConnection (f32425a)
  • chore: update OM to add new 3.7 fields (2ad6af7)
  • fix(requirements): replace git installation of stdeb with PyPI package (a9e0de4)
  • fix(CI): remove bdist_deb section from setup.cfg (87d42cb)
  • fix(CI): replace git installation of stdeb with PyPI package (2d5264c)
  • fix(CI): set up Python virtual environment for package installation (6e029ae)
  • fix(CI): update GH action to use Debian 12 (8101c8d)
  • fix(CI): use updated stdeb library (8a0d04a)
  • fix(deb): use xz compression (d70a012)

3.6.0

Choose a tag to compare

@AndyEveritt AndyEveritt released this 28 May 16:39

Changelog since 3.6.0-rc.3

3.6.0-rc.3

Choose a tag to compare

@AndyEveritt AndyEveritt released this 02 May 20:35

Changelog since 3.6.0-rc.2.post1

  • Bump version to 3.6.0-rc.3 (33e4af7)
  • feat(OM): add job.times_left.to_pause (a44e6c3)
  • fix(OM): extr_temp_boost and extr_pwm_boost can be null (f994dc6)
  • fix(OM): analog sensor type typos (911e04e)

3.6.0-rc.2.post1

Choose a tag to compare

@AndyEveritt AndyEveritt released this 15 Apr 14:55

Changelog since 3.6.0-rc2

  • Bump version to 3.6.0-rc.2.post1 (0fa7ba7)
  • fix(version): update init version (626d1bf)
  • fix(gh actions): update version format regex (2817a53)
  • fix(gh actions): add missing run field (1b77cb8)
  • (gh actions) Fix error message formatting for version validation in release workflow (5a10245)
  • (gh actions) Update version input description and add validation for version format (3df94b8)
  • Specify compression for Bullseye deb compatability (b05a497)
  • Update version format to match other DSF libraries (2a06f5a)

3.6.0-rc2

Choose a tag to compare

@AndyEveritt AndyEveritt released this 14 Apr 09:41

Changelog since 3.6.0-rc1.post1

  • Bump version to 3.6.0-rc2 (95b7beb)
  • Get socket path from /opt/dsf/conf/config.json (553d15a)
  • Merge branch 'gh-actions' into v3.6-dev (a29b854)
  • revert back to stdeb3 (61cc9d3)
  • sudo apt upgrade (ffc2dde)
  • try using older python (363c405)
  • change build script (5697c00)
  • Merge commit '9aa2849aa33b2e8b02e27fa9219cd67720836865' into gh-actions (0ce0f35)
  • Try to fix deb build action (9aa2849)
  • seperate deb gh action (e1c873b)
  • Update gh action (c0b7120)

3.6.0-rc1.post1

Choose a tag to compare

@AndyEveritt AndyEveritt released this 25 Mar 17:21

Changelog since 3.6.0-rc1

  • Bump version to 3.6.0-rc1.post1 (388ee73)
  • Merge commit '7119695f3ad13e4cbcfabf0f4093d118ce1c6dc4' into v3.6-dev (8757f92)
  • fix(actions): push bumped version to correct branch (ef94b3a)
  • Bump version to 3.6.0-rc1.post1 (7119695)
  • Add heat.heaters[].extrPwmBoost and heat.heaters[].extrTempBoost OM fields (1ac9e62)
  • restore version (ba66ec4)
  • Github Actions - build deb (#1) (8f98bb5)
  • Add gh action to build deb (26e0047)

3.6.0-rc1

Choose a tag to compare

@AndyEveritt AndyEveritt released this 14 Mar 19:42

3.6.0-b2.post3

3.6.0-b2.post3 Pre-release
Pre-release

Choose a tag to compare

@AndyEveritt AndyEveritt released this 10 Dec 12:46

Fix set_plugin_data

Full Changelog: 3.6.0-b2.post2...3.6.0-b2.post3

3.6.0-b2.post2

3.6.0-b2.post2 Pre-release
Pre-release

Choose a tag to compare

@AndyEveritt AndyEveritt released this 04 Dec 18:09
Release 3.6.0-b2.post2

3.6.0-b2.post1

3.6.0-b2.post1 Pre-release
Pre-release

Choose a tag to compare

@AndyEveritt AndyEveritt released this 04 Dec 18:08
469a78b

Fix custom Http endpoints