Skip to content

Commit fd0df18

Browse files
committed
SparseConnectivityTracer v1.2.0
1 parent fb86335 commit fd0df18

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SparseConnectivityTracer"
22
uuid = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
33
authors = ["Adrian Hill <gh@adrianhill.de>"]
4-
version = "1.1.3"
4+
version = "1.2.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)