-
Notifications
You must be signed in to change notification settings - Fork 438
Releasing 0.9.4 and moving to 0.10.0 #904
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
Comments
I think I have everything that I hoped to for a .9.4 release already submitted. As for .10, I am in favor of using that release to begin phasing out deprecations, most notably the matrix class. Another possible future change to consider for that time frame is merging What's needed for a 1.0 release? Here are two possible features that come to mind that may be worth considering:
|
As long as we are talking about architecture, I had a question about the use of the dictionaries |
There are not actually two separate class variables. Instead |
Regarding system classes, here is what we have now: I think we can do the following:
This would give us something like this (focusing just on the I/O system classes and leaving out FRD): |
That makes sense! - I agree with your suggestions for how to collapse the class hierarchy. Also - sounds good in regards to putting off multivar interconnect to the next release. Might be nice to have some time to experiment with it once it is merged because of the aforementioned changes. |
Hi, I am sorry that I can not participate much in the discussions recently. I am in preparation of my upcoming PhD defense. As far as I can tell, all suggestions look good to me, though. |
Closing this issue since 0.9.4 has now been released. Discussion on 0.10 is moved to #917. |
I am planning to do a new release (0.9.4) in the coming days that will include all recent PRs except #881, since that may have some incompatibilities due to the requirement to use lists (versus tuples) in some parts of the
interconnect
interface.Are there any additional changes we want for 0.9.4?
For version 0.10.0, I was thinking that we might:
matrix
class (no longer recommended by NumPy, though not yet deprecated)Use this issue to post thoughts and suggestions.
The text was updated successfully, but these errors were encountered: