Commit Graph

43 Commits

Author SHA1 Message Date
Stefan van der Walt 1a1ebff4ca Merge pull request #1408 from stefanv/tagging
Update tagging instructions for release
2015-04-01 01:14:56 -07:00
Steven Silvester adac822ee9 Fix setup to allow installing from PyPI
≈
Fix setup to allow installing from PyPi
Another attempt at fixing the setuptools problem

Fix pip incantation

Fix typo

Try updating setuptools too

Try upgrading pip and setuptools after venv install

Rule out install_requires as the source of the problem

Try just requiring the ones that can be built from source

Use explicit install_requires and move version checks to after setup runs

Clean up installation for PyPI compatiblity

Dead end commit

Fix travis to match new installation procedure

Put build_versions check after install

Fix travis syntax

Switch to lower-case cython in version check

Another attempt

Another fix

Fix syntax error

Make header executable

Build inplace on py27

Fix finding of source code version in sphinx

Fix travis syntax

Import setuptools after install

Fix the version check in sphinx

Work around setuptools bug in 2.7

Fix handling of Cython requirement and update release notes

Switch to one Appveyor build and update build method

Add cython back to install_requires

Remove debug lines

Another try for appveyor install

Another attempt at setuptools and Appveyor

Do not let intermittent apt-get failures crash the build

Fix typo

Another appveyor attempt

More fixes for setuptools and Appveyor

Yet another setuptools/appveyor attempt

Put requirements.txt back in order

Fix typo

Fix readlines function call

Try not using a venv for python 2.7

Fix syntax

Try the provided venv for py27

Remove --user

Remove debug info

Another try for python27 fix

Try again

Do not use install_requires with numpy/scipy

Try just avoiding scipy

Try removing scipy (numpy was before)

Avoid both scipy and numpy

Fix qt install on 27

Fix qt install on 27 agin

Revert the scripts to their previous condition

Revert file permission changes

Undo changes to requirements.txt
2015-03-29 15:36:11 -05:00
Stefan van der Walt b203039462 Update tagging instructions for release 2015-03-06 01:21:05 -08:00
Stefan van der Walt 27d46c93b5 Add 0.11 release notes 2015-03-03 23:41:32 -08:00
Steven Silvester c3cf9890b7 Merge pull request #1046 from stefanv/osx_wheels
Add OSX wheel generation instructions and upload script
2014-11-08 16:04:53 -06:00
Tony S Yu 017d051f94 Clarify release procedure doc 2014-08-05 01:02:07 -05:00
Johannes Schönberger e74ba1b4f0 Add release note instructions 2014-08-04 21:14:57 -04:00
Stefan van der Walt 0fca535caa Remember to update stable docs link. Check timestamp on wheels before posting. 2014-07-02 18:30:18 +02:00
Stefan van der Walt b6c8ee9546 Indicate waiting time before wheels become available 2014-07-02 14:32:00 +02:00
Stefan van der Walt 8e5c5d6cf4 Add OSX wheel generation instructions and upload script 2014-07-02 00:56:48 +02:00
Johannes Schönberger 7d50cb7926 Remove deprecated release instruction 2014-05-27 21:59:25 -04:00
Johannes Schönberger ea6c9b27ab Update release instructions for building docs 2014-05-27 21:46:41 -04:00
Stefan van der Walt 29c421232a Update website update instructions for release. 2013-10-19 16:41:32 +02:00
Stefan van der Walt 4edfdbfe50 Update gh-pages instructions in RELEASE.txt. 2013-10-19 16:08:42 +02:00
Stefan van der Walt 3901f74e00 Update version in docs. 2013-10-19 16:08:42 +02:00
Stefan van der Walt 2ef03fe2d0 Update 0.9 release notes with new features. 2013-10-19 16:08:42 +02:00
Stefan van der Walt 3e717559e5 Rewrite contributor lister in Python. 2013-10-16 17:53:04 +02:00
Johannes Schönberger af752b97d3 Add note about TODO.txt to release instructions 2013-07-12 23:16:50 +02:00
Johannes Schönberger bab4e06c6e Update release instructions for new robots.txt file 2013-04-05 18:13:09 +02:00
Johannes Schönberger 631a3bc687 Add release instruction to update dev docs 2013-03-05 08:55:37 +01:00
Johannes Schönberger a4654b4b45 Add mailing list adresses to release instructions 2013-03-05 08:51:30 +01:00
Johannes Schönberger 5755ccb612 Fix release instruction for making docs 2013-03-04 20:46:09 +01:00
Paul Ivanov b4b090271d complete singularization of scikit-image
I've updated references in the code and documentation to the new name.
2012-10-08 16:29:55 -07:00
Stefan van der Walt 0d748f1950 DOC: Fix typo in release instructions. 2012-10-01 23:58:59 -07:00
Tony S Yu e1072ae43a PKG: Update release notes.
Note: added extra spacing around sublists because docutils will complain otherwise.
2012-09-30 11:52:48 -04:00
Stefan van der Walt 359e7703cc PKG: Remember to check that random.js file is correctly generated. 2012-09-25 15:50:25 -07:00
Stefan van der Walt 786821c747 PKG: Update release notes, plot_pr. 2012-08-24 09:55:16 -07:00
Stefan van der Walt a80388c995 PKG: Update Debian packaging instructions. 2012-07-17 17:37:08 -04:00
Stefan van der Walt b891a7c9d1 DOC: Update release instructions. 2012-06-24 21:50:38 -07:00
Stefan van der Walt d32268e1c5 PKG: Update release instructions--add version to bento.info. 2012-06-11 00:37:48 -07:00
Stefan van der Walt fbd3558d8e DOC: Update release instructions. 2012-02-27 01:36:38 -08:00
Stefan van der Walt ea442bc3e2 DOC: Update release instructions. 2012-02-26 21:10:41 -08:00
Stefan van der Walt eb3d218fb1 PKG: Update release instructions to update doc versions javascript. 2012-02-08 01:41:14 -08:00
Stefan van der Walt fb9393e5ba DOC: Update release process. 2011-12-03 14:41:49 -08:00
Stefan van der Walt a76f12f747 DOC: Update repo address. 2011-10-23 22:51:38 -07:00
emmanuelle 6d67bba941 Renaming: scikits.image -> skimage 2011-10-18 21:12:27 +02:00
Stefan van der Walt d68a64a576 DOC: Update release instructions (run setup.py register to login to pypi). 2011-10-10 03:47:32 -07:00
Stefan van der Walt e70cd1af4d DOC: Update release instructions. 2011-09-17 11:50:10 -07:00
Stefan van der Walt 2939478040 Update release info now that setup is fixed. 2009-11-12 14:50:37 +02:00
Stefan van der Walt 166fa74a53 Document problem with 'python setup.py sdist upload'. 2009-11-12 13:59:08 +02:00
Stefan van der Walt 134c1e0090 Update tasks list and release instructions. 2009-10-24 10:31:58 +02:00
Stefan van der Walt edc0d55a41 Remember to generate docs when releasing. Also update version in setup.py. 2009-10-09 08:47:49 +02:00
Stefan van der Walt 70cbc2b71e Instructions on how to make a release. 2009-10-08 00:31:58 +02:00