Skip to content

2.0.0

Compare
Choose a tag to compare
@atifaziz atifaziz released this 08 Jan 22:18
· 802 commits to master since this release

NuGet Package

Adds the following operators:

  • Assert
  • AtLeast
  • Cartesian
  • CountBy
  • EndsWith
  • EquiZip
  • Exclude
  • FallbackIfEmpty
  • FullGroupJoin
  • GroupAdjacent
  • Incremental
  • Interleave
  • Lag
  • Lead
  • NestedLoops
  • OrderBy
  • PartialSort
  • PartialSortBy
  • Permutations
  • Random
  • RandomDouble
  • RandomSubset
  • Rank
  • RankBy
  • Repeat
  • RunLengthEncode
  • Segment
  • Slice
  • SortedMerge
  • StartsWith
  • Subsets
  • TagFirstLast
  • ThenBy
  • TraverseBreadthFirst
  • TraverseDepthFirst
  • Windowed
  • ZipShortest

Marks the following obsolete:

  • SingleOrFallback (#122)