Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c22c94b
Added m.copy() method.
bobbyxng Mar 17, 2026
8218503
Added testing suite for m.copy().
bobbyxng Mar 17, 2026
2da2d35
Fix solver_dir type annotation.
bobbyxng Mar 17, 2026
bb6b8a4
Bug fix: xarray copyies need to be .
bobbyxng Mar 18, 2026
724b850
Intial commit: Working dualizer for LPs.
bobbyxng Mar 18, 2026
c49a2b8
Fixed typing issues. Initialise dual objective with LinearExpression(…
bobbyxng Mar 18, 2026
b6c26fe
Fixed more typing issues.
bobbyxng Mar 18, 2026
8b66ba0
Added code-block to dualize() examples.
bobbyxng Mar 18, 2026
883d858
Fix more typing issues.
bobbyxng Mar 18, 2026
1b6d09f
Fixed variable bounds for dualisation of max problems (primal) --> re…
bobbyxng Mar 18, 2026
f45c49c
Updated docstrings for max -> min.
bobbyxng Mar 18, 2026
fe8d952
Moved copy to io.py, added deep-copy to all xarray operations.
bobbyxng Mar 18, 2026
3dc0ef0
Merge branch 'copy' into dual
bobbyxng Mar 18, 2026
f4016a8
Improved copy method: Strengtheninc copy protocol compatibility, chec…
bobbyxng Mar 20, 2026
49e9246
Added release notes.
bobbyxng Mar 20, 2026
cad7110
Merge branch 'copy' into dual
bobbyxng Mar 20, 2026
4089a85
Made Model.copy defaulting to deep copy more explicit.
bobbyxng Mar 20, 2026
f38e4d9
Merge branch 'copy' into dual
bobbyxng Mar 20, 2026
0199d67
Fine-tuned docs and added to read the docs api.rst.
bobbyxng Mar 20, 2026
e1760d1
Merge branch 'copy' into dual
bobbyxng Mar 20, 2026
e90bea0
Merge branch 'master' into dual
bobbyxng Apr 8, 2026
3e0f512
Clean up some methods in `dual` module (#629)
brynpickering Apr 8, 2026
70d0cab
fix: use dimension coords only when adding dual variables to avoid sc…
bobbyxng Apr 8, 2026
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
Loading
Loading