Skip to content

0.4.0

Compare
Choose a tag to compare
@ducdetronquito ducdetronquito released this 11 May 15:30
· 11 commits to master since this release

The version 0.4.0 of Scalpl includes the following changes:

Breaking changes

  • In order to match the original dict API, Cut.pop will raise a KeyError exception if the key is not found and no default value has been provided.

Bugs

  • Many bugs have been fixed thanks to a large rewrite of scalpl internals and more thorough unit tests