promptulate
promptulate copied to clipboard
:arrow_up: Bump arxiv from 1.4.8 to 2.1.3
Bumps arxiv from 1.4.8 to 2.1.3.
Release notes
Sourced from arxiv's releases.
2.1.3
What's Changed
- Use
Optionaltype hints where appropriate by@​lukasschwabin lukasschwab/arxiv.py#168Full Changelog: https://github.com/lukasschwab/arxiv.py/compare/2.1.2...2.1.3
2.1.2
What's Changed
- Loosen requirements in
setup.pyby@​kglebain lukasschwab/arxiv.py#165- Bump version to 2.1.2 for release by
@​lukasschwabin lukasschwab/arxiv.py#166New Contributors
@​kglebamade their first contribution in lukasschwab/arxiv.py#165Full Changelog: https://github.com/lukasschwab/arxiv.py/compare/2.1.1...2.1.2
2.1.1
Patch.
- Bump requests from 2.31.0 to 2.32.0 by
@​dependabotin lukasschwab/arxiv.py#159- Loosen version requirements to compatibility operator
~=by@​lukasschwabin lukasschwab/arxiv.py#162Development changes
- Use teapot.fly.dev over httpstat.us in tests by
@​lukasschwabin lukasschwab/arxiv.py#148- Format with
ruffby@​lukasschwabin lukasschwab/arxiv.py#147- Mock
requests.Session.getinTestClientby@​lukasschwabin lukasschwab/arxiv.py#150Full Changelog: https://github.com/lukasschwab/arxiv.py/compare/2.1.0...2.1.1
2.1.0
Deprecating change.
Deprecates submodule-style imports for the base package:
import arxiv.arxivandfrom arxiv import arxiv. Useimport arxiv.What's Changed
- Move package logic into
__init__.pyby@​lukasschwabin lukasschwab/arxiv.py#141- Add an unencoded query example to README.md by
@​lukasschwabin lukasschwab/arxiv.py#143- Restructure README.md: focus on generated docs by
@​lukasschwabin lukasschwab/arxiv.py#144Full Changelog: https://github.com/lukasschwab/arxiv.py/compare/2.0.0...2.1.0
2.0.0
What's Changed
Breaking change.
- Primary goal is to improve the client's resilience against API instability. See ongoing investigation on #129.
- Basic usage — i.e. everything covered in the README — should be unaffected.
... (truncated)
Commits
c993d11UseOptionaltype hints where appropriate (#168)c67e92eBump version to 2.1.2 for release (#166)7edcd0eLoosen requirements insetup.py(#165)cd3ba8aBump version to 2.1.1 for release (#164)4eac1c1Loosen version requirements to compatibility operator~=(#162)87c12dfBump requests from 2.31.0 to 2.32.0 (#159)8ef0759Mockrequests.Session.getinTestClient(#150)ece3022Format withruff(#147)53d59a2Use teapot.fly.dev over httpstat.us in tests (#148)39b13caBump version to 2.1.0 (#146)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
[!TIP]
Early access features: enabled
We are currently testing the following features in early access:
- OpenAI
gpt-4omodel for code reviews and chat: OpenAI claims that this model is better at understanding and generating code than the previous models. We seek your feedback over the next few weeks before making it generally available.Note:
- You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file.
- Please join our Discord Community to provide feedback and report issues.
- OSS projects are currently opted into early access features by default.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai generate interesting stats about this repository and render them as a table.@coderabbitai show all the console.log statements in this repository.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (invoked as PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.