-
Notifications
You must be signed in to change notification settings - Fork 27
WIP: Rework and Simplify Internals #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
bee260d
Simplify the internals
wesselb afdffdd
Fix test and remove redundant print statement
wesselb 04d8ab6
Add extrapolate_fdm
wesselb 134fa56
Add Richardson
wesselb d8b1332
Add method of extrapolate_fdm with given h
wesselb 1847c8e
Exploit symmetry of FDM in extrapolate
wesselb 48469a7
Update README and add section about multivariate derivatives
wesselb 1aac4be
Update Manifest.toml for docs
wesselb 1898125
Fix docs build
wesselb ac37a04
Update src/methods.jl
wesselb 3de701e
Update src/methods.jl
wesselb 28c17f0
Fix style of short-form functions
wesselb bdc269b
Update src/methods.jl
wesselb aa59682
Update src/methods.jl
wesselb 49cb803
Update src/methods.jl
wesselb 4ddb4c2
Update src/methods.jl
wesselb ad3950a
Update src/methods.jl
wesselb aa70c21
Update src/methods.jl
wesselb e857577
Update src/methods.jl
wesselb 5a96a7d
Update src/methods.jl
wesselb 2a753bc
Update src/methods.jl
wesselb 0cdefad
Update src/methods.jl
wesselb ead7a3e
Fix test for Base.show
wesselb c54f64b
Improve typing
wesselb 6875a6d
Update src/methods.jl
wesselb c14f4f7
Fix typo in comment
wesselb 7f4baca
Apply Lyndon's style suggestion
wesselb 18609b2
Inline simple methods
wesselb 3074889
Add types for power and breaktol
wesselb 8add873
Increase version number and add Richardson to compat
wesselb 703e0eb
Let grid functions always return Vectors
wesselb c0cbd72
Restrict docstring of add_tiny
wesselb a8de750
Merge branch 'master' into wb/fdm-restructuring
wesselb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
Need to bump the version at the top of this file
Are we happy enough with the public API to call this v1?
I think we are.
Or we might want to do a last release with deprecations,
and then remove those as a follow up so v1. has no deprecations
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.
I'm not sure what's best. For now, I've changed the version to
0.11.0
. Let me know if you want to go for a major release instead.