Skip to content

Release 1.0.0a2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 00:02
· 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 any Integral type for integer numbers during type enforcement (#679).
  • Added strict option to contains and changed contains to contains_all, and contains_any.