Skip to content

Releases: UniversalDevicesInc/polyglot-v2-python-interface

Version 2.1.0

12 Jun 22:43
Compare
Choose a tag to compare
  • 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

02 Jun 15:47
1bc87aa
Compare
Choose a tag to compare
  • 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

13 Apr 21:37
Compare
Choose a tag to compare

Allow nodeservers to import LOG_HANDLER

Version 2.0.39

09 Apr 03:05
Compare
Choose a tag to compare

Still no changes, just testing releases system.

Version 2.0.38

09 Apr 02:50
Compare
Choose a tag to compare

No changes, testing PyPi release. Hopefully it works.

Version 2.0.37

08 Apr 16:33
83b4777
Compare
Choose a tag to compare
  • Fixed bug for nodeservers that do not pass in name to polyinterface.Interface call.
  • Added PyLogger class as suggested by @firstone