-
Notifications
You must be signed in to change notification settings - Fork 161
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
Remove deprecations #4024
Remove deprecations #4024
Conversation
|
|
LGTM, I am very much in favour of changing We should put a message in the slack channel warning that |
I have added this to Wednesday's agenda. And assuming no issues we can merge later in the week following a couple of days warning. |
* Remove `.split()` * Deprecate `.subfunctions` for function spaces in favour of `.subspaces`.
5ade89e
to
e84dfdc
Compare
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 endorse this motion.
I've just left a suggestion to clarify the deprecation is only for FunctionSpace
, not Function
.
As we discussed offline, lets give a few days warning in slack before merging.
Co-authored-by: Josh Hope-Collins <[email protected]>
Description
.split()
methodV.subfunctions
in favour ofV.subspaces
(this needs some discussion)TODO