Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Dec 14, 2022
1 parent ba07440 commit 1613a1d
Show file tree
Hide file tree
Showing 19 changed files with 10,753 additions and 10,245 deletions.
17 changes: 13 additions & 4 deletions coverage.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
============================= test session starts ==============================
platform darwin -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
platform darwin -- Python 3.9.15, pytest-7.1.2, pluggy-1.0.0
rootdir: /Users/johnmount/Documents/work/pyvtreat/pkg
plugins: anyio-3.5.0, cov-3.0.0
collected 42 items
Expand Down Expand Up @@ -32,7 +32,17 @@ pkg/tests/test_user_coders.py . [ 90%]
pkg/tests/test_util.py .. [ 95%]
pkg/tests/test_xicor.py .. [100%]

---------- coverage: platform darwin, python 3.9.7-final-0 -----------
=============================== warnings summary ===============================
tests/test_dup.py::test_dup
tests/test_pipeparams.py::test_pipeparams
tests/test_unsupervised.py::test_unsupervised
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.9/site-packages/_pytest/python.py:192: PytestRemovedIn8Warning: Passing None has been deprecated.
See https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests for alternatives in common use cases.
result = testfunction(**testargs)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

---------- coverage: platform darwin, python 3.9.15-final-0 ----------
Name Stmts Miss Cover
-----------------------------------------------------
pkg/vtreat/__init__.py 6 0 100%
Expand All @@ -47,5 +57,4 @@ pkg/vtreat/vtreat_impl.py 703 58 92%
-----------------------------------------------------
TOTAL 1457 104 93%


======================== 42 passed in 101.16s (0:01:41) ========================
================== 42 passed, 3 warnings in 101.82s (0:01:41) ==================
2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

173 changes: 91 additions & 82 deletions docs/vtreat.html

Large diffs are not rendered by default.

625 changes: 314 additions & 311 deletions docs/vtreat/cross_plan.html

Large diffs are not rendered by default.

795 changes: 413 additions & 382 deletions docs/vtreat/effect_scaler.html

Large diffs are not rendered by default.

1,172 changes: 620 additions & 552 deletions docs/vtreat/stats_utils.html

Large diffs are not rendered by default.

371 changes: 201 additions & 170 deletions docs/vtreat/transform.html

Large diffs are not rendered by default.

1,547 changes: 819 additions & 728 deletions docs/vtreat/util.html

Large diffs are not rendered by default.

5,219 changes: 2,667 additions & 2,552 deletions docs/vtreat/vtreat_api.html

Large diffs are not rendered by default.

670 changes: 339 additions & 331 deletions docs/vtreat/vtreat_db_adapter.html

Large diffs are not rendered by default.

10,395 changes: 5,270 additions & 5,125 deletions docs/vtreat/vtreat_impl.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/build/lib/vtreat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from vtreat.vtreat_api import *

__docformat__ = "restructuredtext"
__version__ = "1.2.5"
__version__ = "1.2.6"

__doc__ = """
This<https://github.com/WinVector/pyvtreat> is the Python version of the vtreat data preparation system
Expand Down
Binary file removed pkg/dist/vtreat-1.2.5.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added pkg/dist/vtreat-1.2.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setuptools.setup(
name='vtreat',
version='1.2.5',
version='1.2.6',
author='John Mount, Nina Zumel',
author_email='[email protected]',
url='https://github.com/WinVector/pyvtreat',
Expand Down
4 changes: 1 addition & 3 deletions pkg/vtreat.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: vtreat
Version: 1.2.5
Version: 1.2.6
Summary: vtreat is a pandas.DataFrame processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner.
Home-page: https://github.com/WinVector/pyvtreat
Author: John Mount, Nina Zumel
Expand Down Expand Up @@ -62,5 +62,3 @@ however all of the examples can be found worked in `Python` [here](https://githu
`vtreat` is available
as a [`Python`/`Pandas` package](https://github.com/WinVector/vtreat),
and also as an [`R` package](https://github.com/WinVector/vtreat).


2 changes: 1 addition & 1 deletion pkg/vtreat.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
pandas
scipy
sklearn
scikit-learn
data_algebra>=1.4.1
2 changes: 1 addition & 1 deletion pkg/vtreat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from vtreat.vtreat_api import *

__docformat__ = "restructuredtext"
__version__ = "1.2.5"
__version__ = "1.2.6"

__doc__ = """
This<https://github.com/WinVector/pyvtreat> is the Python version of the vtreat data preparation system
Expand Down

0 comments on commit 1613a1d

Please sign in to comment.