Skip to content

1.0.10

Latest

Choose a tag to compare

@newville newville released this 21 Aug 21:06
· 2 commits to master since this release
  • Fix comprehension loop variables leaking into the symbol table(#156, Fixes: #155 from exgcdwu)
  • Reject assignment to unsafe attribute, including all "dunder" attributes (#157 from dariushoule)
  • Update security advisory guidelines in SECURITY.md
  • Add CodeQL analysis workflow configuration
  • Fix typo raising exception where node is not defined
  • Use ndarray.reshape instead of assigning to ndarray.shape to avoid NumPy deprecation.
  • Add some testing of implemented/non-implemented nodes
  • Update docs to use breeze theme