From 726154e8c01538906f90d44eca8ecc6fe78b12a8 Mon Sep 17 00:00:00 2001 From: Martijn Gosselink Date: Thu, 24 Aug 2017 21:58:39 +0200 Subject: [PATCH] Update README and Vagrant to release 0.6 --- README.rst | 21 ++++++++++++++++++++- vagrant/dev_image/Vagrantfile | 6 ++++++ vagrant/dev_image/eskapade-dev.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6ca4bf3..5050cf4 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Eskapade ======== -Version: 0.5 +Version: 0.6 Eskapade is a light-weight, python-based data analysis framework, meant for all sorts of data analysis problems. @@ -10,6 +10,25 @@ Eskapade is a light-weight, python-based data analysis framework, meant for all Release notes ============= +Version 0.6 +----------- + +The primary feature of version 0.6 (August 2017) is the inclusion of Spark, but this version +also includes several other new features and analyses. + +We include multiple Spark links and 10 Spark examples on: + +* The configuration of spark, reading, writing and converting spark dataframes, applying functions and queries to dataframes, + filling histograms and (very useful!) applying arbitrary functions (e.g. pandas) to groupby calls. + +In addition we hade added: + +* A ROOT analysis for studying and quantifying between sets of (non-)categorical and observables. + This is useful for finding outliers in arbitrary datasets (e.g. surveys), and we include a tutorial of how to do this. +* A ROOT analysis on predictive maintenance that decomposes a distribution of time difference between malfunctions + by fitting this multiple Weibull distributions. +* New flexible features to create and chain analysis reports with several analysis and visualization links. + Version 0.5 ----------- diff --git a/vagrant/dev_image/Vagrantfile b/vagrant/dev_image/Vagrantfile index b24409e..53f6949 100644 --- a/vagrant/dev_image/Vagrantfile +++ b/vagrant/dev_image/Vagrantfile @@ -25,4 +25,10 @@ Vagrant.configure("2") do |config| # mount ESKAPADE repository config.vm.provision "shell", path: "mount.sh", run: "always" + + # login + config.ssh.username = "vagrant" + config.ssh.password = "vagrant" + config.ssh.insert_key = false + end diff --git a/vagrant/dev_image/eskapade-dev.json b/vagrant/dev_image/eskapade-dev.json index c9e9431..ff2abf5 100644 --- a/vagrant/dev_image/eskapade-dev.json +++ b/vagrant/dev_image/eskapade-dev.json @@ -9,7 +9,7 @@ "name": "virtualbox", "url": "https://s3-eu-west-1.amazonaws.com/kpmg-eskapade-share/release/0.6/eskapade-dev-0.6.box", "checksum_type": "sha1", - "checksum": "0cdc456d3415889ced739845cb619278a6111e05" + "checksum": "b988de0d3a62ddfde1817a4ff64a40186f5bda4a" } ] }