-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add new tests for Segment * Bump patch version * Add test verbose and showtimings * Complete TODO action * Add tests for alternate FP types * Fix typo and add more alt FP test coverage * Fix typo * Bugfix * Bugfix - missing N for Gauss-Legendre rules * Bugfix - missing unit exponents * Mark type tests broken, named f32, increase GL rule N * Fix typo * Reduce N for GL rules, add looser atol's for F32 results * Tweak tolerances * Split tests into new set [skip ci] * Implement new tests for Rope * Bugfix * Math correction * Add new tests for Ring * Bugfixes * Bugfix * Remove Ring from old tests * Bugfix * Reorganize alt FP tests * Fix atol value, abstract testset with a loop * Remove unnecessary begin * Abstract FP type, split aliases into separate set * Update types * Add BigFloat tests * Conditional broken statement * Enhance integral docstring, add sub-FP64 warning * Improved argument explanation Co-authored-by: Joshua Lampert <[email protected]> * Drop an explicit showtimings Co-authored-by: Joshua Lampert <[email protected]> * Remove redundant showtimings * Add a type-dependent atol * Add note about BigFloat --------- Co-authored-by: Joshua Lampert <[email protected]>
- Loading branch information
1 parent
c5ee557
commit 4e517fc
Showing
3 changed files
with
169 additions
and
9 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "MeshIntegrals" | ||
uuid = "dadec2fd-bbe0-4da4-9dbe-476c782c8e47" | ||
authors = ["Mike Ingold <[email protected]>"] | ||
version = "0.13.3" | ||
version = "0.13.4" | ||
|
||
[deps] | ||
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb" | ||
|
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
4e517fc
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
4e517fc
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/115659
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:
4e517fc
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.
Seems like the Tagbot didn't create a new tag. The logs say: https://github.com/mikeingold/MeshIntegrals.jl/actions/runs/10978119797/job/30480877628#step:3:64. This looks like JuliaRegistries/TagBot#350 and seems to be a problem in TagBot.