Skip to content

Flow v0.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 20:34
· 770 commits to main since this release

What's Changed

  • Official language follow-up: stable Homebrew + flowc CI + repo policy by @godofecht in #171
  • Document Homebrew install + complete issue templates by @godofecht in #180
  • Evolution cards: rk4, always, connect, represent linear by @godofecht in #184
  • GPU gradients, process stdlib, Flow install script by @godofecht in #187
  • Pattern adoption roadmap + API sketches by @godofecht in #183
  • Add apps/http_json_cache adoption demo by @godofecht in #185
  • chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #173
  • chore(deps): bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #174
  • chore(deps): bump actions/upload-pages-artifact from 3 to 5 by @dependabot[bot] in #175
  • chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #176
  • chore(deps): bump actions/checkout from 5 to 7 by @dependabot[bot] in #177
  • chore(deps): update tomli requirement from >=2.0.0 to >=2.4.1 by @dependabot[bot] in #178
  • LSP intel catalog + hover wiring by @godofecht in #186
  • chore(deps): bump vscode-languageclient from 8.1.0 to 10.1.0 in /third_party/integrations/vscode/flow-language by @dependabot[bot] in #179
  • chore(deps-dev): bump @types/vscode from 1.107.0 to 1.125.0 in /third_party/integrations/vscode/flow-language by @dependabot[bot] in #181
  • chore(deps-dev): bump typescript from 5.9.3 to 7.0.2 in /third_party/integrations/vscode/flow-language by @dependabot[bot] in #182
  • Debugging docs, python-in-flow, MLIR pass tests, compiler demos by @godofecht in #188
  • flowc Phase B: deps-first bundle emit (fix parser TU order) by @godofecht in #189
  • flowc: fixed-point on C emit identity, not .o bytes by @godofecht in #191
  • Pattern adoption P0: evolves demos, gfx_run, Lorenz flow by @godofecht in #190
  • Pattern-adoption P1: BLAS LU, grad XOR, owned HttpBody by @godofecht in #193
  • Phase C: default ./flow to Stage-A flowc (FLOW_HOST) by @godofecht in #192
  • docs: FLOW_HOST=flowc default in getting-started by @godofecht in #195
  • Pattern-adoption P2: PDE, portrait trail, discrete LQR by @godofecht in #194
  • Dual operator sugar (+ - * /) for forward-mode AD by @godofecht in #196
  • Spring-mass sim via state_step (closed-loop plant.step MVP) by @godofecht in #198
  • Phase D slice 1: pip-free flowc compile CI by @godofecht in #197
  • Pipeline composition: placeholders, fork records, and flows as stages by @godofecht in #199
  • dsys plant binding + mut Net params (#160/#161) by @godofecht in #201
  • represent phase_portrait + slim Lorenz (#165) by @godofecht in #202
  • field / boundary grammar + heat demo (#163) by @godofecht in #203
  • analyze { lqr } DSL beyond n=2 (#162) by @godofecht in #204
  • Tensor ops sugar + Tier-0 roadmap sync (#161/#169) by @godofecht in #205
  • Count repository statistics in Flow, published to the README by CI by @godofecht in #200
  • MLIR opt pass flags on CLI (#166) by @godofecht in #206
  • Fix string-concat truncation that broke the Flow repo-stats JSON by @godofecht in #207
  • Publish repository stats via PR; refresh current counts by @godofecht in #209
  • flowc: inferred let + bundle typecheck main (#151) by @godofecht in #208
  • docs: refresh repository statistics by @godofecht in #210
  • Tolerate missing Actions create-PR permission in stats bot by @godofecht in #211
  • flowc: typecheck dogfood on + line:col diagnostics (#151) by @godofecht in #212
  • flowc: file path on typecheck diagnostics (#151) by @godofecht in #213
  • vscode: publish under quilio Open VSX namespace by @godofecht in #214
  • Restore compiler demos; fix strncmp libc conflict in cgen by @godofecht in #216
  • fix: avoid broken apt sources in stats workflow by @godofecht in #215
  • docs: fill LANGUAGE_SPEC gaps for shipped language surfaces by @godofecht in #217

New Contributors

Full Changelog: v0.8.0...v0.9.0