-
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.
- Loading branch information
1 parent
53cdff7
commit cdd6e24
Showing
12 changed files
with
296 additions
and
149 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Thank you for making an issue. | ||
If you are submitting a bug report, it will help us if you include the following information: | ||
|
||
- Your version of Julia and all packages in your activated Julia environment | ||
- A small example that demonstrates the bug. If possible, please make the code copy-pastable into a fresh REPL. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Thank you for your contribution! | ||
If you have any questions about your PR, or need help completing it, you can ping the maintainers of this repository, who will be happy to help if they can find time. | ||
|
||
You can optionally use the following checklist when you work on your PR: | ||
- [ ] I have updated any relevant documentation and docstrings. | ||
- [ ] I have added unit tests, and the CodeCov bot shows tests cover my new code. | ||
- [ ] I have mentioned my changes in the CHANGELOG.md file. |
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 |
---|---|---|
|
@@ -4,12 +4,12 @@ version = "0.1.0" | |
authors = ["Jakob Nybo Nissen <[email protected]>"] | ||
|
||
[deps] | ||
MemViews = "a791c907-b98b-4e44-8f4d-e4c2362c6b2f" | ||
MemoryViews = "a791c907-b98b-4e44-8f4d-e4c2362c6b2f" | ||
StringViews = "354b36f9-a18e-4713-926e-db85100087ba" | ||
|
||
[compat] | ||
FormatSpecimens = "1.1.0" | ||
MemViews = "0.2" | ||
MemoryViews = "0.2" | ||
StringViews = "1.3.3" | ||
|
||
[extras] | ||
|
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,4 +1,7 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
MemViews = "a791c907-b98b-4e44-8f4d-e4c2362c6b2f" | ||
MemoryViews = "a791c907-b98b-4e44-8f4d-e4c2362c6b2f" | ||
XAMAuxData = "e99d641e-1821-45d7-9150-ecb7bf333fe1" | ||
|
||
[sources] | ||
XAMAuxData = {path = ".."} |
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
Oops, something went wrong.