Skip to content

Commit 2658bfa

Browse files
authored
Merge pull request ydataai#212 from pandas-profiling/v2.1.1
Commit for release 2.1.2.
2 parents 3e2d0b4 + b41e0d7 commit 2658bfa

File tree

9 files changed

+10
-13
lines changed

9 files changed

+10
-13
lines changed

MANIFEST.in

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
include LICENSE
22
include pandas_profiling/view/*.mplstyle
3-
include pandas_profiling/view/templates/*.html
4-
include pandas_profiling/view/templates/variables/*.html
5-
include pandas_profiling/view/templates/assets/*.js
6-
include pandas_profiling/view/templates/assets/*.css
7-
include pandas_profiling/view/templates/*.css
3+
recursive-include pandas_profiling/view/templates *.html
4+
recursive-include pandas_profiling/view/templates/assets *.js *.css
85
include pandas_profiling/config_default.yaml
96
include README.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Read more on getting involved in the [Contribution Guide](https://github.com/pan
142142

143143
## Dependencies
144144

145-
You need Python 3 to run this package. Other dependencies can be found in the requirements files:
145+
You need [Python 3](https://python3statement.org/) to run this package. Other dependencies can be found in the requirements files:
146146

147147
| Filename | Requirements|
148148
|----------|-------------|

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2 id="how-to-contribute">How to contribute</h2>
128128
If you would like to be a industry partner or sponsor, please <a href="mailto:[email protected]">drop us a line</a>.</p>
129129
<p>Read more on getting involved in the <a href="https://github.com/pandas-profiling/pandas-profiling/blob/master/CONTRIBUTING.md">Contribution Guide</a>.</p>
130130
<h2 id="dependencies">Dependencies</h2>
131-
<p>You need Python 3 to run this package. Other dependencies can be found in the requirements files:</p>
131+
<p>You need <a href="https://python3statement.org/">Python 3</a> to run this package. Other dependencies can be found in the requirements files:</p>
132132
<table>
133133
<thead>
134134
<tr>

examples/meteorites/meteorites_report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/nza/nza_report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/stata_auto/stata_auto_report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/titanic/titanic_report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/website_inaccessibility/website_inaccessibility_report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = f.read()
99

1010

11-
version = "2.1.1"
11+
version = "2.1.2"
1212

1313
with (source_root / "pandas_profiling" / "version.py").open("w", encoding="utf-8") as f:
1414
f.writelines(

0 commit comments

Comments
 (0)