Skip to content

Releases: AdamWhiteHat/GenericMultivariatePolynomial

2023.200.0.249 - Semantic Versioning and StrongNaming

06 Sep 14:15
Compare
Choose a tag to compare

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)

 

2023.63.1826

05 Mar 02:43
Compare
Choose a tag to compare