Skip to content

Releases: xxao/linque

v5.0.0

Choose a tag to compare

@xxao xxao released this 27 Oct 09:58

Full Changelog: v4.0.2...v5.0.0

v4.0.2

Choose a tag to compare

@xxao xxao released this 07 Sep 18:07

Full Changelog: v4.0.1...v4.0.2

v4.0.1

Choose a tag to compare

@xxao xxao released this 09 Jan 16:12

Full Changelog: v4.0...v4.0.1

v4.0

Choose a tag to compare

@xxao xxao released this 05 Jan 17:28
  • Wrap source as iterator to avoid early evaluation in many methods.
  • Items are no longer kept if 'each' is applied to iterator.
  • Remove seed from randomizing methods.

Full Changelog: v3.2...v4.0

v3.2

Choose a tag to compare

@xxao xxao released this 05 Jan 12:57
  • Add 'choice' method to randomly choose single item.
  • Add 'choices' method to randomly choose multiple items.
  • Add 'sample' method to randomly sample multiple items.
  • Add 'shuffle' method to randomize items order.

Full Changelog: v3.1...v3.2

v3.1

Choose a tag to compare

@xxao xxao released this 03 Jan 16:54
  • Allow independent sorting by multiple columns

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

v3.0

Choose a tag to compare

@xxao xxao released this 03 Jun 20:26

Full Changelog: v2.2.1...v3.0

v2.2.1

Choose a tag to compare

@xxao xxao released this 03 Jun 14:46
  • Fixed ordinal rank

Full Changelog: v2.2...v2.2.1

v2.2

Choose a tag to compare

@xxao xxao released this 02 Jun 19:49
  • Add 'argsort' and 'argsort_by'.
  • Add 'rank' and 'rank_by'.

Full Changelog: v2.1...v2.2

v2.1

Choose a tag to compare

@xxao xxao released this 14 Oct 16:28
  • Add 'contains_by' method.
  • Add 'single_or_default' method.