SDK v13.3.0 released 🎉

SDK v13.3.0 released :tada:

  • Increased the character limit on a Text element from 500 to 1800
  • Facilitating easier testing by addition of:
    • mock_API decorator to mock the API class in tests
    • mock_params function to convert a JSON/dict to the (deserialized) params
    • mock_View decorator to mock View decorators in tests
    • mock_SciaAnalysis to mock SciaAnalysis.execute and analysis returns in tests

Check the CHANGELOG for the complete list of changes! :rocket:

2 Likes