You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the interest of time, I'm splitting #79. What I can't do in time for an immediate code release to coincide with the paper, I will address in a future version.
The time for reach goals is now! I'm migrating content from #79 now that the paper is all done. Here's what I want to do next:
make it easy for users to add formats by making a parametrization class (like scipy.stats.rv_continuous, etc.), with consistent syntax for conversions to replace the using keyword, opens the door for implementing SparsePZ, FlexZBoost formats
replace qp.PDF.\[insert parametrization format here\]with cleaner dict object
remove checking if parametrization exists/calculating with default parameters in favor of exceptions
In the interest of time, I'm splitting #79. What I can't do in time for an immediate code release to coincide with the paper, I will address in a future version.The time for reach goals is now! I'm migrating content from #79 now that the paper is all done. Here's what I want to do next:
scipy.stats.rv_continuous
, etc.), with consistent syntax for conversions to replace theusing
keyword, opens the door for implementing SparsePZ, FlexZBoost formatsqp.PDF.\[insert parametrization format here\]
with cleaner dict objectThe text was updated successfully, but these errors were encountered: