Skip to content

Tags: braintrustdata/bt

Tags

canary-24f810bda489

Toggle canary-24f810bda489's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Inject eval sample rate into SDK runtime with `bt eval <...> --…

…sample 5` (#247)

canary

Toggle canary's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Inject eval sample rate into SDK runtime with `bt eval <...> --…

…sample 5` (#247)

canary-26078a130aa4

Toggle canary-26078a130aa4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update doc and comments following bt.exe successful azure arti…

…fact signing (#241)

Removes mentions of ssl.com, fix a slop comment, explain why bt.exe for
aarch64 is cross-compiled from x64 windows instead of being compiled on
aarch64 windows.

canary-e73da3f383a8

Toggle canary-e73da3f383a8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add some commands that are helpful references to the UI (#243)

* Waterfall view
* Thread view
* Experiment comparison table

canary-aefbab9e4d84

Toggle canary-aefbab9e4d84's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update checkout action to 7.0.0 (#242)

canary-7dc899ebb890

Toggle canary-7dc899ebb890's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix profile precedence for orgs (#238)

We used the profile to derive the org, so if you specified an org
explicitly (which happens when you run `bt init` and pick a different
org than the profile), all commands would ignore it. This fixes the
resolution so that org always "sticks" and beats the profile's org in
precedence.

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: release v0.14.0 (#239)

Feature:
- `bt.exe` is now signed and passes the SmartScreen filter

Bug fix:
- 3904601 only wrap python in an async function if it's actually an async task

canary-40f63613d2ee

Toggle canary-40f63613d2ee's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: release v0.14.0 (#239)

Feature:
- `bt.exe` is now signed and passes the SmartScreen filter

Bug fix:
- 3904601 only wrap python in an async function if it's actually an async task

canary-3904601cd58e

Toggle canary-3904601cd58e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix parallel python (#236)

Only wrap in an async function if it's actually an async task.
Otherwise, the `Eval` scheduler assumes it's async and stops
multi-threading its scheduling.

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump release (#237)