Skip to content

wakepy 0.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 18:34
· 33 commits to main since this release
ccdcd3f

๐Ÿ—“๏ธ 2024-06-04

๐Ÿž Bug fixes

  • The SetThreadExecutionState Method may now have multiple modes (same or different) activated within the same python thread without them interfering with each other on activation or deactivation, as wakepy creates a separate worker thread for the single purpose of setting and keeping the thread execution flag each time you activate a mode with the SetThreadExecutionState wakepy.Method. (#342)
  • Importing wakepy (0.8.0 and 0.9.0) messed up logging. In particular, the logging level was changed to WARNING due to direct call to logging.debug() instead of logger.debug(). (#344). Thanks to @reidswanson for reporting it.
  • ๐Ÿ‘ท Fixed running the dev command inv test on Windows (#339, #341)