Metadata-Version: 2.1
Name: fuggle
Version: 0.2.7
Summary: Fugue for Kaggle users
Home-page: http://github.com/fugue-project/fuggle
Author: Han Wang
Author-email: goodwanghan@gmail.com
License: Apache-2.0
Keywords: fugue kaggle sql spark dask pandas
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: fugue[dask,spark,sql] (==0.5.6.dev1)
Requires-Dist: tune[all] (==0.0.6)
Requires-Dist: notebook
Requires-Dist: kaggle
Requires-Dist: seaborn
Requires-Dist: qpd
Requires-Dist: dask[dataframe]
Requires-Dist: pandavro

# fuggle
Fugue for Kaggle users


## Release History

### 0.2.7

* Update fugue and tune versions

### 0.2.6

* Update tune version

### 0.2.5

* Update tune version

### 0.2.4

* Update tune version

### 0.2.3

* Add config shortcut

### 0.2.2

* Disable Fugue SQL highlighting on Kaggle, they no longer support it

### 0.2.1

* Upgrade fugue dependency and add tune dependency and support

### 0.2.0

* Upgrade fugue dependency

### 0.1.8

* Upgrade fugue dependency, handle breaking changes

### 0.1.7

* Refactor fuggle based on fugue_notebook

### 0.1.6

* Fix sql global variable import

### 0.1.5

* Disable pandas udf (kaggle upgraded to java 11, spark is hard to config)

### 0.1.2

* Remove print

### 0.1.1

* Add `group` to plot
* Add default checkpoint path

### 0.1.0

* Add Dag class for convenience
* Updated highlights

### 0.0.9

* Add dask support

### 0.0.8

* Make setup function configurable

### 0.0.7

* Add Kaggle sqlite data handling logic

### 0.0.6

* Fix rendering issue

### 0.0.5

* Fine tune of the experience

### 0.0.4

* Add plot extensions

### <= 0.0.3

* Setup basic functions


