-
Notifications
You must be signed in to change notification settings - Fork 19
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
Data Structure Overhaul #58
Conversation
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
…nfiniteOpt.jl into data-struct-overhall
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.
Looks good to me
Codecov Report
@@ Coverage Diff @@
## master #58 +/- ##
==========================================
- Coverage 99.78% 99.64% -0.15%
==========================================
Files 28 33 +5
Lines 3272 4179 +907
==========================================
+ Hits 3265 4164 +899
- Misses 7 15 +8
Continue to review full report at Codecov.
|
This pull request denotes a fundamental change in the underlying structure and internal API. However, the public API remains similar to previous versions and modeling shouldn't be largely unbroken. These changes have greatly improved the performance, address a number of fundamental bugs, unify the structure, enhance the structure for future development, and more.
Notable feature enhancements include:
InfiniteModel
structure that is far less verbose than beforeThis pull request closes the following:
InfiniteModel
Storage #41This also addresses #18 and #57.