Skip to content

Commit

Permalink
schematic.Drawing: add shorten kwarg to line and curve
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Dec 12, 2024
1 parent db64610 commit 5b18c43
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 13,897 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Release notes for `quimb`.
**Enhancements:**

- replace all `numba` based paralellism (`prange` and parallel vectorize) with explicit thread pool based parallelism. Should be more reliable and no need to set `NUMBA_NUM_THREADS` anymore. Remove env var `QUIMB_NUMBA_PAR`.
- [`schematic.Drawing`](quimb.schematic.Drawing): add `shorten` kwarg to [line drawing](quimb.schematic.Drawing.line) and [curve drawing](quimb.schematic.Drawing.curve) and examples to {ref}`schematic`.


(whats-new-1-9-0)=
Expand Down
Loading

0 comments on commit 5b18c43

Please sign in to comment.