Skip to content

Release 0.25 #975

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
4 tasks done
simonw opened this issue May 4, 2025 · 3 comments
Closed
4 tasks done

Release 0.25 #975

simonw opened this issue May 4, 2025 · 3 comments
Labels
documentation Improvements or additions to documentation release

Comments

@simonw
Copy link
Owner

simonw commented May 4, 2025

Quite a few changes: 0.24.2...main

A notable new feature is:

Which will be first demonstrated by this plugin: https://github.com/simonw/llm-video-frames

First need to land:

@simonw simonw added documentation Improvements or additions to documentation release labels May 4, 2025
@simonw
Copy link
Owner Author

simonw commented May 4, 2025

git log 4894b134144b6be10bf66605c00b6c2769d36d81^..HEAD --pretty=full | \
  grep -o '#[0-9]\+' | sort | uniq | sed 's/^/- /'

@simonw
Copy link
Owner Author

simonw commented May 4, 2025

I can start with the release notes from 0.25a0:

  • llm models --options now shows keys and environment variables for models that use API keys. Thanks, Steve Morin. #903
  • Added py.typed marker file so LLM can now be used as a dependency in projects that use mypy without a warning. #887
  • $ characters can now be used in templates by escaping them as $$. Thanks, @guspix. #904
  • LLM now uses pyproject.toml instead of setup.py. #908

simonw added a commit that referenced this issue May 5, 2025
@simonw simonw closed this as completed May 5, 2025
simonw added a commit to simonw/llm-video-frames that referenced this issue May 5, 2025
@simonw
Copy link
Owner Author

simonw commented May 5, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation release
Projects
None yet
Development

No branches or pull requests

1 participant