Skip to content

fastverse version 0.3.1

Compare
Choose a tag to compare
@SebKrantz SebKrantz released this 03 Feb 19:00
· 63 commits to main since this release
0a1c8d8
  • Hides another core fastverse conflict between a new function collapse::fduplicated() and kit::fduplicated(). The conflict is solved in favor of the new collapse version, which is faster and can also indicate all occurrences of duplicated values. kit::fduplicated() on the other hand can determine duplicates starting from the last value, and also supports matrices.

  • Adds an Appendix section on OpenMP multithreading to the vignette.