-
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.
Remove
ConnectivityTracer
and legacy API (#140)
* Remove `ConnectivityTracer` * Remove legacy interface * Add CHANGELOG: this is our first actually breaking release in a while
- Loading branch information
Showing
25 changed files
with
132 additions
and
883 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# SparseConnectivityTracer.jl | ||
|
||
## Version `v0.6.0` | ||
* ![BREAKING][badge-breaking] Remove `ConnectivityTracer` ([#140][pr-140]) | ||
* ![BREAKING][badge-breaking] Remove legacy interface ([#140][pr-140]) | ||
* instead of `jacobian_pattern(f, x)`, use `jacobian_sparsity(f, x, TracerSparsityDetector())` | ||
* instead of `hessian_pattern(f, x)`, use `hessian_sparsity(f, x, TracerSparsityDetector())` | ||
* instead of `local_jacobian_pattern(f, x)`, use `jacobian_sparsity(f, x, TracerLocalSparsityDetector())` | ||
* instead of `local_hessian_pattern(f, x)`, use `hessian_sparsity(f, x, TracerLocalSparsityDetector())` | ||
* ![Bugfix][badge-bugfix] Remove overloads on `similar` to reduce amount of invalidations ([#132][pr-132]) | ||
* ![Enhancement][badge-enhancement] Add array overloads ([#131][pr-131]) | ||
* ![Enhancement][badge-enhancement] Generalize sparsity pattern representations ([#139][pr-139], [#119][pr-119]) | ||
* ![Enhancement][badge-enhancement] Reduce allocations of new tracers ([#128][pr-128]) | ||
* ![Enhancement][badge-enhancement] Reduce compile times ([#119][pr-119]) | ||
|
||
[pr-140]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/140 | ||
[pr-139]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/139 | ||
[pr-132]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/132 | ||
[pr-131]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/131 | ||
[pr-128]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/128 | ||
[pr-126]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/126 | ||
[pr-119]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/119 | ||
|
||
<!-- | ||
# Badges | ||
![BREAKING][badge-breaking] | ||
![Deprecation][badge-deprecation] | ||
![Feature][badge-feature] | ||
![Enhancement][badge-enhancement] | ||
![Bugfix][badge-bugfix] | ||
![Experimental][badge-experimental] | ||
![Maintenance][badge-maintenance] | ||
![Documentation][badge-docs] | ||
--> | ||
|
||
[badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg | ||
[badge-deprecation]: https://img.shields.io/badge/deprecation-orange.svg | ||
[badge-feature]: https://img.shields.io/badge/feature-green.svg | ||
[badge-enhancement]: https://img.shields.io/badge/enhancement-blue.svg | ||
[badge-bugfix]: https://img.shields.io/badge/bugfix-purple.svg | ||
[badge-security]: https://img.shields.io/badge/security-black.svg | ||
[badge-experimental]: https://img.shields.io/badge/experimental-lightgrey.svg | ||
[badge-maintenance]: https://img.shields.io/badge/maintenance-gray.svg | ||
[badge-docs]: https://img.shields.io/badge/docs-orange.svg |
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
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
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
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
Oops, something went wrong.