-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "SparseConnectivityTracer" | ||
uuid = "9f842d2f-2579-4b1d-911e-f412cf18a3f5" | ||
authors = ["Adrian Hill <[email protected]>"] | ||
version = "0.6.0-DEV" | ||
version = "0.6.0" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
ec44afc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
ConnectivityTracer
(#140)jacobian_pattern(f, x)
, usejacobian_sparsity(f, x, TracerSparsityDetector())
hessian_pattern(f, x)
, usehessian_sparsity(f, x, TracerSparsityDetector())
local_jacobian_pattern(f, x)
, usejacobian_sparsity(f, x, TracerLocalSparsityDetector())
local_hessian_pattern(f, x)
, usehessian_sparsity(f, x, TracerLocalSparsityDetector())
similar
to reduce amount of invalidations (#132)ec44afc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/112059
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: