J. Nick Koston
5df01ac1ba
fix: cython build of unpack ( #56 )
2022-10-02 10:16:36 -10:00
github-actions
c27b6995e3
1.21.4
...
Automatically generated by python-semantic-release
2022-10-02 20:06:39 +00:00
J. Nick Koston
4779e7b825
fix: increase verbosity of wheel builds ( #55 )
2022-10-02 10:04:58 -10:00
github-actions
6693171a2f
1.21.3
...
Automatically generated by python-semantic-release
2022-10-02 19:59:35 +00:00
J. Nick Koston
49d98d01c2
fix: make wheel build depend on release success ( #54 )
2022-10-02 09:57:56 -10:00
github-actions
a1bc26cd08
1.21.2
...
Automatically generated by python-semantic-release
2022-10-02 19:54:44 +00:00
J. Nick Koston
05b9453173
fix: additional tweaks to publishing wheels ( #53 )
2022-10-02 09:52:37 -10:00
github-actions
7865424185
1.21.1
...
Automatically generated by python-semantic-release
2022-10-02 19:48:14 +00:00
J. Nick Koston
6259fb2997
fix: wheel builds on released ( #52 )
2022-10-02 09:46:26 -10:00
github-actions
6fa12b2ffa
1.21.0
...
Automatically generated by python-semantic-release
2022-10-02 19:39:00 +00:00
J. Nick Koston
158721123f
feat: cythonize unpack_variants ( #51 )
2022-10-02 09:37:27 -10:00
J. Nick Koston
f6e4c3c8ae
chore: add cibuildwheel action ( #50 )
2022-10-02 09:32:33 -10:00
github-actions
18b1f45edb
1.20.0
...
Automatically generated by python-semantic-release
2022-10-02 09:06:41 +00:00
J. Nick Koston
0f279a5ea9
feat: add additional cython types to the unmarshaller ( #45 )
2022-10-01 23:04:45 -10:00
J. Nick Koston
d2ce4a1846
fix: add missing closes to tests ( #49 )
2022-10-01 23:03:11 -10:00
github-actions
2d9ed9748b
1.19.0
...
Automatically generated by python-semantic-release
2022-10-02 08:42:41 +00:00
J. Nick Koston
ddba96a731
feat: add additional cython types to marshaller ( #48 )
2022-10-01 22:40:34 -10:00
github-actions
f32085f7c0
1.18.0
...
Automatically generated by python-semantic-release
2022-10-01 23:13:16 +00:00
J. Nick Koston
b737574cf0
feat: add optional cython extension ( #44 )
2022-10-01 13:10:34 -10:00
github-actions
1ca2f1282a
1.17.0
...
Automatically generated by python-semantic-release
2022-09-27 21:17:11 +00:00
J. Nick Koston
c4b4a038f8
feat: improve unmarshaller performance ( #43 )
2022-09-27 11:14:59 -10:00
github-actions
cb34059849
1.16.0
...
Automatically generated by python-semantic-release
2022-09-27 20:18:36 +00:00
J. Nick Koston
076c5df825
feat: add benchmark for bluez properties messages ( #42 )
2022-09-27 10:16:50 -10:00
github-actions
c485bdf324
1.15.3
...
Automatically generated by python-semantic-release
2022-09-27 20:11:13 +00:00
J. Nick Koston
ac955b50ea
fix: improve typing on proxy_object ( #41 )
2022-09-27 10:09:09 -10:00
github-actions
acc26f4b20
1.15.2
...
Automatically generated by python-semantic-release
2022-09-27 19:49:15 +00:00
J. Nick Koston
a6b9581d62
fix: more typing fixes ( #40 )
2022-09-27 09:47:40 -10:00
github-actions
b26c5f8e28
1.15.1
...
Automatically generated by python-semantic-release
2022-09-26 18:26:15 +00:00
J. Nick Koston
93b9a0a6ca
fix: loosen async-timeout pin to 3.0.0 ( #39 )
2022-09-26 08:22:55 -10:00
github-actions
da5e32df1b
1.15.0
...
Automatically generated by python-semantic-release
2022-09-26 18:10:37 +00:00
J. Nick Koston
cb317802d6
feat: use async_timeout instead of asyncio.wait_for ( #38 )
2022-09-26 08:06:03 -10:00
David Lechner
d71f0e1fbd
use asyncio.run() in examples
...
calling `asyncio.get_running_loop()` will fail if there is no running event loop, so we should use `asyncio.run()` instead to create a new loop.
Also, use events for infinite waiting instead of futures since there is no return value.
2022-09-26 12:50:22 -05:00
David Lechner
691ff8e1bf
replace deprecated asyncio.get_event_loop()
...
`asyncio.get_event_loop()` was deprecated in Python 3.10, so we should use `asyncio.get_running_loop()` instead.
2022-09-26 12:43:56 -05:00
github-actions
c0671be366
1.14.0
...
Automatically generated by python-semantic-release
2022-09-25 17:52:28 +00:00
J. Nick Koston
18ea18d7d2
feat: speed up unmarshaller read_array ( #37 )
2022-09-25 07:50:45 -10:00
github-actions
cf02539d91
1.13.0
...
Automatically generated by python-semantic-release
2022-09-24 23:26:42 +00:00
J. Nick Koston
db436b7a10
feat: improve unmarshall performance ( #35 )
2022-09-24 13:24:49 -10:00
github-actions
4a7c4c400d
1.12.0
...
Automatically generated by python-semantic-release
2022-09-24 21:20:42 +00:00
J. Nick Koston
5a1e26f430
feat: speed up unmarshall ( #34 )
2022-09-24 11:18:50 -10:00
github-actions
a4bc2392c4
1.11.0
...
Automatically generated by python-semantic-release
2022-09-24 20:33:50 +00:00
J. Nick Koston
afcf5fe1d9
feat: speed up marshalling ( #32 )
2022-09-24 10:31:08 -10:00
github-actions
17ef366534
1.10.0
...
Automatically generated by python-semantic-release
2022-09-24 17:00:45 +00:00
J. Nick Koston
09af56e143
feat: improve writer performance with a deque ( #30 )
2022-09-24 06:58:03 -10:00
github-actions
4128dad039
1.9.0
...
Automatically generated by python-semantic-release
2022-09-24 07:50:16 +00:00
J. Nick Koston
016e71ef6d
feat: improve asyncio write performance ( #29 )
2022-09-23 21:47:17 -10:00
github-actions
61c5f6d0b7
1.8.0
...
Automatically generated by python-semantic-release
2022-09-24 05:37:20 +00:00
J. Nick Koston
0bce72a76a
feat: small speed ups to unmarshall message creation ( #27 )
2022-09-23 19:35:39 -10:00
github-actions
8e8a48832e
1.7.0
...
Automatically generated by python-semantic-release
2022-09-21 16:39:41 +00:00
Mike Degatano
2e8076b14a
feat: handle kwargs in signal callback ( #26 )
2022-09-21 06:37:46 -10:00
github-actions
96a594cfb7
1.6.0
...
Automatically generated by python-semantic-release
2022-09-20 20:31:11 +00:00