Skip to content

lm15 0.9.9

Choose a tag to compare

@MaximeRivest MaximeRivest released this 15 Sep 12:31
· 1 commit to release/0.9.9 since this release

lm15 0.9.9

The same code as 1.0.0rc1, published under a stable version number so that a plain pip install lm15 installs the current API. Nothing changed in the library itself.

The earlier public releases (0.1.0, 0.2.0, 0.3.0) are now yanked on PyPI: they were built from the previous repository and describe an API that no longer exists.

Install

python -m pip install lm15
# Optional WebSocket support:
python -m pip install 'lm15[live]'

Requires Python 3.10+. Zero third-party runtime dependencies.

What's next

The 1.0 stable release will follow once the remaining release gates are closed. See the 1.0.0rc1 notes for what changed since the 0.x releases.