infiniteopt / InfiniteOpt.jl

An intuitive modeling interface for infinite-dimensional optimization problems.
https://infiniteopt.github.io/InfiniteOpt.jl/stable
MIT License
251 stars 17 forks source link

`constant_over_collocation` only in dev docs? #350

Closed baggepinnen closed 3 months ago

baggepinnen commented 3 months ago

Hey there :wave:

Back in October, a PR was merged adding a function constant_over_collocation. I can't find this function in the docs of the latest release, but I can find it in the dev docs. The latest release https://github.com/infiniteopt/InfiniteOpt.jl/releases/tag/v0.5.9 was made after the PR was merged, and is indicated to contain the PR, how come it won't show up in the docs? The function appears to only be available on the main branch as well, not in the 0.5.9 release.

Thanks!

pulsipher commented 3 months ago

Good question. Currently, constant_over_collocation and several other changes are currently on the development version only (i.e., the master branch). These will all be released with v0.6.0 which I anticipate should be ready in the next week or so.

Version v0.5.9 was only a patch release that had some bug fixes. The release notes erroneously included a lot of other PRs. I have now corrected the release notes accordingly.

baggepinnen commented 3 months ago

Thanks for clarifying!