Skip to content

Commit

Permalink
Collapse zeros for Tuple & Ref tangents (#565)
Browse files Browse the repository at this point in the history
* collapse zeros for Tuple & Ref tangents

* v1.15.4
  • Loading branch information
mcabbott authored Sep 5, 2022
1 parent 4ce6418 commit 07dfe60
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Project.toml
18 changes: 15 additions & 3 deletions src/projection.jl
13 changes: 8 additions & 5 deletions test/projection.jl

2 comments on commit 07dfe60

@mcabbott
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

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/67720

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:

git tag -a v1.15.4 -m "<description of version>" 07dfe6078ab2ba8861c0f78d80403097b5076a7f
git push origin v1.15.4

Please sign in to comment.