This is the mail archive of the
gsl-discuss@sourceware.org
mailing list for the GSL project.
GSL git setup
- From: Patrick Alken <patrick dot alken at Colorado dot EDU>
- To: "gsl-discuss at sourceware dot org" <gsl-discuss at sourceware dot org>
- Date: Thu, 02 Jan 2014 09:13:20 -0700
- Subject: GSL git setup
- Authentication-results: sourceware.org; auth=none
Hello all,
As some of you may know, we recently switched the GSL repository on
savannah to use git instead of bzr. We currently have two main branches:
master - this will contain all new development features leading
eventually to version 2.0. I have already incorporated the ALF extension
into it for associated legendre functions, which required a new API that
will not be backward compatible with the 1.x series. The old API is
still available but marked as deprecated. We anticipate several further
changes which will also change APIs.
maint-1 - this is the 1.x maintenance branch which will not be actively
developed, but if there are any bug fixes required, we can easily use it
to make another 1.x release
Anyone who would like to develop new features and submit patches please
use the master branch for your work.
Thanks,
Patrick