release(0.29.0): first stable release since 0.18.8 - #524
Merged
Conversation
First stable (non-beta) release since 0.18.8. Consolidates all beta releases from 0.18.9-beta through 0.28.9-beta. - Project.toml: version 0.28.9-beta -> 0.29.0 - Project.toml / docs/Project.toml: JET compat bumped to 0.9, 0.11, 0.12 - CHANGELOG.md: add 0.29.0 entry with breaking changes summary and highlights - BREAKING.md: add 0.29.0 section consolidating breaking changes since 0.18.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
First stable (non-beta) release since 0.18.8. Consolidates all beta releases from 0.18.9-beta through 0.28.9-beta.
Changes
Project.toml: version0.28.9-beta→0.29.0Project.toml/docs/Project.toml: JET compat bumped to0.9, 0.11, 0.12CHANGELOG.md: added0.29.0entry with breaking changes summary and non-breaking highlightsBREAKING.md: added0.29.0section consolidating the 4 breaking changes since 0.18.8Breaking changes (since 0.18.8)
Data:OpenLoopis unconditionally non-autonomous —is_autonomousis no longer a real construction choice; natural call is alwaysu(t). (Should an autonomous OpenLoop control law take no argument at all? #515, 0.28.9-beta)Strategies:get_parameter_typeremoved;parametercontract method added;_default_parameterrenamed todefault_parameter. (0.28.0-beta)Interpolation:LinearInterpolant/ConstantInterpolantaliases removed. UseInterpolant{Linear}/Interpolant{Constant}. (0.27.5-beta)Core:NotProvided/NotProvidedTyperemoved fromCTBase.Options. Now only inCTBase.Core. (0.25.0-beta)See BREAKING.md for full migration notes.