Skip to content

Release v3.3.0 #156

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Release v3.3.0 #156

wants to merge 2 commits into from

Conversation

RomiconEZ
Copy link
Member

Update version to 3.3.0

@RomiconEZ RomiconEZ self-assigned this Jul 15, 2025
@RomiconEZ RomiconEZ added the dependencies Pull requests that update a dependency file label Jul 15, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

A release bump to version 3.3.0 that adds a safe default for num_attempts and updates tests and examples accordingly

  • Introduce _DEFAULT_NUM_ATTEMPTS and patch logic to ensure num_attempts falls back to 3
  • Bump __version__, docs, and bumpversion config to 3.3.0
  • Update tests and example notebooks to reflect the new default num_attempts

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/openai_client_lm_studio_test.py Expand test cases to cover multiple presets
src/llamator/utils/attack_params.py Add _DEFAULT_NUM_ATTEMPTS and patch num_attempts
src/llamator/version.py Bump package version to 3.3.0
docs/howtos.md & README.md Update installation instructions to 3.3.0
.bumpversion.cfg Update bumpversion current_version to 3.3.0
examples/*.ipynb Refresh notebook execution metadata and outputs
Comments suppressed due to low confidence (2)

examples/llamator-whatsapp.ipynb:43

  • [nitpick] These notebooks include updated outputs and execution metadata, causing very large diffs. Consider clearing cell outputs and execution counts before committing to reduce noise.
   "execution_count": 1

tests/openai_client_lm_studio_test.py:36

  • The test for aim_jailbreak only asserts num_attempts, but the implementation likely also returns default parameters like custom_dataset or language. Include all expected default keys in the assertion to keep the test accurate.
        ("aim_jailbreak", {"num_attempts": 3}),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants