From f41842939845366af4d97388d55b7ff3bc451748 Mon Sep 17 00:00:00 2001 From: simpleton Date: Mon, 22 Mar 2021 23:45:09 +0300 Subject: [PATCH] Bump version to 2.0.0-alpha6.1 ## [2.0.0-alpha6.1] - 2021-03-22 ### Fixed - printf/printfn without arguments - Boolean binary operators - Transfer arrays of boolean - Local memory semantic. It is forbidden to initialize variables in the local memory. - Local memory semantic. It is forbidden to initialize variables in the local memory. - Local memory semantic. It is forbidden to initialize variables in the local memory. ### Added - support of printf call inside kernel code - While and for loops in workflow builders - Basic workflow builders for designing computations - While and for loops in workflow builders - Basic workflow builders for designing computations - Basic workflow builders for designing computations --- CHANGELOG.md | 25 ++++++++++++------- src/Brahma.FSharp.OpenCL.AST/AssemblyInfo.fs | 8 +++--- src/Brahma.FSharp.OpenCL.Core/AssemblyInfo.fs | 8 +++--- .../AssemblyInfo.fs | 8 +++--- .../AssemblyInfo.fs | 8 +++--- .../AssemblyInfo.fs | 8 +++--- .../AssemblyInfo.fs | 8 +++--- 7 files changed, 40 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264968ef..a34d57b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +5,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0-alpha6] - 2021-03-22 +## [2.0.0-alpha6.1] - 2021-03-22 + +### Fixed +- printf/printfn without arguments + +- Boolean binary operators +- Transfer arrays of boolean +- Local memory semantic. It is forbidden to initialize variables in the local memory. +- Local memory semantic. It is forbidden to initialize variables in the local memory. +- Local memory semantic. It is forbidden to initialize variables in the local memory. ### Added - support of printf call inside kernel code - - While and for loops in workflow builders - Basic workflow builders for designing computations - While and for loops in workflow builders - Basic workflow builders for designing computations - Basic workflow builders for designing computations -### Fixed -- Boolean binary operators -- Transfer arrays of boolean -- Local memory semantic. It is forbidden to initialize variables in the local memory. -- Local memory semantic. It is forbidden to initialize variables in the local memory. -- Local memory semantic. It is forbidden to initialize variables in the local memory. +## [2.0.0-alpha6] - 2021-03-22 + +### Added +- support of printf call inside kernel code ## [2.0.0-alpha5] - 2021-01-27 @@ -115,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - FSharp.Core form NuGet - .NET 4.5 -[Unreleased]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.0-alpha6...HEAD +[Unreleased]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.0-alpha6.1...HEAD +[2.0.0-alpha6.1]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v1.1.5...v2.0.0-alpha6.1 [2.0.0-alpha6]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v1.1.5...v2.0.0-alpha6 [2.0.0-alpha5]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v1.1.5...v2.0.0-alpha5 [2.0.0-alpha4]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v1.1.5...v2.0.0-alpha4 diff --git a/src/Brahma.FSharp.OpenCL.AST/AssemblyInfo.fs b/src/Brahma.FSharp.OpenCL.AST/AssemblyInfo.fs index 4b37a5b9..47f2301b 100644 --- a/src/Brahma.FSharp.OpenCL.AST/AssemblyInfo.fs +++ b/src/Brahma.FSharp.OpenCL.AST/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation = let [] AssemblyMetadata_ReleaseDate = "2021-03-22T00:00:00.0000000+03:00" let [] AssemblyFileVersion = "2.0.0" let [] AssemblyInformationalVersion = "2.0.0" - let [] AssemblyMetadata_ReleaseChannel = "alpha" - let [] AssemblyMetadata_GitHash = "e1d4dc9c83b45ce347a1b2f2549401c57a931c8c" + let [] AssemblyMetadata_ReleaseChannel = "alpha6" + let [] AssemblyMetadata_GitHash = "e8b25ee4c22b7c05eda4f459497789ebf6e602b7" diff --git a/src/Brahma.FSharp.OpenCL.Core/AssemblyInfo.fs b/src/Brahma.FSharp.OpenCL.Core/AssemblyInfo.fs index c7c4e11d..028bde29 100644 --- a/src/Brahma.FSharp.OpenCL.Core/AssemblyInfo.fs +++ b/src/Brahma.FSharp.OpenCL.Core/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation = let [] AssemblyMetadata_ReleaseDate = "2021-03-22T00:00:00.0000000+03:00" let [] AssemblyFileVersion = "2.0.0" let [] AssemblyInformationalVersion = "2.0.0" - let [] AssemblyMetadata_ReleaseChannel = "alpha" - let [] AssemblyMetadata_GitHash = "e1d4dc9c83b45ce347a1b2f2549401c57a931c8c" + let [] AssemblyMetadata_ReleaseChannel = "alpha6" + let [] AssemblyMetadata_GitHash = "e8b25ee4c22b7c05eda4f459497789ebf6e602b7" diff --git a/src/Brahma.FSharp.OpenCL.Extensions/AssemblyInfo.fs b/src/Brahma.FSharp.OpenCL.Extensions/AssemblyInfo.fs index 929d0536..fbd0b9ae 100644 --- a/src/Brahma.FSharp.OpenCL.Extensions/AssemblyInfo.fs +++ b/src/Brahma.FSharp.OpenCL.Extensions/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation = let [] AssemblyMetadata_ReleaseDate = "2021-03-22T00:00:00.0000000+03:00" let [] AssemblyFileVersion = "2.0.0" let [] AssemblyInformationalVersion = "2.0.0" - let [] AssemblyMetadata_ReleaseChannel = "alpha" - let [] AssemblyMetadata_GitHash = "e1d4dc9c83b45ce347a1b2f2549401c57a931c8c" + let [] AssemblyMetadata_ReleaseChannel = "alpha6" + let [] AssemblyMetadata_GitHash = "e8b25ee4c22b7c05eda4f459497789ebf6e602b7" diff --git a/src/Brahma.FSharp.OpenCL.Printer/AssemblyInfo.fs b/src/Brahma.FSharp.OpenCL.Printer/AssemblyInfo.fs index a213155a..9ee7727b 100644 --- a/src/Brahma.FSharp.OpenCL.Printer/AssemblyInfo.fs +++ b/src/Brahma.FSharp.OpenCL.Printer/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation = let [] AssemblyMetadata_ReleaseDate = "2021-03-22T00:00:00.0000000+03:00" let [] AssemblyFileVersion = "2.0.0" let [] AssemblyInformationalVersion = "2.0.0" - let [] AssemblyMetadata_ReleaseChannel = "alpha" - let [] AssemblyMetadata_GitHash = "e1d4dc9c83b45ce347a1b2f2549401c57a931c8c" + let [] AssemblyMetadata_ReleaseChannel = "alpha6" + let [] AssemblyMetadata_GitHash = "e8b25ee4c22b7c05eda4f459497789ebf6e602b7" diff --git a/src/Brahma.FSharp.OpenCL.Translator/AssemblyInfo.fs b/src/Brahma.FSharp.OpenCL.Translator/AssemblyInfo.fs index 1ffc3e7f..2039cbbe 100644 --- a/src/Brahma.FSharp.OpenCL.Translator/AssemblyInfo.fs +++ b/src/Brahma.FSharp.OpenCL.Translator/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation = let [] AssemblyMetadata_ReleaseDate = "2021-03-22T00:00:00.0000000+03:00" let [] AssemblyFileVersion = "2.0.0" let [] AssemblyInformationalVersion = "2.0.0" - let [] AssemblyMetadata_ReleaseChannel = "alpha" - let [] AssemblyMetadata_GitHash = "e1d4dc9c83b45ce347a1b2f2549401c57a931c8c" + let [] AssemblyMetadata_ReleaseChannel = "alpha6" + let [] AssemblyMetadata_GitHash = "e8b25ee4c22b7c05eda4f459497789ebf6e602b7" diff --git a/src/Brahma.FSharp.OpenCL.WorkflowBuilder/AssemblyInfo.fs b/src/Brahma.FSharp.OpenCL.WorkflowBuilder/AssemblyInfo.fs index 13b16794..2e1165ae 100644 --- a/src/Brahma.FSharp.OpenCL.WorkflowBuilder/AssemblyInfo.fs +++ b/src/Brahma.FSharp.OpenCL.WorkflowBuilder/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation = let [] AssemblyMetadata_ReleaseDate = "2021-03-22T00:00:00.0000000+03:00" let [] AssemblyFileVersion = "2.0.0" let [] AssemblyInformationalVersion = "2.0.0" - let [] AssemblyMetadata_ReleaseChannel = "alpha" - let [] AssemblyMetadata_GitHash = "e1d4dc9c83b45ce347a1b2f2549401c57a931c8c" + let [] AssemblyMetadata_ReleaseChannel = "alpha6" + let [] AssemblyMetadata_GitHash = "e8b25ee4c22b7c05eda4f459497789ebf6e602b7"