Release 1.0.0a2
Pre-release
Pre-release
·
753 commits
to develop
since this release
Second alpha-release of 1.0.0
Features added
- Warnings are no longer raised for comments that exceed the maximum line lengths (#188).
- Particle type exceptions are now warnings, not errors (#381).
- Allow any
Realtype for floating point numbers and anyIntegraltype for integer numbers during type enforcement (#679). - Added
strictoption tocontainsand changedcontainstocontains_all, andcontains_any.