Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenPipe/ART
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: OpenPipe/ART
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 10 commits
  • 33 files changed
  • 5 contributors

Commits on Oct 8, 2025

  1. feat: Retry GET and DELETE (#431)

    * Retry
    
    * Upgrade pyproject to new convention
    
    * polling to 1s
    angkywilliam authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    10437df View commit details
    Browse the repository at this point in the history
  2. WIP: More documentation (#432)

    * Document checkpoint deletion
    
    * Document ServerlessBackend
    
    * Update quickstart
    
    * Update notebook order
    
    * Update notebooks in README
    
    * Update Installation + Setup
    
    * Update initial blurb
    
    * Simplify quickstart
    
    * Update import
    
    * Update example
    
    * Update 2048 notebook link
    
    * Await
    arcticfly authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    e5a322e View commit details
    Browse the repository at this point in the history
  3. Small docs change (#433)

    * Capitalize CLI
    
    * Remove await
    arcticfly authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    4c50984 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. refactor: Update imports and typing in client.py and trajectories.py

    * Moved FinalRequestOptions import to client.py
    * Updated typing annotations in trajectories.py to use Annotated with SkipValidation for messages_and_choices
    bradhilton committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    f51e1e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Document Qwen3 14B instead of Qwen2.5 14B in non-tutorial examples (#437

    )
    
    * Update docs to reference Qwen3 14B Instruct for most examples
    
    * Update notebooks
    arcticfly authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    303cb64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    153d7e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Fix ruff formatting (#438)

    arcticfly authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    64e4731 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Configuration menu
    Copy the full SHA
    6a442e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    a581349 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. release: Bump version to 0.5.1 (#442)

    Co-authored-by: GitHub Action <action@github.com>
    github-actions[bot] and actions-user authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    0036512 View commit details
    Browse the repository at this point in the history
Loading