Skip to content

Spock v3.1.0

Latest
Compare
Choose a tag to compare
@mmalouane mmalouane released this 03 Nov 15:13
2e40d04

Spock v3.1.0 Release Notes

Major changes

  • Adds map functionality as another post instantiation hook option. This allows you to directly map spock configs to object creation etc. automatically upon creation. (#279)
  • Removal of Python 3.6 support (#296)
  • Make sure to call close() to help prevent resource leak. (#296)

Minor changes

  • Bump all the github actions ubuntu version to 20.04 since 18.04 got deprecated.
  • Hotfix for help print of empty spock class .
  • Bump pyyaml to get over cython error in 3.10
  • Additional docs and tests.