SDK v14.15.1 released 🎉

SDK v14.15.1 released :tada:

  • Lazy import of the external modules which fixes a potential ImportError and improves import speed
  • Lazy import of pandas to improve import speed of the views module

SDK v14.15.0 released :tada:

  • Support for single import, for example:

    import viktor as vkt
    vkt.NumberField(...)
    vkt.Sphere(...)
    
  • Make ‘label’ on ViktorController optional

  • Make ‘duration_guess’ on all Views optional

  • Several bugfixes

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

1 Like

Please note that we have released a patch (v14.15.1).