Skip to content

Releases: spacemanspiff2007/PyArtNet

v2.0

04 Nov 04:52
f0959a9

Choose a tag to compare

  • Breaking change:
    Nodes now need to be run through an async context manager, e.g.:
    async with ArtNetNode.create('IP') as node:
        ...
  • Added support for transmitting multiple universes in sync
  • Added support for transmitting SACN through the broadcast address
  • ruff and typing fixes
  • used UV

v2.0-CI2

04 Nov 05:56
9c56cdc

Choose a tag to compare

CI for 2.0 release

v2.0-CI

04 Nov 05:52
7b41afc

Choose a tag to compare

Fixed CI for 2.0 release

v1.0.1

20 Feb 04:56

Choose a tag to compare

  • Fixed an issue where consecutive fades would not start from the correct value
  • renamed channel.add_fade to channel.set_fade (channel.add_fade will issue a DeprecationWarning)

v1.0.0 release

08 Feb 08:47

Choose a tag to compare

v1.0.0-release

fix

v1.0.0

08 Feb 08:29
7f01872

Choose a tag to compare

  • Complete rework of library (breaking change)
  • Add support for sACN and KiNet

v0.8.4

13 Jul 05:59

Choose a tag to compare

  • Added linear fade (closes #14)
  • Updated max FPS (closes #17)
  • All raised Errors inherit now from PyArtNetError
  • Some refactoring and cleanup
  • Activated tests for Python 3.10

v0.8.3

23 Jul 07:03

Choose a tag to compare

  • No more jumping fades when using output correction with bigger channels
  • Reformatted files

v0.8.2

14 Mar 15:53

Choose a tag to compare

  • Using nonblocking sockets
  • Added option to send frames to a broadcast address

v0.8.1

26 Feb 05:07

Choose a tag to compare

Fixed an issue with the max value for channels with 16bits and more