Skip to content

Commit

Permalink
fix CHANGELOG and update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Charlier <477844+trevismd@users.noreply.github.com>
  • Loading branch information
trevismd committed Oct 16, 2022
1 parent 7e61793 commit 55497c9
Show file tree
Hide file tree
Showing 21 changed files with 1,071 additions and 2,002 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- Fix adding annotations with hue if arrays are provided instead of a Dataframe
and column names as strings (data=None).

## v0.4
### v0.4.5
- Add MANIFEST.IN (PR [#56](https://github.com/trevismd/statannotations/pull/56)
by [Matt Chan](https://github.com/thewchan))
- Limit supported Seaborn version to v.0.11.x
- Fix adding annotations with hue if data is passed as arrays
(PR [#64](https://github.com/trevismd/statannotations/pull/64) by
[getzze](https://github.com/getzze))

### v0.4.4
- The label for Kruskal-Wallis test explicitly states that it is run pairwise
Expand Down
Binary file modified docs/build/doctrees/setup.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/statannotations.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/statannotations.stats.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: e9f3508e439d00c65299ca22c3f70b92
config: 4005375536a5d2c84fa02e5ae18a403d
tags: 645f666f9bcd5a90fca523b33c5a78b7
21 changes: 8 additions & 13 deletions docs/build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -222,7 +222,7 @@ table.modindextable td {
/* -- general body styles --------------------------------------------------- */

div.body {
min-width: 450px;
min-width: 360px;
max-width: 800px;
}

Expand All @@ -236,7 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a.headerlink {
visibility: hidden;
}

a.brackets:before,
span.brackets > a:before{
content: "[";
Expand All @@ -247,6 +246,7 @@ span.brackets > a:after {
content: "]";
}


h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -334,13 +334,11 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -428,10 +426,6 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa;
}

table.footnote td, table.footnote th {
border: 0 !important;
}

th {
text-align: left;
padding-right: 5px;
Expand Down Expand Up @@ -614,7 +608,6 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}

dl.footnote > dt,
dl.citation > dt {
float: left;
Expand Down Expand Up @@ -643,11 +636,11 @@ dl.field-list > dt {
padding-left: 0.5em;
padding-right: 5px;
}

dl.field-list > dt:after {
content: ":";
}


dl.field-list > dd {
padding-left: 0.5em;
margin-top: 0em;
Expand Down Expand Up @@ -731,8 +724,9 @@ dl.glossary dt {

.classifier:before {
font-style: normal;
margin: 0.5em;
margin: 0 0.5em;
content: ":";
display: inline-block;
}

abbr, acronym {
Expand All @@ -756,6 +750,7 @@ span.pre {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
white-space: nowrap;
}

div[class*="highlight-"] {
Expand Down Expand Up @@ -819,7 +814,7 @@ div.code-block-caption code {

table.highlighttable td.linenos,
span.linenos,
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
-webkit-user-select: text; /* Safari fallback only */
-webkit-user-select: none; /* Chrome/Safari */
Expand Down
Loading

0 comments on commit 55497c9

Please sign in to comment.