Skip to content

Commit

Permalink
Merge pull request #116 from VIDA-NYU/vldb-demo
Browse files Browse the repository at this point in the history
Vldb demo fixes and parameter name standardization
  • Loading branch information
heikomuller authored Mar 18, 2021
2 parents be9ccaa + 3cb321f commit 78f6292
Show file tree
Hide file tree
Showing 20 changed files with 34,774 additions and 96 deletions.
6 changes: 6 additions & 0 deletions changelog.md → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@
* Bump `flowserv-core` dependency to version `0.8.0` for better support of running applications that are not implemented in Python.
* Introduce environment variable *OPENCLEAN_WORKERS* to configure workers for `flowserv-core`.
* Replace environment variables *OPENCLEAN_METADATA_DIR* with *OPENCLEAN_DATADIR*.


### 0.2.0 - 2021-03-17

* Standardize parameter names for sample methods (\#115)
* Bug fix for `openclean-notebook`
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@
openclean - Data Cleaning for Python
====================================

.. image:: https://img.shields.io/pypi/pyversions/openclean-core.svg
:target: https://pypi.org/pypi/openclean-core

.. image:: https://badge.fury.io/py/openclean-core.svg
:target: https://badge.fury.io/py/openclean-core

.. image:: https://img.shields.io/badge/License-BSD-green.svg
:target: https://github.com/VIDA-NYU/openclean-core/blob/master/LICENSE

.. image:: https://github.com/VIDA-NYU/openclean-core/workflows/build/badge.svg
:target: https://github.com/VIDA-NYU/openclean-core/actions?query=workflow%3A%22build%22

.. image:: https://readthedocs.org/projects/openclean-core/badge/?version=latest
:target: https://openclean-core.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://codecov.io/gh/VIDA-NYU/openclean-core/branch/master/graph/badge.svg?token=5TG0P12FO5
:target: https://codecov.io/gh/VIDA-NYU/openclean-core

Expand Down
Binary file modified docs/graphics/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/graphics/logo.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pandas>=1.0.0
scikit-learn
jsonschema>=3.2.0
histore==0.3.1
flowserv-core==0.6.0
flowserv-core>=0.8.0
jellyfish
refdata>=0.2.0
pooch==1.3.0
Expand Down
1 change: 1 addition & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and datasets are available in the `Github repository <https://github.com/VIDA-NY
examples/brooklyn_spellings
examples/restaurant_profiling
examples/restaurant_cleaning
examples/ethiopian_standardization
examples/knn
examples/fd_violation
examples/token_signature
Expand Down
3 changes: 3 additions & 0 deletions docs/source/examples/ethiopian_standardization.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../examples/notebooks/ethiopian-data-standardization/Standardization of Ethiopian Calendar and Woreda Names.ipynb"
}
Loading

0 comments on commit 78f6292

Please sign in to comment.