Skip to content

Releases: Code-Inspect/flowr

Release v2.0.7 (More Built-Ins and Sample-Benchmarks)

03 Jun 21:54
Compare
Choose a tag to compare

Release v2.0.6 (Fix: Expression-Lists in Binary-Operators and Comment-Only Files)

Release v2.0.5 (Support for R 3.6.0)

02 Jun 14:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

Release v2.0.4 (Fix: Supply ref for Benchmark Reports)

02 Jun 10:26
Compare
Choose a tag to compare

Release v2.0.3 (Fine-Grained Benchmarks)

01 Jun 23:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

Release v2.0.2 (Fixing Control-Flow, Markdown-Exports, and Handling of Unnamed Closures)

28 May 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

Release v2.0.1 (Drop `node:` prefix from dependencies)

11 May 22:42
Compare
Choose a tag to compare

Release v2.0.0 (Dataflow v2)

11 May 21:38
Compare
Choose a tag to compare

This release marks a redesign of the dataflow algorithm.
From now on, we handle built-ins and operators as function calls (as it is done by R) and provider default definitions for R's primitives (see #569). Besides, this major release contains a lot of improvements and bugfixes as outlined below. We note performance improvements!

What's Changed

Full Changelog: v1.5.2...v2.0.0

Release v1.5.2 (Completed Declutter of flowr)

05 Apr 15:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

Release v1.5.1 (Declutter flowR)

04 Apr 19:17
Compare
Choose a tag to compare

What's Changed

  • refactor: move modules into their own subdirectory by @Ellpeck in #745
  • Update Dockerfile to reflect module splitting by @Ellpeck in #747
  • Use release-it to store package version in src by @Ellpeck in #748
  • Various CI fixes for submodule dependencies by @Ellpeck in #749

Full Changelog: v1.5.0...v1.5.1