python-control / Slycot

Python wrapper for the Subroutine Library in Systems and Control Theory (SLICOT)
Other
130 stars 42 forks source link

Defining Roadmap to Slycot 0.7.0 #204

Open KybernetikJo opened 1 year ago

KybernetikJo commented 1 year ago

I would like to define a Roadmap to the next version of Slycot. Because with #201 and #203 there will be new routines, I guess the version should be increased to v0.6.0!

First a merge of

would be nice. I can revise #201 and #203 again, but basically the wrappers work.

I guess #200 needs a final decision. Furthermore, some other Slycot routines identified by @roryyorke in #200 may need a fix.


First, I would like to ask if a sphinx documentation is actually desired?

If the answer is yes, I would like to merge a sphinx documentation:

After that, the following could be done:

Remark: Things that are marked as ~tasks~~ will most likely be postponed to Slycot v0.7!

What do you think? source_dev_slicot_slycot_13_1 source_dev_slicot_slycot_14_0

roryyorke commented 1 year ago

Thanks for all the work @KybernetikJo. Thanks also @bnavigator for reviewing and merging---I don't have much free time at the moment.

FWIW, you might be interested in https://github.com/python-control/python-control/discussions/928 , though I don't know if it's gone anywhere.

KybernetikJo commented 8 months ago

@bnavigator @roryyorke

Because I have less time than expected, I would like to move the addition of the sphinx documentation to a milestone 0.7.0! That includes the movement of examples and also the pytest file structure refactoring. Otherwise, the PR #202 could become a showstopper for a Slycot 0.6.0 release.

In addition, I would like to postpone #208 to milestone 0.7.0 Numpy 2.0.0 is going to have a lot of updates to f2py. It could be a good time to have a fresh look at it.

Defining Roadmap to Slycot 0.7.0:

This would be my wish list, but I have to add "Resolve or postpone these issues before releasing 0.7.0."

bnavigator commented 8 months ago

Sounds good to me! I'd rather get the existing improvements into a 0.6 and get work on a 0.7 started, than waiting for perfection.

What do we really want to have in 0.6 already? Maybe at least a hint, that as of now any wrapper "may or may not" alter input parameters.

KybernetikJo commented 7 months ago

What do we really want to have in 0.6 already?

I think all PRs since v0.5.4! Three new wrappers and four existing wrappers have been added to Slycot/__init__.py.

Maybe at least a hint, that as of now any wrapper "may or may not" alter input parameters.

Where do you want to place this hint? Readme.md? Release Notes? Would that be enough?


Current state of Slycot.

slycot_overview

slycot_overview_venn

bnavigator commented 7 months ago

Where do you want to place this hint? Readme.md? Release Notes? Would that be enough?

Yes, both is a good idea and would be enough in my eyes.