-
Notifications
You must be signed in to change notification settings - Fork 747
Insights: wandb/wandb
Overview
Could not load contribution data
Please try again later
124 Pull requests merged by 17 people
-
chore: update protobuf generation dependencies
#9998 merged
Jun 9, 2025 -
fix: calling method on None in printer.py
#10009 merged
Jun 9, 2025 -
chore(launch): expose wandb config to auxiliary resources
#10008 merged
Jun 9, 2025 -
chore(artifacts): move config to after boto3 import check for dependency fix
#10007 merged
Jun 9, 2025 -
chore(launch): create k8s objects from service configs in the runSpec
#9983 merged
Jun 9, 2025 -
chore: remove core telemetry
#9997 merged
Jun 7, 2025 -
chore: bump google.golang.org/grpc from 1.72.2 to 1.73.0 in /core
#9991 merged
Jun 7, 2025 -
chore: bump golang.org/x/time from 0.11.0 to 0.12.0 in /core
#9990 merged
Jun 7, 2025 -
chore(artifacts): enforce Virtual-hosted–style for s3 style CoreWeave endpoints
#9979 merged
Jun 6, 2025 -
chore: bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 in /core
#9987 merged
Jun 5, 2025 -
chore(sdk): bump version to 0.20.2.dev1
#9985 merged
Jun 5, 2025 -
fix: restore original image normalization behavior
#9982 merged
Jun 4, 2025 -
chore: update sdk codeowners
#9980 merged
Jun 4, 2025 -
chore: fix error in unreleased changelog
#9981 merged
Jun 4, 2025 -
chore: remove legacy wandb (python) service
#9965 merged
Jun 4, 2025 -
chore: use for loops with range
#9978 merged
Jun 4, 2025 -
feat: add flag to include inference server on job create via wandb launch
#9922 merged
Jun 4, 2025 -
chore: bump google.golang.org/api from 0.235.0 to 0.236.0 in /core
#9976 merged
Jun 4, 2025 -
refactor: move wandb/sdk/service/service.py to wandb/sdk/lib/service/
#9961 merged
Jun 4, 2025 -
refactor: make registry utils module private for cleaner imports
#9836 merged
Jun 4, 2025 -
fix: wait to finish writing to debug-internal.log
#9971 merged
Jun 4, 2025 -
refactor: rewrite service_token.py to prepare for Unix domain sockets
#9967 merged
Jun 4, 2025 -
refactor: move service_{connection,token}.py to lib/service/
#9959 merged
Jun 4, 2025 -
chore: fix minor typo in the 0.20.0 changelog
#9974 merged
Jun 3, 2025 -
chore(sdk): bump version to 0.20.1.dev1
#9973 merged
Jun 3, 2025 -
chore: update windows runner to 2022 in release action
#9972 merged
Jun 3, 2025 -
chore: do not capture import telemetry on asyncio
#9970 merged
Jun 3, 2025 -
chore: make codecov ignore tools and tests
#9966 merged
Jun 2, 2025 -
chore: wandb.sdk.wandb_run.Run.save method requires glob_str argument
#9962 merged
Jun 2, 2025 -
chore: remove deprecated Run::join method
#9960 merged
Jun 2, 2025 -
chore: remove deprecated Run.mode property
#9958 merged
Jun 2, 2025 -
chore: bump tokio from 1.43.0 to 1.45.0 in /experimental/rust-sdk
#9885 merged
Jun 2, 2025 -
chore: bump openssl from 0.10.70 to 0.10.72 in /experimental/rust-sdk/examples/basic
#9886 merged
Jun 2, 2025 -
chore: update dependencies in gpu_stats
#9956 merged
Jun 2, 2025 -
chore: remove sync from wandb.log
#9940 merged
Jun 2, 2025 -
refactor: enable and fix TRY300 (try-consider-else)
#9923 merged
Jun 2, 2025 -
refactor: enable and fix RUF100 (unused-noqa)
#9926 merged
Jun 2, 2025 -
chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.4 to 1.80.0 in /core
#9935 merged
Jun 2, 2025 -
chore: bump cloud.google.com/go/storage from 1.54.0 to 1.55.0 in /core
#9950 merged
Jun 2, 2025 -
chore: bump github.com/shirou/gopsutil/v4 from 4.25.4 to 4.25.5 in /core
#9951 merged
Jun 2, 2025 -
refactor: remove unnecessary summary encoding/decoding in filestream
#9945 merged
May 31, 2025 -
fix(artifacts): sanitize names of all internal artifacts
#9943 merged
May 30, 2025 -
fix: public.Api base_url override throws an error even when resource exisit
#9942 merged
May 30, 2025 -
refactor: drop docker-pycreds and setuptools
#9944 merged
May 30, 2025 -
refactor: remove docker from
wandb/__init__.py
#9941 merged
May 30, 2025 -
chore(artifacts): show error messages from server in artifacts and automations api
#9933 merged
May 30, 2025 -
refactor: use
shutil.which()
instead of find_executable() from dockerpycreds#9934 merged
May 30, 2025 -
chore(launch): improve how we skip launch tests on python 3.8
#9920 merged
May 30, 2025 -
chore: (timeboxed) artifacts nits/cleanup
#9821 merged
May 30, 2025 -
fix(artifacts): allow artifact.add_dir to overwrite
#9907 merged
May 29, 2025 -
chore: add additional deprecated logic in the breaking doc
#9930 merged
May 29, 2025 -
chore: ignore mypy errors for new mypy==1.16.0
#9932 merged
May 29, 2025 -
chore: bump google.golang.org/api from 0.234.0 to 0.235.0 in /core
#9928 merged
May 29, 2025 -
chore: capture Nvidia GPU UUIDs in metadata
#9929 merged
May 29, 2025 -
chore: bump google.golang.org/grpc from 1.72.1 to 1.72.2 in /core
#9911 merged
May 29, 2025 -
chore: remove unused IsAvailable methods from sysmon assets
#9927 merged
May 29, 2025 -
chore: capture metadata on coreweave compute env
#9894 merged
May 29, 2025 -
refactor: use runupserter, delete old Sender code
#9804 merged
May 28, 2025 -
chore: update the wandb_setup.py docstring
#9916 merged
May 28, 2025 -
feat(sdk): allow setting run state in Run.create()
#9853 merged
May 28, 2025 -
refactor: fix a few instances of TRY300
#9918 merged
May 28, 2025 -
refactor: enable and fix TRY401 (verbose-log-message)
#9917 merged
May 28, 2025 -
refactor: enable and fix TRY400 (logger.exception() instead of logger.error())
#9906 merged
May 28, 2025 -
refactor: enable and fix TRY301 (raising an exception inside try-except)
#9905 merged
May 28, 2025 -
chore(sdk): handle resumed runs when logging tables incrementally
#9834 merged
May 28, 2025 -
refactor: replace wandb_setup._setup()
#9914 merged
May 28, 2025 -
refactor: enable and fix TRY203 (useless-try-except)
#9904 merged
May 27, 2025 -
refactor: enable and fix TRY201 (verbose-raise)
#9903 merged
May 27, 2025 -
feat(sdk): add incremental logging mode to Table
#9810 merged
May 27, 2025 -
chore(sdk): ensure incremental tables can only be logged to one run
#9882 merged
May 27, 2025 -
chore: document PR #9912 in changelog
#9913 merged
May 27, 2025 -
chore: remove pkg_resources dependency, add packaging dependency
#9895 merged
May 27, 2025 -
refactor: enable and fix TRY004 lint to raise TypeError in type checks
#9902 merged
May 27, 2025 -
refactor: don't require legacy-service in CLI
#9912 merged
May 27, 2025 -
fix: inconsistent image normalization for wandb.Image
#9883 merged
May 27, 2025 -
fix(launch): log exception message as string in Job wait_until_running
#9607 merged
May 27, 2025 -
feat(sdk): add support for mutable table logging
#9758 merged
May 27, 2025 -
refactor: rename runmetadata to runupserter
#9900 merged
May 25, 2025 -
chore: clean up ruff sections in pyproject.toml
#9901 merged
May 25, 2025 -
chore(sweeps): make sweep tests create fewer agents and sweeps during testing
#9909 merged
May 24, 2025 -
refactor: enable Ruff UP032 lint (use f-strings instead of format())
#9897 merged
May 23, 2025 -
feat: add ability to skip the writes to the transaction log
#9064 merged
May 23, 2025 -
chore: patch vulnerabilities in launch agent
#9884 merged
May 23, 2025 -
refactor: runmetadata resume, rewind, fork
#9818 merged
May 23, 2025 -
chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.3 to 1.79.4 in /core
#9899 merged
May 23, 2025 -
chore: bump google.golang.org/api from 0.233.0 to 0.234.0 in /core
#9888 merged
May 23, 2025 -
chore(artifacts): deprecate
use_as
in artifacts#9760 merged
May 23, 2025 -
feat: add support for pathlib.Path objects in media classes
#9692 merged
May 23, 2025 -
chore: update imagio.save to use duration argument when creating a gif
#9887 merged
May 23, 2025 -
fix: logger in test_agent.py, and ruff format error
#9898 merged
May 23, 2025 -
refactor: use logger.warning() instead of logger.warn()
#9843 merged
May 22, 2025 -
feat: support cloud files for TB sync using wandb-core
#9849 merged
May 22, 2025 -
chore: add moviepy CI constraint to fix functional test
#9893 merged
May 22, 2025 -
chore: fix failing unit tests due to click dependency update
#9891 merged
May 22, 2025 -
refactor: unconditionally import from typing_extensions
#9890 merged
May 22, 2025 -
chore: bump openssl from 0.10.70 to 0.10.72 in /experimental/rust-sdk
#9745 merged
May 21, 2025 -
chore: bump tokio from 1.43.0 to 1.44.2 in /experimental/rust-sdk/examples/basic
#9744 merged
May 21, 2025 -
refactor: annotate
wandb.Run.summary
field#9881 merged
May 21, 2025 -
refactor: runmetadata update methods and debounced syncing
#9817 merged
May 20, 2025 -
refactor: use run ID to distinguish between forking and rewinding
#9880 merged
May 20, 2025 -
chore(artifacts): create InternalArtifact to create protected artifact types (for internal use only)
#9856 merged
May 20, 2025 -
refactor: use gocloud.dev when reading files in TB sync
#9859 merged
May 20, 2025 -
refactor: paths.LongestCommonPrefixStr and paths.Join, tests
#9858 merged
May 20, 2025 -
revert: "fix: inconsistent image normalization for wandb.Image (#9786)"
#9878 merged
May 20, 2025 -
fix: run branching in offline mode
#9876 merged
May 19, 2025 -
fix: allow wandb.teardown() in child processes
#9875 merged
May 19, 2025 -
fix: inconsistent image normalization for wandb.Image
#9786 merged
May 19, 2025 -
feat: add support for pytorch.tensors in image masks and bounding boxes
#9802 merged
May 19, 2025 -
chore: bump github.com/prometheus/common from 0.63.0 to 0.64.0 in /core
#9868 merged
May 19, 2025 -
chore: bump github.com/getsentry/sentry-go from 0.32.0 to 0.33.0 in /core
#9867 merged
May 19, 2025 -
chore: bump github.com/Khan/genqlient from 0.8.0 to 0.8.1 in /core
#9872 merged
May 19, 2025 -
chore: add default video format to wandb.Video doc string
#9839 merged
May 19, 2025 -
chore: fix mypy failures due to missing pkg_resources
#9870 merged
May 19, 2025 -
chore: add telemetry for fork and rewind
#9864 merged
May 16, 2025 -
chore: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0 in /core
#9860 merged
May 15, 2025 -
chore: bump google.golang.org/grpc from 1.72.0 to 1.72.1 in /core
#9861 merged
May 15, 2025 -
chore(launch): handle non-zero exit code when no args passed for wandb launch-sweep test
#9857 merged
May 15, 2025 -
chore: bump github.com/googleapis/gax-go/v2 from 2.14.1 to 2.14.2 in /core
#9852 merged
May 14, 2025 -
chore: bump google.golang.org/api from 0.232.0 to 0.233.0 in /core
#9851 merged
May 14, 2025 -
docs: fix typos & broken links in CONTRIBUTING.md
#9850 merged
May 13, 2025 -
refactor: runmetadata config
#9816 merged
May 13, 2025 -
refactor: runmetadata UpsertBucket
#9815 merged
May 13, 2025 -
chore: bump cloud.google.com/go/storage from 1.53.0 to 1.54.0 in /core
#9846 merged
May 13, 2025 -
chore: update/fix some comments
#9823 merged
May 13, 2025
30 Pull requests opened by 11 people
-
docs(sdk): [lazydocs] add run api init template and update run docstrings
#9845 opened
May 12, 2025 -
docs(sdk): update wandb_run.py finish docstirng
#9855 opened
May 14, 2025 -
fix(launch): correctly parse python version from metadata.python
#9863 opened
May 15, 2025 -
test: e2e run branching with runs v2 store
#9879 opened
May 20, 2025 -
docs(sdk): lazydocs format wandb.plot namespace
#9889 opened
May 22, 2025 -
refactor: remove `_WandbSetup._check()`
#9915 opened
May 27, 2025 -
docs(sdk): format wandb_settings docstring [lazydocs]
#9921 opened
May 28, 2025 -
refactor: clean up `retry.py`
#9925 opened
May 28, 2025 -
feat(sdk): add support for creating custom Vega charts via API
#9931 opened
May 29, 2025 -
chore: remove deprecated rundisabled object
#9939 opened
May 30, 2025 -
chore: persist run metadata in transaction log
#9955 opened
Jun 2, 2025 -
chore: remove 'best' from summary options and goal argument in define_metric
#9964 opened
Jun 2, 2025 -
fix(artifacts): avoid silent/hidden link artifact failures
#9968 opened
Jun 2, 2025 -
refactor: service_process.py
#9975 opened
Jun 3, 2025 -
chore: fix ambigous errors when querying attributes for non-exsistent projects
#9977 opened
Jun 4, 2025 -
chore: move run metadata to config
#9984 opened
Jun 4, 2025 -
refactor: service_port_file.py
#9986 opened
Jun 5, 2025 -
refactor: support Unix domain sockets on the client-side
#9988 opened
Jun 6, 2025 -
refactor: wandb-core entrypoint code
#9989 opened
Jun 6, 2025 -
chore: bump golang.org/x/sync from 0.14.0 to 0.15.0 in /core
#9992 opened
Jun 6, 2025 -
refactor: use Unix domain sockets to connect to wandb-core
#9995 opened
Jun 6, 2025 -
fix import error
#9996 opened
Jun 6, 2025 -
chore: placeholder
#9999 opened
Jun 7, 2025 -
chore: placeholder
#10000 opened
Jun 7, 2025 -
refactor: support Unix sockets in the C# client
#10001 opened
Jun 7, 2025 -
chore: bump github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.29.15 in /core
#10004 opened
Jun 9, 2025 -
chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.80.0 to 1.80.1 in /core
#10005 opened
Jun 9, 2025 -
Nick/launch agent 2 poc
#10010 opened
Jun 10, 2025 -
chore: bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2 in /core
#10011 opened
Jun 10, 2025 -
refactor(artifacts): follow-up -- more cleanup of GraphQL request prep
#10012 opened
Jun 10, 2025
24 Issues closed by 14 people
-
[Q]: Possible to postpone all patching to explicit `wandb.init(...)` call?
#9847 closed
Jun 9, 2025 -
[Feature]: Delete an org
#7237 closed
Jun 9, 2025 -
[Bug-App]: Run initialization has timed out after 120.0 sec.
#9969 closed
Jun 6, 2025 -
[App] Table not updating it at each call of log
#2981 closed
Jun 4, 2025 -
[Feature]: Better documentation for what W&B does when logging a PyTorch tensor as a PIL Image
#7377 closed
Jun 3, 2025 -
[Q]: Academic email verification
#9910 closed
May 29, 2025 -
[Q]: Line plot sampling method
#9862 closed
May 28, 2025 -
creating wandb.Audio from pathlib.Path raises error
#4387 closed
May 23, 2025 -
[Bug]: Deprecation Warning when logging gif using wandb.Video
#9874 closed
May 23, 2025 -
[Feature]: adding docs and option to kill a specific agent
#9830 closed
May 22, 2025 -
[Q]: Fine-tuning best practices
#9877 closed
May 20, 2025 -
[CLI]: wandb.Image gives blanks for large or small values
#6287 closed
May 19, 2025 -
[Bug]: wandb.Image supports torch.tensor, so should mask
#9461 closed
May 19, 2025 -
Does `wandb.watch()` not log gradients in FSDP?
#9866 closed
May 17, 2025 -
[Q]: Using python logging module for console output
#9840 closed
May 16, 2025 -
[Bug]: Wandb causes UninitializedParameter (lazy-loaded parameters) to crash
#9869 closed
May 16, 2025 -
[CLI]: wandb.Video takes a very long time
#3532 closed
May 14, 2025 -
[Q]: Compatibility of wandb with System Libraries for Debian Packaging
#9841 closed
May 14, 2025 -
[Bug-App]: Published reports are deleted after discarding draft
#8279 closed
May 14, 2025 -
[CLI]: Large numbers in parameter section of sweep config breaks sweep by repeating runs
#7350 closed
May 13, 2025 -
[Q]: Setting the maximum value of y axis in a line plot programmatically (Python)
#9199 closed
May 13, 2025 -
[CLI]: @wandb_log failed integration with metaflow - wandb.errors.AuthenticationError
#5580 closed
May 13, 2025 -
[Feature]: enable nested sections in wandb workspace
#7151 closed
May 12, 2025 -
[Feature] Parallel sync
#1775 closed
May 12, 2025
25 Issues opened by 24 people
-
Request for ARM64 Docker Image or Build Instructions
#10006 opened
Jun 9, 2025 -
[Q]: What would it take to update the experimental Rust api?
#10003 opened
Jun 9, 2025 -
[Bug-App]: Exported PNG hides continuous zero-valued segments (horizontal line at 0 disappears)
#9994 opened
Jun 6, 2025 -
[Q]: Is there a way to silence "wandb: Encoding video..." message?
#9993 opened
Jun 6, 2025 -
[Bug]: wandb-core signal handling behavior
#9963 opened
Jun 2, 2025 -
[Q]: Unable to log TPU system metrics
#9954 opened
Jun 2, 2025 -
[Feature]: Accessibility Improvement: Option to disable hover-highlighting
#9953 opened
Jun 2, 2025 -
[Feature]: Accessibility Improvement: Option to disable tooltips
#9952 opened
Jun 2, 2025 -
[Bug-App]: System metrics graphs change when refreshing
#9949 opened
Jun 2, 2025 -
[Q]: UsageError: Unable to attach to run ...
#9948 opened
Jun 1, 2025 -
[Bug]: 'RecordVideo' object has no attribute 'enabled'
#9947 opened
May 31, 2025 -
[Q]: wandb: Network error (ConnectTimeout), entering retry loop.
#9946 opened
May 31, 2025 -
[Q]: Cannot login wandb.
#9938 opened
May 30, 2025 -
[Bug-App]: WandB Network Error: ProxyError and Re-Login Prompt
#9937 opened
May 30, 2025 -
[Feature]: Add 'first' to define_metric summary options
#9936 opened
May 30, 2025 -
[Bug]: Sweeps not working together with PyTorch under Python 3.13
#9924 opened
May 28, 2025 -
[Bug]:
#9908 opened
May 24, 2025 -
[Q]: Request for upgrade to an academic account
#9873 opened
May 19, 2025 -
[Bug]: Wandb not initing properly across ranks in distributed training
#9871 opened
May 17, 2025 -
[Bug]: `wandb.init(mode="offline")` times out after a failed online `init` attempt
#9865 opened
May 16, 2025 -
[Q]: Potential Inconsistencies Between Repo and Model License
#9848 opened
May 13, 2025 -
[Bug]: Nested wandb.config updates are not synced to Online UI
#9844 opened
May 12, 2025 -
[Bug-App]: Unable to remove a run from a group
#9842 opened
May 11, 2025
110 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix(artifacts): when linking an artifact, prevent creation of placeholder runs
#9828 commented on
Jun 10, 2025 • 27 new comments -
docs(sdk): lazydocs writing and formatting Import & Export APIs
#9636 commented on
Jun 4, 2025 • 8 new comments -
chore: misc + minor codegen improvements
#9812 commented on
Jun 6, 2025 • 2 new comments -
docs(sdk): [lazydocs] Update API docstring formatting in wandb/wandb/sdk
#9221 commented on
Jun 4, 2025 • 2 new comments -
wip
#7970 commented on
Jun 3, 2025 • 0 new comments -
chore: reserve
#8000 commented on
Jun 3, 2025 • 0 new comments -
chore(sweeps): Ack run queue items in sweep agents
#8047 commented on
Jun 3, 2025 • 0 new comments -
docs(sdk): Added disclaimer, removed old mention
#8089 commented on
Jun 3, 2025 • 0 new comments -
fix(importer): updating some importer functionality
#8250 commented on
Jun 3, 2025 • 0 new comments -
Slurm runner support for launch
#8424 commented on
Jun 3, 2025 • 0 new comments -
chore: test on py3.13
#8568 commented on
Jun 3, 2025 • 0 new comments -
dmn: CircleCI job for manual tests on a Windows machine with a GPU
#8651 commented on
Jun 3, 2025 • 0 new comments -
fix: failing windows CI tests
#8705 commented on
Jun 4, 2025 • 0 new comments -
chore: bump slackapi/slack-github-action from 1.27.0 to 2.0.0 in /.github/workflows
#8873 commented on
Jun 3, 2025 • 0 new comments -
chore: Update README.md
#8888 commented on
Jun 3, 2025 • 0 new comments -
chore: reserve
#9000 commented on
Jun 3, 2025 • 0 new comments -
chore: remove require legacy code
#9835 commented on
Jun 3, 2025 • 0 new comments -
docs(sdk): Update use_artifact argument descriptions.
#7900 commented on
Jun 3, 2025 • 0 new comments -
test(core): fusefs to mimic input/output errors
#7693 commented on
Jun 3, 2025 • 0 new comments -
fix(sdk): add --add_tag and --remove_tag for wandb sync
#7678 commented on
Jun 3, 2025 • 0 new comments -
refactor(core): Implement our own polling file watcher
#7674 commented on
Jun 3, 2025 • 0 new comments -
Stellarpower.fix.new optimiser api for gradient monitoring
#7611 commented on
Jun 3, 2025 • 0 new comments -
la2 sweep ini outline
#7480 commented on
Jun 9, 2025 • 0 new comments -
feat(integrations): Add support for diffusion pipelines not in the list of supported pipelines
#7450 commented on
Jun 3, 2025 • 0 new comments -
chore(launch): Remove internal api calls used when create job artifacts
#7312 commented on
Jun 3, 2025 • 0 new comments -
In flight work for federated auth
#7067 commented on
Jun 3, 2025 • 0 new comments -
feat(integrations): deprecate openai autolog integration for openai >= 1.0
#7033 commented on
Jun 3, 2025 • 0 new comments -
fix(launch): Infer GAR region from environment if not given
#6977 commented on
Jun 3, 2025 • 0 new comments -
chore(launch): Move warn into if statement
#6968 commented on
Jun 3, 2025 • 0 new comments -
fix(launch): gracefully handle TokenExpiredException in SubmittedSageMakerRun
#6967 commented on
Jun 3, 2025 • 0 new comments -
chore: bump pypa/cibuildwheel from 2.19.2 to 2.23.3 in /.github/workflows
#9776 commented on
Jun 3, 2025 • 0 new comments -
upgrade go
#9765 commented on
Jun 3, 2025 • 0 new comments -
fix: relax tag type to allow any sequence
#9742 commented on
Jun 3, 2025 • 0 new comments -
fix: correctly return resumed notes
#9739 commented on
Jun 3, 2025 • 0 new comments -
feat: add option to clean up files as they are uploaded
#9664 commented on
Jun 3, 2025 • 0 new comments -
feat(sweeps): Forward signals received by wandb_agent to child processes
#9651 commented on
Jun 3, 2025 • 0 new comments -
docs(sdk): wandb verify add info on checks
#9595 commented on
Jun 3, 2025 • 0 new comments -
docs(sdk): Adds more info to `wandb restore cli` command
#9538 commented on
Jun 3, 2025 • 0 new comments -
docs(sdk): update offline and online sync descriptions
#9537 commented on
Jun 3, 2025 • 0 new comments -
Update wandb.Api().registries() docstring
#9516 commented on
Jun 3, 2025 • 0 new comments -
fix: move tpu from golang to rust
#9496 commented on
Jun 3, 2025 • 0 new comments -
chore: rename x_disable_stats setting into disable_system_metrics
#9450 commented on
Jun 3, 2025 • 0 new comments -
chore: system metrics config
#9416 commented on
Jun 3, 2025 • 0 new comments -
feat: custom actions on run stop
#9412 commented on
Jun 3, 2025 • 0 new comments -
chore: skip job builder tests on windows
#9394 commented on
Jun 3, 2025 • 0 new comments -
docs: fix line-wrap in doc string
#9377 commented on
Jun 3, 2025 • 0 new comments -
docs(sdk): clarify deprecation docstring
#9376 commented on
Jun 3, 2025 • 0 new comments -
chore(launch): skip failing notebook windows test
#9247 commented on
Jun 3, 2025 • 0 new comments -
feat: change default login behavior for wandb login to verify API key
#9230 commented on
Jun 3, 2025 • 0 new comments -
docs(sdk): lazydocs formatting docstrings in wandb/wandb/data_types
#9220 commented on
Jun 4, 2025 • 0 new comments -
docs(sdk): [Lazydocs] adds exclude comments in pyi files
#9218 commented on
Jun 3, 2025 • 0 new comments -
chore: move system-wide metrics collection from wand-core to rust
#9209 commented on
Jun 3, 2025 • 0 new comments -
refactor: use single channel for dispatcher
#9144 commented on
Jun 3, 2025 • 0 new comments -
chore: add an option to profile `wandb-core`
#9083 commented on
Jun 4, 2025 • 0 new comments -
fix(artifacts): update docs and emit warning in Artifact.used_by() for maximum limit
#9042 commented on
Jun 4, 2025 • 0 new comments -
feat(integrations): Add Keras3 Callbacks
#6917 commented on
Jun 3, 2025 • 0 new comments -
[Q]Sync offline metrics on another machine
#3098 commented on
Jun 6, 2025 • 0 new comments -
[Bug-App]: Histogram render not working
#8769 commented on
Jun 5, 2025 • 0 new comments -
[Bug]: wandb save not working
#9587 commented on
Jun 2, 2025 • 0 new comments -
[Bug]: Wandb grad logger does not support DTensor parameters
#9774 commented on
Jun 2, 2025 • 0 new comments -
[Bug]: No wandb-summary.json generated and empty output.log after offline run
#9646 commented on
Jun 2, 2025 • 0 new comments -
[Q] How to download a lot of histories?
#7778 commented on
May 29, 2025 • 0 new comments -
[Feature]: Edit Job Type from API
#9685 commented on
May 29, 2025 • 0 new comments B41A p> -
[Feature]: copy a run to another project
#4790 commented on
May 29, 2025 • 0 new comments -
[Q]: If I want to filter by creation time, it seems that I can't set a precise time here. The finest granularity is by day.
#9805 commented on
May 28, 2025 • 0 new comments -
[Feature]: Adding mmCIF file support for `wandb.Molecule`
#9535 commented on
May 24, 2025 • 0 new comments -
[Feature]: Display two curves in one graph?
#4449 commented on
May 22, 2025 • 0 new comments -
[Feature] enable change of x-axis of the slider in images
#3042 commented on
May 20, 2025 • 0 new comments -
[Q] Mechanism for rerunning failed runs in a sweep?
#1879 commented on
May 19, 2025 • 0 new comments -
[Bug-App]: Scalars synced through `sync_tensorboard=True` cannot be used as alternate x-axes
#9546 commented on
May 18, 2025 • 0 new comments -
[Feature]: Add compression to Object3D (Point Clouds)
#9009 commented on
May 16, 2025 • 0 new comments -
[Feature]: Allow monitoring all GPUs
#9571 commented on
May 16, 2025 • 0 new comments -
[Feature]: Custom class colors for image overlays
#6637 commented on
May 14, 2025 • 0 new comments -
[App]: define_metrics does not work with media type keys
#6500 commented on
May 14, 2025 • 0 new comments -
[Feature]: Installing tensorboard plugin profile for tensorflow
#6455 commented on
May 14, 2025 • 0 new comments -
[Feature]: Delete Button for Panel Grids
#5415 commented on
May 14, 2025 • 0 new comments -
[Feature]: Restore scheduling of deleted runs from grid search
#5197 commented on
May 14, 2025 • 0 new comments -
[Feature]: Add ability to pass directory name to wandb.agent
#5189 commented on
May 14, 2025 • 0 new comments -
'wandb.tensorboard.unpatch()' missing in documentation
#8937 commented on
May 13, 2025 • 0 new comments -
[Feature]: Add option to skip warning on unsupported schemes
#7987 commented on
May 12, 2025 • 0 new comments -
[Bug]: wandbcallback xgboost integration fails for xgboost.cv
#8304 commented on
May 12, 2025 • 0 new comments -
[Feature]: Removing the Cap on Run Comparer
#8314 commented on
May 12, 2025 • 0 new comments -
[Q]: How to set the y-axis of a line plot to `regex` programatically?
#9800 commented on
May 12, 2025 • 0 new comments -
fix(sdk): do not create temp folders on import
#6901 commented on
Jun 3, 2025 • 0 new comments -
feat(sdk): adding upload/download speed to system metrics
#6834 commented on
Jun 3, 2025 • 0 new comments -
fix(launch): Get platfrom arch using uname -m instead of uname -i
#6826 commented on
Jun 3, 2025 • 0 new comments -
feat(integrations): Add integration with MonAI
#6819 commented on
Jun 3, 2025 • 0 new comments -
fix(sdk): fix logging nested custom charts
#6813 commented on
Jun 3, 2025 • 0 new comments -
fix(core): behave well on ctrl-c
#6789 commented on
Jun 3, 2025 • 0 new comments -
feat(integrations): Adjust OpenAI Fine-tuning Integration to also work with Anyscale Endpoints
#6778 commented on
Jun 3, 2025 • 0 new comments -
feat(artifacts): Add fsspec storage handler
#6671 commented on
Jun 3, 2025 • 0 new comments -
feat(nexus): add public api support
#6666 commented on
Jun 3, 2025 • 0 new comments -
fix(integrations): FileNotFoundError and incorrect model logging issues with WandbModelCheckpoint callback
#6423 commented on
Jun 3, 2025 • 0 new comments -
feat(integrations): deprecate gradient logging for Keras WandbCallback
#6419 commented on
Jun 3, 2025 • 0 new comments -
feat(sdk): Expose StreamTable in wandb
#5968 commented on
Jun 4, 2025 • 0 new comments -
Fixing little issues as I'm using launch
#5054 commented on
Jun 3, 2025 • 0 new comments -
feat(artifacts): Implement artifact.download_async() with asyncio.Future for parallel artifact downloads
#4298 commented on
Jun 3, 2025 • 0 new comments -
Make git repo handling more robust
#4114 commented on
Jun 3, 2025 • 0 new comments -
Feature/knob
#3802 commented on
Jun 3, 2025 • 0 new comments -
Feature: new import api
#3271 commented on
Jun 3, 2025 • 0 new comments -
[WB-7260] Feature python report API
#3202 commented on
Jun 3, 2025 • 0 new comments -
Initial pass at codespaces for client
#3129 commented on
Jun 3, 2025 • 0 new comments -
Move graphql and gql out of vendor, fix tests, update requirements
#2904 commented on
Jun 3, 2025 • 0 new comments -
Fix wandb verify with latest client
#2485 commented on
Jun 4, 2025 • 0 new comments -
Bring back mlflow
#2217 commented on
Jun 3, 2025 • 0 new comments -
Feature/ngc
#2090 commented on
Jun 3, 2025 • 0 new comments -
Only squeeze when appropriate
#1938 commented on
Jun 3, 2025 • 0 new comments -
Holy moly OIDC
#1697 commented on
Jun 3, 2025 • 0 new comments -
Initial prototype of @wandb.monitor
#1668 commented on
Jun 3, 2025 • 0 new comments -
[Bug]: Using Python Pool/Multiprocessing causes WandbServiceNotOwnedError
#9654 commented on
Jun 8, 2025 • 0 new comments