Skip to content

Releases: leaprovenzano/collectionish

v0.5.0: NumDict and NumAttyDict

01 Jan 16:13
45d093d
Compare
Choose a tag to compare

What's Changed

New Features

v0.4.0: flatten_mapping helper op

29 Dec 11:25
2606d1c
Compare
Choose a tag to compare

What's Changed

New Features

  • add flatten_mapping and flat_mapping_items helpers to ops module. (#17) @leaprovenzano

Documentation

v0.3.0 : improved attydict initilization

02 Aug 13:24
537b8d1
Compare
Choose a tag to compare

v0.3.0

  • Allow initilization of AttyDict from mapping or iterable instead of just kwargs. This aligns
    AttyDict init to be the same as to standard dictionary initilization.

v0.2.1 : fix formatting error in doc templates

28 Jun 17:49
28b8a98
Compare
Choose a tag to compare
  • Fix formatting error in doc templates which was causing doc builds to fail.

v0.2.0: Sentry, AncestorChainMap and minor doc formatting fixes

28 Jun 17:17
1d023cb
Compare
Choose a tag to compare
  • Add Sentry : a falsey singleton for where none means something
  • Add AncestorChainMap : a ChainMap with extra methods for insertion of parents and ancestors
  • Improve formatting in docs.

v0.1.2: doc and ci improvements

31 Dec 17:36
Compare
Choose a tag to compare

0.1.2 (2019-12-31)

  • Documentation updates to readme and contribution guidelines
  • CI improvements

v0.1.1 : getting pypi deployment working

30 Dec 18:42
e6586ce
Compare
Choose a tag to compare

0.1.1 (2019-12-30)

  • various minor fixes to get pypi deployment working.

v0.1.0 : Initial release

30 Dec 17:44
Compare
Choose a tag to compare

0.1.0 (2019-12-30)

Initial early release release with just a few features as listed below:

  • UniqueTuple
  • benchmarking via pytest-benchmark
  • AttyDict
  • opsmodule w/ recursive gettattr and setattr functions.