Release 1.0.0a2
Pre-release
Pre-release
·
472 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
Real
type for floating point numbers and anyIntegral
type for integer numbers during type enforcement (#679). - Added
strict
option tocontains
and changedcontains
tocontains_all
, andcontains_any
.