Releases: adrhill/SparseConnectivityTracer.jl
Releases · adrhill/SparseConnectivityTracer.jl
v1.1.3
v1.1.2
SparseConnectivityTracer v1.1.2
Merged pull requests:
v1.1.1
v1.1.0
SparseConnectivityTracer v1.1.0
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#265) (@dependabot[bot])
- Add references to doc strings (#266) (@adrhill)
- Add ChainRulesCore extension, support
ignore_derivatives(#267) (@adrhill) - Fix
deton matrix ofDuals (#268) (@adrhill)
Closed issues:
- Support
ChainRules.ignore_derivativesand friends (#212)
v1.0.2
v1.0.1
SparseConnectivityTracer v1.0.1
Merged pull requests:
- Fix a typo in adtypes_interface.jl (#257) (@amontoison)
- Fix invalidations on
ismissingandisnothing(#259) (@adrhill)
Closed issues:
- The isnothing and ismissing overloads cause invalidations (#258)
v1.0.0
SparseConnectivityTracer v1.0.0
This release is only breaking for users who touched unexported internals.
Refactor internal types (#254)
Select internal data structures for sparsity pattern representations via the
TracerSparsityDetectorandTracerLocalSparsityDetectorkeyword argumentsgradient_pattern_typeandhessian_pattern_type. Refer to the new doc page on "Performance" for more information. (#254, #256)Move DataInterpolations.jl extension out of SCT (#255)
Merged pull requests:
- mention PreallocationTools.jl (#253) (@ranocha)
- Simplify tracer types (#254) (@adrhill)
- Move DataInterpolations extension out of SCT (#255) (@adrhill)
- Document configuration of data structures for sparsity patterns (#256) (@adrhill)
Closed issues:
v0.6.21
SparseConnectivityTracer v0.6.21
Merged pull requests: