Skip to content

Releases: kitsuyui/python-richset

v0.1.3

26 Aug 08:11
b040cd7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

26 Aug 07:23
00e5f68
Compare
Choose a tag to compare

What's Changed

  • Feature: to_dict(key, duplicated=reducer) by @kitsuyui in #14

Full Changelog: v0.1.1...v0.1.2

v0.1.1

06 Aug 22:29
f04b1f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Aug 22:02
dfd0045
Compare
Choose a tag to compare

What's Changed

  • Implement many methods: count, difference, divide_at, filter, first, from_empty, from_frozenset, from_iterable, from_list, from_set, from_tuple, get_first, get_last, get_nth, get_one, index_of, indices_of, intersection, is_disjoint, is_empty, is_equal_as_set, is_non_empty, is_subset, is_superset, last, map, nth, one, popped, popped_n, pushed, pushed_all, records, reduce, reversed, search_all, search_first, search_last, shifted, shifted_n, size, slice, sorted, symmetric_difference, to_dict, to_dict_of_list, to_frozenset, to_list, to_set, to_tuple, union, unique, unshifted, unshifted_all

Full Changelog: v0.0.1...v0.1.0

v0.0.1

06 Aug 14:13
2dfbf4b
Compare
Choose a tag to compare

What's Changed

  • The first release!

Full Changelog: https://github.com/kitsuyui/python-richset/commits/v0.0.1