-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No conversion of collections without a '.'. Export promote_to_derived
modified: Project.toml 0.5.0 modified: README.md Update example renamed: examples/readme_example.jl -> example/readme_example.jl renamed: examples/torpedo_hangglider.jl -> example/torpedo_hangglider.jl modified: src/MechanicalUnits.jl export promote_to_derived modified: src/internal_functions.jl Improve docstring modified: test/conversion_promotion.jl Update test of array conversion
- Loading branch information
Showing
7 changed files
with
26 additions
and
135 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 = "MechanicalUnits" | ||
uuid = "e6be9192-89dc-11e9-36e6-5dbcb28f419e" | ||
authors = ["hustf <[email protected]>"] | ||
version = "0.4.4" | ||
version = "0.5.0" | ||
|
||
[deps] | ||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
|
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
File renamed without changes.
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