Releases: fsprojects/FSharp.Data.Adaptive
Releases · fsprojects/FSharp.Data.Adaptive
1.2.13
made FSharp.Data.Adaptive trimmable via <IsTrimmable>true</IsTrimmable>
1.2.12
1.2.11
fixed AList.sub
problem
1.2.10
added clist.UpdateTo(seq, list, array)
fixed AssemblyVersions
1.2.9
new AList.sub
implementation
switched to aardpack
based build with CI publishing
switched to newest fsdocs
1.2.7
several AList bugfixes
added AList slicing utilities
1.2.6
added AMap.choose2(V)
and derived combinators (intersectWith
, intersect(V)
)
1.2.5
fixed GC problem with AVal.mapNonAdaptive
added adaptive FileSystem tools
implemented efficient IndexList.computeDeltaTo(Array|List|Seq)
(https://neil.fraser.name/writing/diff/myers.pdf)
1.2.4
raised minimal FSharp.Core version to 4.7.0 (necessary due to Fable.Core update)
1.2.3
fixed fable build