-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
randn_tangent
to match zero_tangent
fix for circular referenc…
…es (#228) * introduce `randn_tangent_internal` * update tests * some modification to `has_equal_data` still infinite recurse * some code comments, not working yet * some update, no test yet * fix `has_equal_data` * fix `increment!!` * more resolutions * more fix * remove some changes to limit the scope * bump patch version * improve the comment * remove one wrong test case * remove modifications to `populate_address_map!` * move some common circular ref test case to TestResources * version bump * Remove two-argument randn_tangent methods * remove unreasonable test * fix type stability issue * simplify `zero_tangent` like `randn_tangent` * Update test/tangents.jl Co-authored-by: Will Tebbutt <wct23@cam.ac.uk> * apply Will's suggestions * fix test cov * fix error in test * add more test for coverage --------- Co-authored-by: willtebbutt <wtebbutt@turing.ac.uk> Co-authored-by: Will Tebbutt <wct23@cam.ac.uk>
- Loading branch information
1 parent
0390b34
commit eb4f54c
Showing
6 changed files
with
234 additions
and
152 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
Oops, something went wrong.
eb4f54c
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
eb4f54c
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/115344
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
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: