Skip to content

Releases: mariushelf/bcdict

v0.5.0

31 May 14:15
Compare
Choose a tag to compare
  • feature: broadcast attribute and item assignment
  • fix: broadcast slicing with .a accessor

v0.4.3

02 May 11:36
Compare
Choose a tag to compare
  • fix: unpickling causes recursion error

v0.4.2

26 Apr 10:14
Compare
Choose a tag to compare
  • docs: improve the documenation

v0.4.1

20 Apr 15:30
Compare
Choose a tag to compare
  • fix: sphinxcontrib-mermaid gets installed as default dependency, should be dev dependency

v0.4.0

20 Apr 09:50
Compare
Choose a tag to compare
  • new functions eq() and ne() for equality/inequality with broadcast support

v0.3.0

19 Apr 10:48
Compare
Choose a tag to compare
  • new functions in bcdict package:
    • apply()
    • broadcast()
    • broadcast_arg()
    • broadcast_kwarg()
  • docs: write some documentation and host it on readthedocs

v0.2.0

11 Apr 15:00
Compare
Choose a tag to compare
  • remove item() function. Use a[] instead.

Full Changelog: v0.1.0...v0.2.0

First release

06 Apr 12:35
Compare
Choose a tag to compare

First release of the broadcast dictionary.

Installation: pip install bcdict.