diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a6daf..4c91dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,12 @@ # Changelog - 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). -## [1.0.0] - 2023-09-14 +## [Unreleased] ### Added - Implemented image rotation on the CPU, three new CPU filters, enabled console control over image processing parameters. (https://github.com/PolinaSavelyeva/ImageProcessing/pull/1) - Implemented image processing agents for sets of images, supporting sequential and parallel options. (https://github.com/PolinaSavelyeva/ImageProcessing/pull/3) - Implemented GPU kernels for image rotations and reflections, standardized agent functionality for CPU and GPU, and added a logging agent for event tracking.(https://github.com/PolinaSavelyeva/ImageProcessing/pull/4) -[Unreleased]: https://github.com/PolinaSavelyeva/ImageProcessing/compare/v1.0.0...HEAD -[1.0.0]: https://github.com/PolinaSavelyeva/ImageProcessing/releases/tag/v1.0.0 diff --git a/src/ImageProcessing/AssemblyInfo.fs b/src/ImageProcessing/AssemblyInfo.fs index cee86e2..e28a844 100644 --- a/src/ImageProcessing/AssemblyInfo.fs +++ b/src/ImageProcessing/AssemblyInfo.fs @@ -1,23 +1,39 @@ // Auto-Generated by FAKE; do not edit namespace System + open System.Reflection [] [] -[] -[] -[] -[] -[] -[] +[] +[] +[] +[] +[] +[] do () module internal AssemblyVersionInformation = - let [] AssemblyTitle = "ImageProcessing" - let [] AssemblyProduct = "ImageProcessing" - let [] AssemblyVersion = "1.0.0" - let [] AssemblyMetadata_ReleaseDate = "2023-09-14T00:00:00.0000000+03:00" - let [] AssemblyFileVersion = "1.0.0" - let [] AssemblyInformationalVersion = "1.0.0" - let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "e49cadff6725d76057afeed98e12c0f705b254b1" + [] + let AssemblyTitle = "ImageProcessingByPolina" + + [] + let AssemblyProduct = "ImageProcessingByPolina" + + [] + let AssemblyVersion = "0.1.0" + + [] + let AssemblyMetadata_ReleaseDate = "2017-03-17T00:00:00.0000000" + + [] + let AssemblyFileVersion = "0.1.0" + + [] + let AssemblyInformationalVersion = "0.1.0" + + [] + let AssemblyMetadata_ReleaseChannel = "release" + + [] + let AssemblyMetadata_GitHash = "b385af579477bb585016a6b5204121de4a485dac" diff --git a/tests/ImageProcessing.Tests/coverage.xml b/tests/ImageProcessing.Tests/coverage.xml index 8620e28..f837cf6 100644 --- a/tests/ImageProcessing.Tests/coverage.xml +++ b/tests/ImageProcessing.Tests/coverage.xml @@ -2,10 +2,10 @@ - + /Users/svmena/Documents/ImageProcessing/tests/ImageProcessing.Tests/bin/Debug/net7.0/ImageProcessing.dll - 2023-09-15T13:22:31.4020587Z + 2023-09-15T13:54:27.1657507Z ImageProcessing @@ -1800,23 +1800,23 @@ - - - - - - + + + + + + - + - + - - + + - + @@ -1829,23 +1829,23 @@ - - - - - - + + + + + + - + - + - - + + - + @@ -1861,10 +1861,10 @@ System.Single CPU/pixelProcessing@29-1::Invoke(System.Single,System.Single,System.Single) - + - + @@ -1886,38 +1886,38 @@ System.Single CPU/pixelProcessing@18::Invoke(System.Int32) - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - + @@ -1931,10 +1931,10 @@ System.Byte CPU/applyFilter@31::Invoke(System.Int32,System.Byte) - + - + @@ -1986,17 +1986,17 @@ - - - - - + + + + + - - + + - + @@ -2022,7 +2022,7 @@ a Helper/Pipe #1 input at line 9@10::get_LastGenerated() - + @@ -2085,9 +2085,9 @@ - + /Users/svmena/Documents/ImageProcessing/tests/ImageProcessing.Tests/bin/Debug/net7.0/ImageProcessing.Tests.dll - 2023-09-15T13:22:35.1355315Z + 2023-09-15T13:54:31.5374203Z ImageProcessing.Tests