Skip to content

Spock v2.3.3

Compare
Choose a tag to compare
@ncilfone ncilfone released this 10 Jan 20:19
· 99 commits to master since this release
14aa1ab

Spock v2.3.3 Release Notes

Minor Changes

  • New graph backend from #181 was causing translation from Spockspace to native python dictionary to fail in certain cases: (1) optional Enum's of @spock decorated classes, (2) nested @spock classes with definitions coming in from configuration file(s) -- as these were not getting recursed in the config check. Fixed with #201
  • Added more unit tests (#201)