Skip to content

Version 3.0 - Delicious Datolite

Latest
Compare
Choose a tag to compare
@jfalcou jfalcou released this 22 Oct 21:17
· 49 commits to main since this release

What's Changed

This Release is an API break release.

API and Infrastructure Changes

  • kumi::extract and kumi::split are now free functions (See #40)
  • KUMI implementation is now done in split files that get aggregated (See #34)
  • Massive documentation revamping (See #27, #28)
  • Added proper integration tests (See #35)

New Features

  • Implemented kumi::iota and generate (See #23)
  • Implemented kumi::cartesian_product (See #26)
  • Implemented predicate-based operations on tuples (See #25)
  • Implemented kumi::inner_product (See #36)
  • Implemented kumi::back and kumi::front (See #37)
  • Implemented kumi::reverse (See #39)

Bug Fixes

  • Fix #18 - Bad interaction with tuples of references (See #19)
  • Improve kumi::flatten implementation (See #20)

New Contributors

Full Changelog: v2.1...v3.0