Releases
2023.200.0.249
2023.200.0.249 - Semantic Versioning and StrongNaming
Latest
2023.200.0.249 - Semantic Versioning and StrongNaming
NuGet
Change Log
Begin semantic versioning at 2023.200.0.*
Add strong naming of assembly
(Commit ID: 81f5369 )
Added XML code comments to methods that were missing them.
Project now includes GenericArithmetic as a stand-alone dependency via nuget.
Eliminated x64-only platforms; Prefer AnyCPU.
(Commit ID: Many)
Added static MultivariatePolynomial.Evaluate method.
MultivariatePolynomial.Evaluate method now calls Term's Evaluate method.
Made Term.Parse method public (was internal).
Added static and instance Term.Evaluate methods.
Removed Term.Empty.
(Commit ID: a8a384d )
Changed the way that Term handles ToString; Replace <> with () for .NET 7.0+ Complex type.
Added Helper class to Test Project to help differentiate between targeting .NET 7.0+ frameworks.
Override some some test methods for Complex type.
Differentiate between Pow(T,T) and Pow(T, int), call the latter PowerInt.
Added Tests. More tests. Additional tests. Test s'more.
(Commit ID: dcbde27 )
You can’t perform that action at this time.