Skip to content

Commit 4bc6ff3

Browse files
authored
Merge pull request #105 from josesho/v0.3.1
v0.3.1
2 parents b596a42 + 21f1617 commit 4bc6ff3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+254
-243
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ dist: xenial
22
language: python
33

44
env:
5-
- PYTHON=3.5 BACKEND=agg
65
- PYTHON=3.6 BACKEND=agg
76
- PYTHON=3.7 BACKEND=agg
87
- PYTHON=3.8 BACKEND=agg
@@ -20,7 +19,7 @@ before_install:
2019
install:
2120
- conda update conda --yes
2221
- conda config --add channels conda-forge
23-
- conda create -n testenv --yes pip python=$PYTHON matplotlib
22+
- conda create -n testenv --yes pip python=$PYTHON matplotlib freetype=2.10
2423
# - if [ "$PYTHON" = "3.8" ]; then conda create -n testenv --yes --channel conda-forge/label/pre-3.8 pip python=$PYTHON; else conda create -n testenv --yes pip python=$PYTHON matplotlib; fi
2524
- source activate testenv
2625
- pip install .[dev]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DABEST-Python
22
[![Travis CI build status](https://travis-ci.org/ACCLAB/DABEST-python.svg?branch=master)](https://travis-ci.org/ACCLAB/DABEST-python)
3-
[![minimal Python version](https://img.shields.io/badge/Python%3E%3D-3.5-6666ff.svg)](https://www.anaconda.com/distribution/)
3+
[![minimal Python version](https://img.shields.io/badge/Python%3E%3D-3.6-6666ff.svg)](https://www.anaconda.com/distribution/)
44
[![PyPI version](https://badge.fury.io/py/dabest.svg)](https://badge.fury.io/py/dabest)
55
[![Downloads](https://pepy.tech/badge/dabest/month)](https://pepy.tech/project/dabest/month)
66
[![Free-to-view citation](https://zenodo.org/badge/DOI/10.1038/s41592-019-0470-3.svg)](https://rdcu.be/bHhJ4)
@@ -39,7 +39,7 @@ DABEST powers [estimationstats.com](https://www.estimationstats.com/), allowing
3939

4040
## Installation
4141

42-
This package is tested on Python 3.5, 3.6, 3.7, and 3.8.
42+
This package is tested on Python 3.6, 3.7, and 3.8.
4343
It is highly recommended to download the [Anaconda distribution](https://www.continuum.io/downloads) of Python in order to obtain the dependencies easily.
4444

4545
You can install this package via `pip`.

dabest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
from ._stats_tools import effsize as effsize
2424
from ._classes import TwoGroupsEffectSize, PermutationTest
2525

26-
__version__ = "0.3.0"
26+
__version__ = "0.3.1"
-221 Bytes
Loading
22 Bytes
Loading
69 Bytes
Loading
9 Bytes
Loading
-57 Bytes
Loading
72 Bytes
Loading
135 Bytes
Loading

0 commit comments

Comments
 (0)