Skip to content

Commit 251650b

Browse files
authored
Version 0.2.0 (#106)
1 parent e332aaf commit 251650b

File tree

6 files changed

+3
-21
lines changed

6 files changed

+3
-21
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ build:
22
image: latest
33
formats:
44
- none
5-
requirements_file: requirements.txt
65
python:
76
pip_install: true
87
extra_requirements:

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include requirements.txt
21
recursive-include doc *
32
recursive-include examples *
43
recursive-include sklearn_extra *.pyx *.pxd *.pxi *.py

README.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ scikit-learn-extra requires,
3636
- scikit-learn (>=0.23), and its dependencies
3737

3838

39-
User installation
40-
^^^^^^^^^^^^^^^^^
39+
Installation
40+
^^^^^^^^^^^^
4141

4242
Latest release can be installed with conda,
4343

@@ -51,15 +51,6 @@ or from PyPi with,
5151
5252
pip install scikit-learn-extra
5353
54-
Note that installing from PyPi requires a working C compiler (cf `installation
55-
instructions
56-
<https://scikit-learn.org/dev/developers/advanced_installation.html#platform-specific-instructions>`_).
57-
58-
The developement version can be installed with,
59-
60-
.. code::
61-
62-
pip install https://github.com/scikit-learn-contrib/scikit-learn-extra/archive/master.zip
6354
6455
License
6556
-------

doc/install.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ or from PyPi with,
2525
2626
pip install scikit-learn-extra
2727
28-
Note that installing from PyPi requires a working C compiler (cf `installation
29-
instructions
30-
<https://scikit-learn.org/dev/developers/advanced_installation.html#platform-specific-instructions>`_).
31-
3228
Latest development version can be installed with,
3329

3430
.. code::

requirements.txt

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

sklearn_extra/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0b2"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)