Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

June 2016 Release

Compare
Choose a tag to compare
@cdbethune cdbethune released this 07 Jun 20:58
· 4 commits to master since this release

Maintenance release. Integrates with Spark 1.3 Dataframe API, introduces server side support for operations on and rendering of tiles with vector-based bin data.

Changes

binning

  • #251 feature: Re-implementation of arcs for line binning
  • #249 refactor: Universal binner
  • #243 bug: [issue-192] Fix invalid escaping of constants as column names
  • #238 feature: Allows column names that need escaping
  • #237 bug: adds date filter that works with timsetamp column value
  • #235 feature: Update to Spark 1.3 and Cloudera 5.4.1
  • #216 bug: Bug fixes for hierarhical tile gen (ie for graph tiling)
  • #212 bug: [issue-140] Update list of classes needed by the kryo serializer

server

  • #248 feature: Feature/time facet annotations
  • #247 feature: Colour ramps for delta plots
  • #244 bug: Fixing issue with the bucket views when client makes request without …
  • #242 feature: Creating OperatorBucketTileTransformer to replace the AverageFilterBy…
  • #231 refactor: Remove aperturejs dependency
  • #229 refactor: Remove aperturejs dependency from project.
  • #222 feature: Implementation of average, delta and filter views to be u…

client

  • #252 feature: World cloud renderer configuration
  • #239 bug: [Issue-113] Add default processed values for tiles with no data.

build

  • #236 other: Update required Spark version to 1.3
  • #230 feature: Cloudera 5.4.1 Build Support

other

  • #250 refactor: Warning removal

doc

  • #245 bug: Docs: Restore instructions for checking out master branch
  • #232 other: Remove references to Aperture JS dependency
  • #226 other: Update Supported Platforms section to reflect requirements for standalone mode in Windows
  • #225 other: Add instructions for JSON Tile Visualizer to Testing Tiling Job Output topic
  • #224 other: Property file updates
  • #218 bug: Update tile example READMEs
  • #217 other: Reorganization and revision of topics in development documentation