-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve support for InverseFunctions (#652)
* Support InverseFunctions on Julia < v1.9 * Document ustrip support for InverseFunctions * Fix up whitespace in test/runtests.jl Co-authored-by: Mosè Giordano <[email protected]> * Move ustrip inverse docs * Fix ustrip inverse docs Co-authored-by: Sebastian Stock <[email protected]> * Improve Aqua tests Co-authored-by: Sebastian Stock <[email protected]> * Update Aqua config in tests Co-authored-by: Sebastian Stock <[email protected]> * Require Aqua v0.6.3 Co-authored-by: Sebastian Stock <[email protected]> --------- Co-authored-by: Mosè Giordano <[email protected]> Co-authored-by: Sebastian Stock <[email protected]>
- Loading branch information
1 parent
3798720
commit 9356228
Showing
6 changed files
with
24 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
```@meta | ||
DocTestSetup = quote | ||
using Unitful | ||
using InverseFunctions | ||
end | ||
``` | ||
# Manipulating units | ||
|
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
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