Asyncgui

Latest version: v0.7.1

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.7.1

What's Changed

* Deprecate `ExclusiveBox` in https://github.com/asyncgui/asyncgui/pull/106
* Experimental support for PyPy3.10 in https://github.com/asyncgui/asyncgui/pull/107
* Add support for CPython 3.13 in https://github.com/asyncgui/asyncgui/pull/109

**Full Changelog**: https://github.com/asyncgui/asyncgui/compare/0.7.0...0.7.1

0.7.0

What's Changed

* The `Event` class is now completely different from the previous version's. (serious API break). (https://github.com/asyncgui/asyncgui/pull/101)
* Newly added `Box` class is closer to the previous `Event` class.
* `AsyncEvent` and `AsyncBox` are now deprecated aliases. Use `ExclusiveEvent` and `ExclusiveBox` instead.
* Dropped Python 3.8 support.

**Full Changelog**: https://github.com/asyncgui/asyncgui/compare/0.6.3...0.7.0

0.6.4

- No API changes from 0.6.3.
- This is the last 0.6.x release, and will be the last version that supports Python 3.8.

0.6.3

What's Changed
* Deprecate `run_as_secondary` and `run_as_primary`. Add `run_as_main`. https://github.com/asyncgui/asyncgui/pull/96
* Turn `AsyncBox.is_empty()` into a property in https://github.com/asyncgui/asyncgui/pull/97
* Add an alias for `wait_any_cm`: `move_on_when` https://github.com/asyncgui/asyncgui/pull/98


**Full Changelog**: https://github.com/asyncgui/asyncgui/compare/0.6.2...0.6.3

0.6.2

What's Changed

* (api-break) remove `Task.name` https://github.com/asyncgui/asyncgui/pull/91
* (api-break) remove `check_cancellation()` https://github.com/asyncgui/asyncgui/pull/92
* deprecate Event https://github.com/asyncgui/asyncgui/pull/94
* (api-break) remove `IBox` and `ISignal` in https://github.com/asyncgui/asyncgui/pull/93
* add `AsyncBox` and `AsyncEvent` in https://github.com/asyncgui/asyncgui/pull/93

**Full Changelog**: https://github.com/asyncgui/asyncgui/compare/0.6.1...0.6.2

0.6.1

What's Changed

* support CPython 3.12 in https://github.com/asyncgui/asyncgui/pull/88 (3.12.0 doesn't work. Use 3.12.1 or newer)

**Full Changelog**: https://github.com/asyncgui/asyncgui/compare/0.6.0...0.6.1

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.