-
Notifications
You must be signed in to change notification settings - Fork 626
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
Prepare for 1.20 release #1723
Prepare for 1.20 release #1723
Conversation
* meep.BoundarySteppingPE ("boundary stepping PE") | ||
* meep.BoundarySteppingE ("boundary stepping E") | ||
* meep.Other ("everything else") | ||
can be one of the following integer constants: `0`: "time stepping", `1`: "connecting chunks", |
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.
Why do we use these integer values here instead of the enum?
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.
Two reasons: (1) integer values for the indices of the timing stack was the way this was originally documented and (2) for convenience, since the enums sometimes have too many characters to type out.
* Prepare for 1.20 release * remove nightly built Conda package from the installation page * update description for subpixel smoothing of MaterialGrid * bump 1.20.0 date, update links * whoops * version bump Co-authored-by: Steven G. Johnson <[email protected]>
* Prepare for 1.20 release * remove nightly built Conda package from the installation page * update description for subpixel smoothing of MaterialGrid * bump 1.20.0 date, update links * whoops * version bump Co-authored-by: Steven G. Johnson <[email protected]>
Also includes some minor improvements to the docs.