Releases: morelinq/MoreLINQ
Releases · morelinq/MoreLINQ
2.5.0
Adds new operators:
ScanRight
ToArrayByIndex
See also:
- 2.5.0 milestone for changes in this release
- Commit history since 2.4.1
2.4.1
2.4.1 is a maintenance release that addresses packaging issues. There are no new features or code bug fixes since the previous release.
See also:
- 2.4.1 milestone for changes in this release
- Commit history since 2.4.0
2.4.0
Adds new operators:
Partition
Adds new overloads for the following operators:
ToDictionary
ToLookup
Fold
See also:
- 2.4.0 milestone for changes in this release
- Commit history since 2.3.0
2.3.0
Adds the following operators:
AggregateRight
Unfold
See also:
- 2.3.0 milestone for changes in this release
- Commit history since 2.2.0
2.2.0
Adds the following operators:
Repeat
(new overload)Sequence
SkipLast
See also:
- 2.2.0 milestone for changes in this release
- Commit history since 2.1.0
2.1.0
Adds the following operators:
AtMost
CountBetween
Exactly
FillBackward
FillForward
The following are now obsolete:
Incremental
ToDelimitedString
(only overloads with zero arguments)
See also:
- 2.1.0 milestone for changes in this release
- Commit history since 2.0.0
2.0.0
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)