-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Use @property decorators #81
Comments
A number of the zero-argument property functions currently do some computation to cache expensive results, so it might be worthwhile considering |
I'm fine with using |
It would be good to create a release/tag with a last working version before proceeding with large changes. |
I'm in favour of backward-incompatible API improvements in UFL. However I'd rather they came in a limited number of batches, rather than a constant dribble. Users should understand us changing our API for the better, but their appetite for repeatedly changing their code will be limited. |
The latest version working with DOLFIN (bitbucket) is 1de7f12 (or maybe 7a4303f) |
I think we should start using property decorators, as it would make alot of the code more readable.
AbstractCell
#169The text was updated successfully, but these errors were encountered: