Skip to content

Commit

Permalink
Merge pull request #248 from great-expectations/develop
Browse files Browse the repository at this point in the history
Include data_context module in setup
  • Loading branch information
jcampbell authored Mar 24, 2018
2 parents 5793dba + de94463 commit 64aaaf8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
8 changes: 6 additions & 2 deletions docs/source/roadmap_changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Planned Features
* Support for non-tabular datasources (e.g. JSON, XML, AVRO)
* Real-time/streaming and adaption of distributional expectations

v 0.4.1
-------
* Correct inclusion of new data_context module in source distribution

v.0.4.0
-------
* Initial implementation of data context API and SqlAlchemyDataset including implementations of the following expectations:
Expand All @@ -32,8 +36,8 @@ v.0.4.0
* Major refactor of output_format to new result_format parameter. See docs for full details.
* exception_list and related uses of the term exception have been renamed to unexpected
* the output formats are explicitly hierarchical now, with BOOLEAN_ONLY < BASIC < SUMMARY < COMPLETE. `column_aggregate_expectation`s now return element count and related information included at the BASIC level or higher.
* New expectation available for parameterized distributions--expect_column_parameterized_distribution_ks_test_p_value_to_be_greater_than (what a name! :) -- (@ccnobbli)
* ge.from_pandas() utility (thanks @shrockn)
* New expectation available for parameterized distributions--expect_column_parameterized_distribution_ks_test_p_value_to_be_greater_than (what a name! :) -- (thanks @ccnobbli)
* ge.from_pandas() utility (thanks @schrockn)
* Pandas operations on a PandasDataset now return another PandasDataset (thanks @dlwhite5)
* expect_column_to_exist now takes a column_index parameter to specify column order (thanks @louispotok)
* Top-level validate option (ge.validate())
Expand Down
2 changes: 1 addition & 1 deletion great_expectations/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
21 changes: 0 additions & 21 deletions meta.yaml

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'packages': [
'great_expectations',
'great_expectations.dataset',
'great_expectations.data_context'
],
'scripts': [
'bin/great_expectations',
Expand Down

0 comments on commit 64aaaf8

Please sign in to comment.