Skip to content

release(0.29.0): first stable release since 0.18.8 - #524

Merged
ocots merged 1 commit into
mainfrom
release/0.29.0
Jul 30, 2026
Merged

release(0.29.0): first stable release since 0.18.8#524
ocots merged 1 commit into
mainfrom
release/0.29.0

Conversation

@ocots

@ocots ocots commented Jul 30, 2026

Copy link
Copy Markdown
Member

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: version 0.28.9-beta0.29.0
  • Project.toml / docs/Project.toml: JET compat bumped to 0.9, 0.11, 0.12
  • CHANGELOG.md: added 0.29.0 entry with breaking changes summary and non-breaking highlights
  • BREAKING.md: added 0.29.0 section consolidating the 4 breaking changes since 0.18.8

Breaking changes (since 0.18.8)

  1. Data: OpenLoop is unconditionally non-autonomousis_autonomous is no longer a real construction choice; natural call is always u(t). (Should an autonomous OpenLoop control law take no argument at all? #515, 0.28.9-beta)
  2. Strategies: get_parameter_type removed; parameter contract method added; _default_parameter renamed to default_parameter. (0.28.0-beta)
  3. Interpolation: LinearInterpolant / ConstantInterpolant aliases removed. Use Interpolant{Linear} / Interpolant{Constant}. (0.27.5-beta)
  4. Core: NotProvided / NotProvidedType removed from CTBase.Options. Now only in CTBase.Core. (0.25.0-beta)

See BREAKING.md for full migration notes.

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
@ocots ocots added run ci Trigger CI run documentation Trigger documentation labels Jul 30, 2026
@ocots
ocots merged commit ab5a0ee into main Jul 30, 2026
18 checks passed
@ocots
ocots deleted the release/0.29.0 branch July 30, 2026 11:40
@ocots ocots mentioned this pull request Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run ci Trigger CI run documentation Trigger documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant