Next | Query returned 59 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2011-06-29 23:18:08 by Alexander Nasonov | Files touched by this commit (1)
Log message:
Add missing LICENSE.

From README:

RPy2 is subject to the Mozilla Public License Version 1.1 (the
"License"); you may not use RPy2 except in compliance with the
License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/ (or see the file MPL_LICENSE)

Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and
limitations under the License.

The Original Code is the RPy2 python package, itself subdivived
into subpackages and modules.

All code is Copyright of the respective author(s).
See the file AUTHORS for further details regarding authorship.

Alternatively, RPy2 may be used under the terms of either the GNU
General Public License Version 2 or later (the "GPL", see the file
GPL_LICENSE), or the GNU Lesser General Public License Version 2.1
or later (the "LGPL", see the file LGPL_LICENSE), in which case the
provisions of the GPL or the LGPL are applicable instead of those
above. If you wish to allow use of your version of this file only
under the terms of either the GPL or the LGPL, and not to allow
others to use your version of this file under the terms of the MPL,
indicate your decision by deleting the provisions above and replace
them with the notice and other provisions required by the GPL or the
LGPL. If you do not delete the provisions above, a recipient may use
your version of this file under the terms of any one of the MPL, the
GPL or the LGPL.
   2010-07-30 12:36:34 by Aleksej Saushev | Files touched by this commit (51)
Log message:
"fortran" -> "fortran77" except where it is clear that it \ 
isn't F77.
"fortran" is alias of "fortran77" for now, but it will \ 
change later.
   2010-06-09 23:04:26 by Mark Davies | Files touched by this commit (4)
Log message:
Update py-rpy to 2.1.3

Works with recent R and recent python.
   2010-02-15 17:32:20 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Deal with two digit R --version output. Still mark as broken because it
depends on a no-longer existing header.
   2008-09-19 16:39:00 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Catch up with PLIST changes. Bump revision.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2008-04-26 04:41:00 by Mark Davies | Files touched by this commit (2)
Log message:
Update to match R 2.7.0
   2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170)
Log message:
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
   2007-11-07 20:49:36 by Mark Davies | Files touched by this commit (2)
Log message:
Fix PLIST, bump PKGREVISION for the new R.
   2007-03-14 12:55:41 by Mark Davies | Files touched by this commit (3)
Log message:
Update py-rpy to 0.99.0

New features:
* Dramatically simplify the build process for Win32
* It is now possible to use setup.cfg to control various aspects of the
  build process. 'config.in' contains a template containing all available
  options and what they do.
Bug fixes
* RPy compiled with Numeric support will no longer crash when run with
  Numeric available.
* Crash during import when R is missing from the registry
* Problem using R Wavelets library with RPy
* RPy does not build on OS X, easy fix
* Plotting with RPy crashes Python
Other
* The rpy.py now communicates RHOME, RVER, RVERSION, RUSER from python to
  the _rpy module using environment variables. This avoids the need to
  have duplicate C code to obtain these values, and makes things both more
  maintainable and more robust.

Next | Query returned 59 messages, browsing 31 to 40 | Previous