Skip to content

v1.2.0

Compare
Choose a tag to compare
@okennedy okennedy released this 17 Apr 02:36
· 393 commits to master since this release
7d464d8

Major Features

  • Support triggering workflow execution from the command line (#113 )
  • Support rendering vector and raster data via Leaflet in a GeoJson column (#124 ; #172 by @bicknrown )
  • A new scheduler opportunistically runs workflow cells in parallel when static inference of the cell permits it (#137 )
  • A new vizier run command allows workflows to be re-run from the command line without interactions thorugh the UI. (#113 )
  • Image data is now supported throughout the Vizier stack. The UI displays images inline; Python treats images as binary blobs, and Spark internals can interact with them as normal data. (#63 contributed by @sohampatel12 )

Bugfixes

New Cells

  • A new Split Dataset transformation partitions data into two separate datasets (#29 )

Papercuts

  • Auto-launch UI on app start (#117)
  • A new command lets you quickly attach a geometry to any dataset with lat/lon coordinates in numeric columns.

Internals

  • Javascript cell messages can provide CSS dependencies (#137 )