FYI: there is now a very interesting discussion going on
numpy-di...(a)scipy.org that resulted in [1], see also the forwarded
message below. Shall we create a similar document for sfepy?
r.
[1] http://docs.scipy.org/doc/numpy/dev/gitwash/index.html
---------- Forwarded message ----------
Date: Tue, 12 Oct 2010 11:55:04 -0700
From: Fernando Perez <fpere...(a)gmail.com>
Reply-To: Discussion of Numerical Python <numpy-di...(a)scipy.org>
To: Discussion of Numerical Python <numpy-…
[View More]di...(a)scipy.org>
Subject: Re: [Numpy-discussion] Development workflow
On Tue, Oct 12, 2010 at 6:51 AM, Vincent Davis <vin...(a)vincentdavis.net> wrote:
> Lots of good reading :) Just thought I'd put a plug in for the
> contributor that may make only a few contributions and needs a simple
> workflow to do so. It would be great if they could just..
> make there own fork
> clone the branch of interest
> make changes
> push to there own fork
> request pull.
>
> I think part of the point of moving to git was to make these types of
> contributions easier. Ideally there would be instructions here
> http://www.numpy.org/
>
Matthew Brett has prepared a document with much of this in ready-to-digest form:
http://github.com/matthew-brett/gitwash
It's meant for easy inclusion in other projects (if they agree with
the worfklow it presents), here it is for example rendered with the
urls pointing to ipython repos:
http://ipython.scipy.org/doc/nightly/html/development/gitwash/index.html
Cheers,
f
_______________________________________________
NumPy-Discussion mailing list
NumPy-Di...(a)scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
[View Less]
FYI: new release of Bento.
r.
---------- Forwarded message ----------
Date: Sun, 10 Oct 2010 15:21:42 +0900
From: David Cournapeau <cour...(a)gmail.com>
Reply-To: SciPy Users List <scipy...(a)scipy.org>
To: Discussion of Numerical Python <numpy-di...(a)scipy.org>,
SciPy Users List <scipy...(a)scipy.org>
Subject: [SciPy-User] [ANN] Bento 0.0.4 release
Hi,
I am pleased to announce the release 0.0.4 for Bento. This release is
a significant milestone, as it is able …
[View More]to build both numpy and scipy
on some platforms (Linux and mac os x).
The main features are:
- New hooks to modify, override compilation options on a per
extension basis.
- Recursive package description support
- Option to generate a python module containing all install paths,
to avoid using __file__ without depending on complex tools ala
pkg_resources.
- Improved documentation
- Some work toward python 3 support (does not work yet for complex packages)
Concerning numpy/scipy bento-based builds, a few interesting facts:
- amount of code for both numpy/scipy is smaller than scons-based
or distutils-based builds.
- by playing a bit with options and using clang, you can build a
full debug build of numpy in 5-6 seconds, and ~ 40 seconds for scipy
on a recent computer.
- _bento_build branches for numpy and scipy are found on my
account http://github.com/cournape
You can download bento on github: http://github.com/cournape/Bento,
and look at the documentation on
http://cournape.github.com/Bento/html/index.html.
cheers,
David
[View Less]