File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# SparseConnectivityTracer.jl
22
3+ ## Version ` v1.2.0 `
4+ * ![ Feature] [ badge-feature ] Add support for ` fma ` ([ #289 ] )
5+ * ![ Bugfix] [ badge-bugfix ] Fix bugs in Hessian code generation ([ #290 ] )
6+ * ![ Documentation] [ badge-docs ] Rephrase "Don't overload manually" ([ #285 ] )
7+ * ![ Maintenance] [ badge-maintenance ] Remove unused custom set types ([ #287 ] )
8+
39## Version ` v1.1.3 `
4- * Remove superflous overloads on ` identity ` and invalidations caused by them ([ #280 ] )
10+ * ![ Bugfix ] [ badge-bugfix ] Remove superflous overloads on ` identity ` and invalidations caused by them ([ #280 ] )
511
612## Version ` v1.1.2 `
713* ![ Bugfix] [ badge-bugfix ] Return ` Dual ` on ` float ` , ` widen ` , ` big ` ([ #279 ] )
@@ -157,6 +163,11 @@ This release is only breaking for users who touched unexported internals.
157163[ badge-maintenance ] : https://img.shields.io/badge/maintenance-gray.svg
158164[ badge-docs ] : https://img.shields.io/badge/docs-orange.svg
159165
166+ [ #290 ] : https://github.com/adrhill/SparseConnectivityTracer.jl/pull/290
167+ [ #289 ] : https://github.com/adrhill/SparseConnectivityTracer.jl/pull/289
168+ [ #287 ] : https://github.com/adrhill/SparseConnectivityTracer.jl/pull/287
169+ [ #285 ] : https://github.com/adrhill/SparseConnectivityTracer.jl/pull/285
170+ [ #282 ] : https://github.com/adrhill/SparseConnectivityTracer.jl/pull/282
160171[ #280 ] : https://github.com/adrhill/SparseConnectivityTracer.jl/pull/280
161172[ #279 ] : https://github.com/adrhill/SparseConnectivityTracer.jl/pull/279
162173[ #271 ] : https://github.com/adrhill/SparseConnectivityTracer.jl/pull/271
Original file line number Diff line number Diff line change 11name = " SparseConnectivityTracer"
22uuid = " 9f842d2f-2579-4b1d-911e-f412cf18a3f5"
33authors = [" Adrian Hill <gh@adrianhill.de>" ]
4- version = " 1.1.3 "
4+ version = " 1.2.0 "
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
You can’t perform that action at this time.
0 commit comments