All notable changes to this project will be documented in this file.
- Warn rather than raise an exception when asyncio loop is not running
1.0.0 - 2024-02-08
- Documentation
- Support Python 3.11
0.6.1 - 2023-10-17
- RateLimiter: Initialization of slack attribute
0.6.0 - 2023-09-01
- AsyncRateLimiter:
dt
property
- AsyncRateLimiter:
measured_period
is now a property - AsyncRateLimiter:
next_tick
is now a property - AsyncRateLimiter:
period
is now a property - AsyncRateLimiter:
slack
is now a property
0.5.0 - 2023-07-25
- AsyncRateLimiter:
warn
constructor argument - RateLimiter:
warn
constructor argument
0.4.0 - 2023-04-13
- RateLimiter: warn when the limiter is running late
0.3.0 - 2023-01-20
- Installation from conda-forge
- RateLimiter:
dt
property - RateLimiter:
next_tick
property
- Attributes are now read-only
- RateLimiter:
period
becomes read-only - RateLimiter:
slack
becomes read-only
0.2.0 - 2022/12/5
- Loop rate limiter for asyncio
0.1.0 - 2022/12/2
- Loop rate limiter based on
time.perf_counter