Skip to content

Commit

Permalink
Eskapade v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanleerdam committed Feb 28, 2017
1 parent 7927ed6 commit 057bba1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ESKAPADE
========

Version: 0
Version: 0.4

Eskapade is a light-weight, python-based data analysis framework, meant for all sorts of data analysis problems.


Release notes
=============

This is Version 0 of Eskapade, released in Feb 2017.
This is Version 0.4 of Eskapade, released in Feb 2017.
In this release we are releasing the core code to run the Eskapade framework.
The code is written in python 3. Please see the Documentation for more details.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0'
release = '0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 1 addition & 3 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ Naming convention

Before settling on the name `Eskapade`, this project had internal naming conventions
including `Decision Engine` and `Analytics Engine`. We are working on removing all old names and
streamlining this all into Eskapade version 1.0, but one might still find these
in certain parts of the repository.

streamlining this all into future versions, but one might still find these in certain parts of the repository.
2 changes: 1 addition & 1 deletion python/eskapade/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0'
version = '0.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Eskapade',
version='0',
version='0.4',
description='Eskapade modular analytics',
author='KPMG',
url='http://eskapade.kave.io',
Expand Down
6 changes: 3 additions & 3 deletions vagrant/dev_image/eskapade-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "ESKAPADE development box",
"versions": [
{
"version": "0",
"version": "0.4",
"providers": [
{
"name": "virtualbox",
"url": "https://s3-eu-west-1.amazonaws.com/kpmg-eskapade-share/release/0.0/eskapade-dev-0.0.box",
"url": "https://s3-eu-west-1.amazonaws.com/kpmg-eskapade-share/release/0.4/eskapade-dev-0.4.box",
"checksum_type": "sha1",
"checksum": "b77d75a9ef9c9e3fb932af52af37905d1ebfec7c"
"checksum": "d49938e3a11cca33a2b8d25f0b1ab9e5862568c5"
}
]
}
Expand Down

0 comments on commit 057bba1

Please sign in to comment.