weco 0.3.6__tar.gz → 0.3.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {weco-0.3.6 → weco-0.3.7}/PKG-INFO +1 -1
- {weco-0.3.6 → weco-0.3.7}/pyproject.toml +1 -1
- {weco-0.3.6 → weco-0.3.7}/weco/constants.py +1 -1
- {weco-0.3.6 → weco-0.3.7}/weco.egg-info/PKG-INFO +1 -1
- {weco-0.3.6 → weco-0.3.7}/.github/workflows/lint.yml +0 -0
- {weco-0.3.6 → weco-0.3.7}/.github/workflows/release.yml +0 -0
- {weco-0.3.6 → weco-0.3.7}/.gitignore +0 -0
- {weco-0.3.6 → weco-0.3.7}/LICENSE +0 -0
- {weco-0.3.6 → weco-0.3.7}/README.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/assets/example-optimization.gif +0 -0
- {weco-0.3.6 → weco-0.3.7}/assets/weco.svg +0 -0
- {weco-0.3.6 → weco-0.3.7}/contributing.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/README.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/cuda/README.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/cuda/evaluate.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/cuda/module.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/cuda/requirements.txt +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/README.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/eval.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/guide.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/optimize.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/prepare_data.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/pyproject.toml +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/hello-world/README.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/hello-world/colab_notebook_walkthrough.ipynb +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/hello-world/evaluate.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/hello-world/module.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/hello-world/requirements.txt +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/prompt/README.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/prompt/eval.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/prompt/optimize.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/prompt/prompt_guide.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/README.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/competition_description.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/data/sample_submission.csv +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/data/test.csv +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/data/train.csv +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/evaluate.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/train.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/triton/README.md +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/triton/evaluate.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/triton/module.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/examples/triton/requirements.txt +0 -0
- {weco-0.3.6 → weco-0.3.7}/setup.cfg +0 -0
- {weco-0.3.6 → weco-0.3.7}/tests/__init__.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/tests/test_byok.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/tests/test_cli.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco/__init__.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco/api.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco/auth.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco/cli.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco/credits.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco/optimizer.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco/panels.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco/utils.py +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco.egg-info/SOURCES.txt +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco.egg-info/dependency_links.txt +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco.egg-info/entry_points.txt +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco.egg-info/requires.txt +0 -0
- {weco-0.3.6 → weco-0.3.7}/weco.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ name = "weco"
|
|
|
8
8
|
authors = [{ name = "Weco AI Team", email = "contact@weco.ai" }]
|
|
9
9
|
description = "Documentation for `weco`, a CLI for using Weco AI's code optimizer."
|
|
10
10
|
readme = "README.md"
|
|
11
|
-
version = "0.3.
|
|
11
|
+
version = "0.3.7"
|
|
12
12
|
license = { file = "LICENSE" }
|
|
13
13
|
requires-python = ">=3.8"
|
|
14
14
|
dependencies = [
|
|
@@ -11,4 +11,4 @@ TRUNCATION_KEEP_LENGTH = 25000 # Characters to keep from beginning and end
|
|
|
11
11
|
SUPPORTED_FILE_EXTENSIONS = [".md", ".txt", ".rst"]
|
|
12
12
|
|
|
13
13
|
# Default models for each provider in order of preference
|
|
14
|
-
DEFAULT_MODELS = [("gemini", "gemini-3-pro-preview"), ("openai", "o4-mini"), ("
|
|
14
|
+
DEFAULT_MODELS = [("gemini", "gemini-3-pro-preview"), ("openai", "o4-mini"), ("anthropic", "claude-opus-4-5")]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|