Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 14:49
· 325 commits to master since this release

https://www.nuget.org/packages/Platform.Collections.Methods/0.2.0

Added support for .NET Standard 2.1 (.NET Core 3.0).
Platform.Numbers dependency updated from 0.2.1 to 0.2.2.
GenericCollectionMethodsBase.IsEquals method renamed to AreEqual.
RecursionlessSizeBalancedTreeMethods is not experimental anymore.
SizeBalancedTreeMethods renamed to RecursionlessSizeBalancedTreeMethods.
SizeBalancedTreeMethods2 renamed to SizeBalancedTreeMethods.
New methods at SizedBinaryTreeMethodsBase:

  • GetRightest
  • GetLeftest
  • GetNext
  • GetPrevious

Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Now there are tests for all three types of tree implementations, for both ordered and random operations.
C# to C++ translation enabled.
Refactoring, performance and memory usage optimizations, issues fix.

This release is not backward compatible with the previous 0.1.0 release.