Skip to content

Commit fe9beee

Browse files
committed
Merge pull request lisa-lab#1565 from nouiz/nodev
Tell that Pylearn2 have no more developer.
2 parents 47aafdc + a12f855 commit fe9beee

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ before_install:
44
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
55
- chmod +x miniconda.sh
66
- ./miniconda.sh -b
7-
- export PATH=/home/travis/miniconda/bin:$PATH
7+
- export PATH=/home/travis/miniconda/bin:/home/travis/miniconda2/bin:$PATH
88
- conda update --yes conda
99
install:
10-
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then conda create --yes -q -n pyenv python=2.6 mkl pyzmq cython=0.21.1 pillow numpy=1.9.1 numpydoc scipy=0.14.0 pytables=3.1.1 numexpr=2.3.1 nose=1.3.4 pyyaml sphinx pyflakes argparse pip matplotlib scikit-learn h5py; fi
11-
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then conda create --yes -q -n pyenv python=3.4 mkl pyzmq cython=0.21.1 pillow numpy=1.9.1 numpydoc scipy=0.14.0 pytables=3.1.1 numexpr=2.3.1 nose=1.3.4 pyyaml sphinx pyflakes pip matplotlib scikit-learn h5py; fi
10+
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then conda create --yes -q -n pyenv python=2.6 mkl pyzmq cython=0.21.1 pillow numpy=1.9.1 numpydoc scipy=0.14.0 pytables=3.1.1 numexpr=2.3.1 nose=1.3.4 pyyaml sphinx pyflakes argparse pip matplotlib scikit-learn h5py libgfortran; fi
11+
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then conda create --yes -q -n pyenv python=3.4 mkl pyzmq cython=0.21.1 pillow numpy=1.9.1 numpydoc scipy=0.14.0 pytables=3.1.1 numexpr=2.3.1 nose=1.3.4 pyyaml sphinx pyflakes pip matplotlib scikit-learn h5py libgfortran; fi
1212
- source activate pyenv
1313
- pip install -q git+git://git.assembla.com/jobman.git
1414
- pip install -q --no-deps git+git://github.com/Theano/Theano.git

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Pylearn2: A machine learning research library
33
==============================
44

5+
.. warning::
6+
7+
This project does not have any current developer. We will continue
8+
to review pull requests and merge them when appropriate, but do not
9+
expect new development unless someone decides to work on it.
10+
11+
There are other machine learning frameworks built on top of Theano that
12+
could interest you, such as: `Blocks
13+
<https://blocks.readthedocs.org/en/latest>`_, `Keras
14+
<http://keras.io>`_ and `Lasagne
15+
<https://lasagne.readthedocs.org/en/latest>`_.
16+
17+
518
Pylearn2 is a library designed to make machine learning research easy.
619

720
Pylearn2 has online `documentation <http://deeplearning.net/software/pylearn2/>`_.

doc/index.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,20 @@
33
Welcome
44
=======
55

6-
Pylearn2 is still undergoing rapid development. Don't expect a clean road without bumps!
6+
.. warning::
7+
8+
This project does not have any current developer. We will continue
9+
to review pull requests and merge them when appropriate, but do not
10+
expect new development unless someone decides to work on it.
11+
12+
There are other machine learning frameworks built on top of Theano that
13+
could interest you, such as: `Blocks
14+
<https://blocks.readthedocs.org/en/latest>`_, `Keras
15+
<http://keras.io>`_ and `Lasagne
16+
<https://lasagne.readthedocs.org/en/latest>`_.
17+
18+
19+
Don't expect a clean road without bumps!
720
If you find a bug please write to [email protected].
821
If you're a Pylearn2 developer and you find a bug, please write a unit test for it so
922
the bug doesn't come back!

0 commit comments

Comments
 (0)