Skip to content

Commit 937dac1

Browse files
committed
post release version bump
1 parent 9a30ca5 commit 937dac1

37 files changed

+11
-42590
lines changed

build/lib/data_algebra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__docformat__ = "restructuredtext"
2-
__version__ = "0.7.8"
2+
__version__ = "0.7.9"
33

44
__doc__ = """
55
`data_algebra`<https://github.com/WinVector/data_algebra> is a piped data wrangling system

coverage.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
============================= test session starts ==============================
2-
platform darwin -- Python 3.9.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
2+
platform darwin -- Python 3.9.6, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
33
rootdir: /Users/johnmount/Documents/work/data_algebra
44
plugins: cov-2.12.1, anyio-2.2.0
55
collected 206 items
@@ -85,13 +85,13 @@ tests/test_window2.py ... [ 96%]
8585
tests/test_window_fns.py ..... [ 99%]
8686
tests/test_with.py .. [100%]
8787

88-
---------- coverage: platform darwin, python 3.9.5-final-0 -----------
88+
---------- coverage: platform darwin, python 3.9.6-final-0 -----------
8989
Name Stmts Miss Cover
9090
----------------------------------------------------------
91-
data_algebra/BigQuery.py 106 68 36%
92-
data_algebra/MySQL.py 27 9 67%
91+
data_algebra/BigQuery.py 106 67 37%
92+
data_algebra/MySQL.py 27 8 70%
9393
data_algebra/OrderedSet.py 53 7 87%
94-
data_algebra/PostgreSQL.py 17 6 65%
94+
data_algebra/PostgreSQL.py 17 5 71%
9595
data_algebra/SQLite.py 66 8 88%
9696
data_algebra/SparkSQL.py 65 40 38%
9797
data_algebra/__init__.py 6 0 100%
@@ -116,7 +116,7 @@ data_algebra/python3_lark.py 1 0 100%
116116
data_algebra/test_util.py 195 37 81%
117117
data_algebra/util.py 78 6 92%
118118
----------------------------------------------------------
119-
TOTAL 4758 844 82%
119+
TOTAL 4758 841 82%
120120

121121

122-
============================= 206 passed in 16.44s =============================
122+
============================= 206 passed in 15.08s =============================

data_algebra.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: data-algebra
3-
Version: 0.7.8
3+
Version: 0.7.9
44
Summary: data_algebra is a data manipulation language that can both generate SQL queries and work on Pandas DataFrames.
55
Home-page: https://github.com/WinVector/data_algebra
66
Author: John Mount

data_algebra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__docformat__ = "restructuredtext"
2-
__version__ = "0.7.8"
2+
__version__ = "0.7.9"
33

44
__doc__ = """
55
`data_algebra`<https://github.com/WinVector/data_algebra> is a piped data wrangling system

dist/data_algebra-0.7.8.tar.gz

-69 KB
Binary file not shown.

dist/data_algebra-0.7.9.tar.gz

69 KB
Binary file not shown.

docs/data_algebra.html

Lines changed: 0 additions & 369 deletions
This file was deleted.

docs/data_algebra/BigQuery.html

Lines changed: 0 additions & 1104 deletions
This file was deleted.

docs/data_algebra/MySQL.html

Lines changed: 0 additions & 516 deletions
This file was deleted.

0 commit comments

Comments
 (0)