-
Notifications
You must be signed in to change notification settings - Fork 172
Deprecate fipy.steppers in favor of steppyngstounes #777
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
guyer
merged 65 commits into
usnistgov:master
from
guyer:issue620-Working_example_of_adaptive_stepper-use_steppyngstounes
Jun 5, 2025
Merged
Deprecate fipy.steppers in favor of steppyngstounes #777
guyer
merged 65 commits into
usnistgov:master
from
guyer:issue620-Working_example_of_adaptive_stepper-use_steppyngstounes
Jun 5, 2025
Conversation
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
It's done for all intents and purposes
Time steps increase geometrically, not parabolically. Parabolically increasing timesteps (`dt0 * (n/2)**2`) do not perform as well.
Can't deprecate base class for some reason. Don't really need to.
5ef6bac to
40879d5
Compare
TeX-Live loaded by GHActions/Docs4NIST is really old and doesn't have \qty command.
TeX-Live version doesn't seem to understand anything
Can't get the ancient version of siunitx in the Docs4NIST Docker image to work right.
|
@wd15: I could use help figuring out what to do with nix. It's failing because I added steppyngstounes. This can probably wait until I turn steppyngstounes into a conda-forge package. |
Even though steppyngstounes is noarch and works back to Python 2.7, conda-forge feedstock recipes don't seem to accomodate that very well. Easier to just install it from pip for the more bit-rotty solver suites.
This reverts commit 214a9fd.
This reverts commit a85b12d.
This reverts commit 517ffd9.
This reverts commit 0a3c7e5.
This reverts commit fdf545b.
This reverts commit 52193fc.
wd15
approved these changes
Jun 5, 2025
|
I couldn't find any issues in the two rendered examples. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The
fipy.steppersclasses were never documented and extremely rarely used.On the plus side, they didn't work very well.
The whole thing has been refactored as
steppyngstounesand examples have been added inexamples.phase.binaryandexamples.phase.binaryCoupled.Fixes #620