Skip to content

Commit

Permalink
- Updated package version to 15.0.0 (release version).
Browse files Browse the repository at this point in the history
- Added package release notes.
  • Loading branch information
colgreen committed Jul 22, 2023
1 parent c7de84e commit 1bf488e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Redzen/Redzen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>15.0.0-20230722-01</Version>
<Version>15.0.0</Version>
<Copyright>Copyright Colin D. Green 2015-2023</Copyright>
<Description>General purpose C# code library.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -20,7 +20,15 @@
<PackageTags>C# .NET rng prng ziggurat gaussian io sorting timsort xoshiro wyrand random math numerics</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>

- Target framework updated to net7.0.
- Generic Math
- MathSpan: Use of generic math in method signatures and implementations.
- FloatUtils supersedes DoubleUtils/SingleUtils.
- DiscreteDistribution{T} supersedes Double/Single.DiscreteDistribution.
- DiscreteDistribution{T}: added Sample() method, to replace DiscreteDistributionUtils/Sample() static method.
- Added NumericsUtils.StochasticRound{T}()
- IRandomSource: Added NextHalf(), NextHalfNonZero(), NextUnitInterval{T}(), NextUnitIntervalNonZero{T}().
- CircularBufferWithStats{T} supersedes CircularBufferWithStats (that provided double precision stats only).
</PackageReleaseNotes>
<Authors>Colin D. Green</Authors>
<NeutralLanguage>en</NeutralLanguage>
Expand Down

0 comments on commit 1bf488e

Please sign in to comment.