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.
Files changed (60) hide show
  1. {weco-0.3.6 → weco-0.3.7}/PKG-INFO +1 -1
  2. {weco-0.3.6 → weco-0.3.7}/pyproject.toml +1 -1
  3. {weco-0.3.6 → weco-0.3.7}/weco/constants.py +1 -1
  4. {weco-0.3.6 → weco-0.3.7}/weco.egg-info/PKG-INFO +1 -1
  5. {weco-0.3.6 → weco-0.3.7}/.github/workflows/lint.yml +0 -0
  6. {weco-0.3.6 → weco-0.3.7}/.github/workflows/release.yml +0 -0
  7. {weco-0.3.6 → weco-0.3.7}/.gitignore +0 -0
  8. {weco-0.3.6 → weco-0.3.7}/LICENSE +0 -0
  9. {weco-0.3.6 → weco-0.3.7}/README.md +0 -0
  10. {weco-0.3.6 → weco-0.3.7}/assets/example-optimization.gif +0 -0
  11. {weco-0.3.6 → weco-0.3.7}/assets/weco.svg +0 -0
  12. {weco-0.3.6 → weco-0.3.7}/contributing.md +0 -0
  13. {weco-0.3.6 → weco-0.3.7}/examples/README.md +0 -0
  14. {weco-0.3.6 → weco-0.3.7}/examples/cuda/README.md +0 -0
  15. {weco-0.3.6 → weco-0.3.7}/examples/cuda/evaluate.py +0 -0
  16. {weco-0.3.6 → weco-0.3.7}/examples/cuda/module.py +0 -0
  17. {weco-0.3.6 → weco-0.3.7}/examples/cuda/requirements.txt +0 -0
  18. {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/README.md +0 -0
  19. {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/eval.py +0 -0
  20. {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/guide.md +0 -0
  21. {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/optimize.py +0 -0
  22. {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/prepare_data.py +0 -0
  23. {weco-0.3.6 → weco-0.3.7}/examples/extract-line-plot/pyproject.toml +0 -0
  24. {weco-0.3.6 → weco-0.3.7}/examples/hello-world/README.md +0 -0
  25. {weco-0.3.6 → weco-0.3.7}/examples/hello-world/colab_notebook_walkthrough.ipynb +0 -0
  26. {weco-0.3.6 → weco-0.3.7}/examples/hello-world/evaluate.py +0 -0
  27. {weco-0.3.6 → weco-0.3.7}/examples/hello-world/module.py +0 -0
  28. {weco-0.3.6 → weco-0.3.7}/examples/hello-world/requirements.txt +0 -0
  29. {weco-0.3.6 → weco-0.3.7}/examples/prompt/README.md +0 -0
  30. {weco-0.3.6 → weco-0.3.7}/examples/prompt/eval.py +0 -0
  31. {weco-0.3.6 → weco-0.3.7}/examples/prompt/optimize.py +0 -0
  32. {weco-0.3.6 → weco-0.3.7}/examples/prompt/prompt_guide.md +0 -0
  33. {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/README.md +0 -0
  34. {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/competition_description.md +0 -0
  35. {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/data/sample_submission.csv +0 -0
  36. {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/data/test.csv +0 -0
  37. {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/data/train.csv +0 -0
  38. {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/evaluate.py +0 -0
  39. {weco-0.3.6 → weco-0.3.7}/examples/spaceship-titanic/train.py +0 -0
  40. {weco-0.3.6 → weco-0.3.7}/examples/triton/README.md +0 -0
  41. {weco-0.3.6 → weco-0.3.7}/examples/triton/evaluate.py +0 -0
  42. {weco-0.3.6 → weco-0.3.7}/examples/triton/module.py +0 -0
  43. {weco-0.3.6 → weco-0.3.7}/examples/triton/requirements.txt +0 -0
  44. {weco-0.3.6 → weco-0.3.7}/setup.cfg +0 -0
  45. {weco-0.3.6 → weco-0.3.7}/tests/__init__.py +0 -0
  46. {weco-0.3.6 → weco-0.3.7}/tests/test_byok.py +0 -0
  47. {weco-0.3.6 → weco-0.3.7}/tests/test_cli.py +0 -0
  48. {weco-0.3.6 → weco-0.3.7}/weco/__init__.py +0 -0
  49. {weco-0.3.6 → weco-0.3.7}/weco/api.py +0 -0
  50. {weco-0.3.6 → weco-0.3.7}/weco/auth.py +0 -0
  51. {weco-0.3.6 → weco-0.3.7}/weco/cli.py +0 -0
  52. {weco-0.3.6 → weco-0.3.7}/weco/credits.py +0 -0
  53. {weco-0.3.6 → weco-0.3.7}/weco/optimizer.py +0 -0
  54. {weco-0.3.6 → weco-0.3.7}/weco/panels.py +0 -0
  55. {weco-0.3.6 → weco-0.3.7}/weco/utils.py +0 -0
  56. {weco-0.3.6 → weco-0.3.7}/weco.egg-info/SOURCES.txt +0 -0
  57. {weco-0.3.6 → weco-0.3.7}/weco.egg-info/dependency_links.txt +0 -0
  58. {weco-0.3.6 → weco-0.3.7}/weco.egg-info/entry_points.txt +0 -0
  59. {weco-0.3.6 → weco-0.3.7}/weco.egg-info/requires.txt +0 -0
  60. {weco-0.3.6 → weco-0.3.7}/weco.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: weco
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
  Summary: Documentation for `weco`, a CLI for using Weco AI's code optimizer.
5
5
  Author-email: Weco AI Team <contact@weco.ai>
6
6
  License:
@@ -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.6"
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"), ("vertex_ai", "claude-opus-4-5")]
14
+ DEFAULT_MODELS = [("gemini", "gemini-3-pro-preview"), ("openai", "o4-mini"), ("anthropic", "claude-opus-4-5")]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: weco
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
  Summary: Documentation for `weco`, a CLI for using Weco AI's code optimizer.
5
5
  Author-email: Weco AI Team <contact@weco.ai>
6
6
  License:
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