Skip to content

Releases: UniversalDevicesInc/polyglot-v2-python-interface

Version 2.1.0

Choose a tag to compare

@jimboca jimboca released this 12 Jun 22:43
  • Add log handler set_basic_config method to control logging for referenced modules
  • Setting "profile_version": null
    in server.json will force updating profile on all restarts, which should only
    be used while testing profiles changes during development.

Version 2.0.41

Choose a tag to compare

@jimboca jimboca released this 02 Jun 15:47
1bc87aa
  • Remove call to basicConfig so referenced module logging will not show up which is the behavior prior to 2.0.35
  • Will add an option to put it back when I have time.

Version 2.0.40

Choose a tag to compare

@jimboca jimboca released this 13 Apr 21:37

Allow nodeservers to import LOG_HANDLER

Version 2.0.39

Choose a tag to compare

@jimboca jimboca released this 09 Apr 03:05

Still no changes, just testing releases system.

Version 2.0.38

Choose a tag to compare

@jimboca jimboca released this 09 Apr 02:50

No changes, testing PyPi release. Hopefully it works.

Version 2.0.37

Choose a tag to compare

@jimboca jimboca released this 08 Apr 16:33
83b4777
  • Fixed bug for nodeservers that do not pass in name to polyinterface.Interface call.
  • Added PyLogger class as suggested by @firstone