From 1f9070843541f03724bb245dfd91f35cd9c5e0c1 Mon Sep 17 00:00:00 2001 From: Lane Date: Wed, 25 Oct 2023 17:52:46 -0500 Subject: [PATCH] bump to v1.5.0 --- DotMP/DotMP.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DotMP/DotMP.csproj b/DotMP/DotMP.csproj index bc5c44b6..7529f42a 100644 --- a/DotMP/DotMP.csproj +++ b/DotMP/DotMP.csproj @@ -4,7 +4,7 @@ net6.0;net7.0 DotMP DotMP - 1.4.2 + 1.5.0 Phillip Allen Lane,et al. A library for fork-join parallelism in .NET, with an OpenMP-like API. https://github.com/computablee/DotMP @@ -13,7 +13,7 @@ ProcessedREADME.md hpc,parallel,openmp,parallelization,high performance computing,threading MIT - Added support for .NET 7.0. + Add collapsed worksharing for loops. Improve locking API. Bug fixes, documentation fixes, new logo, more rigorous testing, refactoring. true pdbonly true