Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1] - 2026-05-14

### Changed
- **Lazy `VectorVariable` fast paths**: LP extraction, bounds handling, and solver setup now preserve vector-backed metadata longer instead of forcing immediate scalar `Variable` materialization.
- **Single-vector NLP cold-start path**: Unconstrained `VectorVariable` objectives such as `x.dot(x) - x.sum()` now compile through a contiguous vector layout, reuse vector-backed solver metadata, and avoid first-solve scalar materialization on the hot path.
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/results/benchmark_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"cpu_count": 2,
"machine": "x86_64",
"numpy_version": "2.3.5",
"optyx_version": "1.3.0",
"optyx_version": "1.3.1",
"platform": "Linux-6.8.0-1044-azure-x86_64-with-glibc2.39",
"processor": "x86_64",
"python_implementation": "CPython",
"python_version": "3.12.1",
"scipy_version": "1.16.3",
"timestamp_utc": "2026-05-14T14:42:29.831269+00:00"
"timestamp_utc": "2026-05-14T15:39:50.351535+00:00"
}
136 changes: 68 additions & 68 deletions benchmarks/results/benchmark_output.txt

Large diffs are not rendered by default.

Loading
Loading