summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2011-10-13Work around a bug in SunOS complex.h to make this build with Suns gcc.hans2-1/+20
2011-10-12Not (or perhaps no longer) MAKE_JOBS_SAFE: in doc/, needs a .WAIT betweendholland1-1/+2
"conf.texi" and "subdirs", but I can't add one because this package uses gmake and gmake has no equivalent functionality.
2011-10-07Revision dump after devel/hdf5 update.alnsn2-3/+4
2011-10-05+ py-romanobache1-1/+2
2011-10-05Import py-roman-1.4.0 as math/py-roman.obache5-0/+52
This Python module provides methods for converting Integer from/to Roman.
2011-09-29Remove -Werror from flags to make this build.wiz1-1/+3
2011-09-26Add c to USE_LANGUAGES.ryoon2-4/+4
Fix build on Gentoo Linux.
2011-09-26Fix PR pkg/45404.ryoon1-1/+3
Add dependency to math/R-car. Fix build.
2011-09-26Add R-carryoon1-1/+2
2011-09-26Import R-car-2.0.11 as math/R-carryoon3-0/+25
This package accompanies J. Fox and S. Weisberg, An R Companion to Applied Regression, Second Edition, Sage, 2011. Used by math/R-Rcmdr. OKed by wiz@.
2011-09-14Fix build on SunOS.hans1-1/+3
2011-09-14Fix detection of builtin mpfr on SunOS.hans1-2/+6
2011-09-14Explicitly depend on gmp>=4.3.2 and mpfr>=2.4.2.hans2-2/+8
2011-09-14Remove stupid test for Sun make from configure.hans2-1/+16
2011-09-12Fixes build with curl-7.21.7.obache2-1/+16
Let not to include deprecated header file.
2011-09-08update to 1.0.14drochner3-9/+59
changes: -minor fixes -documentation / translation improvements
2011-09-08update to 0.10.17drochner3-9/+10
changes: -import/export improvements, mostly ODF -misc fixes and improvements
2011-09-08Update ruby-spreadsheet to 0.6.5.9.obache3-7/+8
=== 0.6.5.9 / 7.9.2011 * Fixed a frozen string bug thanks to dblock (Daniel Doubrovkine),
2011-09-05Add missing build tools "yacc" and "lex"cheusov1-1/+3
2011-08-31Update ruby-spreadsheet to 0.6.5.8.obache2-6/+6
=== 0.6.5.8 / 30.8.2011 * This patch is about adding a sheet_count method to workbook so that it returns * the total no of worksheets for easy access. Please check. By * tamizhgeek@gmail.com * https://gist.github.com/1180625
2011-08-16Update to 3.0202:wiz3-8/+7
3.0202 July 23, 2011 - Moved tag-release.pl to scripts/tag-release.pl (though we now use Mercurial instead of Subversion.) - Add t/mode.t to test the ->mode() method. - Documented ->mode() better. - Optimized ->mode(). 3.0201 October 14, 2010 - Add some documentation clarifying the 0th percentile return, as it returns undef() for representing -inf: - Fix https://rt.cpan.org/Ticket/Display.html?id=62055 - Thanks to Dave Breimann for reporting it. - Add the tag-release.pl to tag a release using Subversion.
2011-08-16Update to 0.43a:wiz2-7/+7
0.43 Tue 02 Aug 2011 - Changed name in META.yml (RT#69574) 0.42 Wed 01 Jun 2011 - Add --html output option to xlscat - Force CSV parser when in-sep is given - Prefer Data::Peek over Data::Dumper if available 0.41 Wed 06 Oct 2010 - Spell-check - Fixed requiring optional modules (RT#61928 - Roderick Schupp)
2011-08-16Update to 0.59. Add missing dependencies.wiz2-7/+8
0.59 April 6 2011 + Patch for decryption of default encrypted workbooks from Alexey Mazurin. ! Fix for invalid formatting of text cell that are numeric. http://rt.cpan.org/Public/Bug/Display.html?id=62073
2011-08-16Update to 1.12:wiz2-7/+6
1.12 2010-09-29 Abhijit Menon-Sen <ams@toroid.org> * Fix OS X build failure reported by Daniel Barker and fixed by Tokuhiro Matsuno.
2011-08-16Update to 1.16:wiz2-8/+6
2011-02-26 v1.16 pjacklam (6153 tests) * Change bigintpm.inc to reflect recent changes in the Math::BigInt distribution (Peter John Acklam). 2011-02-10 v1.15 pjacklam (6151 tests) * Include latest version of test scripts from Math-BigInt (closes RT #65580) (Peter John Acklam). * Add 00sig.t for testing SIGNATURE, and 01load.t for basic module loading and giving diagnostics useful for bug tracking (Peter John Acklam). * Rename pod.t to 02pod.t and pod_cov.t to 03podcov.t and use more generic code (Peter John Acklam). * Clean up whitespace (Peter John Acklam).
2011-08-16Update to 1.36:wiz3-15/+14
2011-02-26 v1.36 pjacklam (6362 tests) * Change bigintpm.inc to reflect recent changes in the Math::BigInt distribution (Peter John Acklam). * Use a _nok() function more similar to the one in Math::BigInt::Calc (Peter John Acklam). 2011-02-08 v1.35 pjacklam (6361 tests) * Rename files for testing signature, module loading, and POD so the names are within the 8+3 character limit (Peter John Acklam). * Rename method _nok_ok() to the correct _nok(). There ought to have been a test catching an error like that (Peter John Acklam). * Fix _nok() giving wrong output when second input argument is zero (Peter John Acklam). * Fix _nok() so it doesn't modify its second input arg (Peter John Acklam). * Update the included Devel::CheckLib to most recent version as suggested in RE #63055 (Peter John Acklam). * Apply "chmod 0644" to the few test scripts that don't already have that mode (Peter John Acklam). 2011-02-07 v1.34 pjacklam (6361 tests) * Rename _num() to _str(). The old _num() did exactly what _str() is supposed to do, according to the API documentation (Peter John Acklam). * Add a _num() function which (currently) simply numifies the output from _str() (Peter John Acklam). * Clean up whitespace (Peter John Acklam). * Fix POD errors (Peter John Acklam). * Add _nok() method. Now the old claim that Math::BigInt::GMP conforms to API version 2 is actually true (Peter John Acklam). * Edit the test files that were copied from the Math::BigInt distribution, so we now test Math::BigInt against Math::BigInt::GMP, not Math::BigInt::Calc. I had forgotten this when I copied the test files from the Math::BigInt distribution. This reduces the total test count, since some test are not executed with Math::BigInt::GMP (Peter John Acklam). * Replace morse code in 'README' with proper text (Peter John Acklam). * Include '01-load.t' for explicitly testing module loading (Peter John Acklam). * Use more generic code in 'pod.t' and 'pod_cov.t' (Peter John Acklam). 2011-01-30 v1.33 pjacklam (6411 tests) * Fix _modinv() so that it works the same way as _modinv() in other Math::BigInt libraries: The output arguments are an object and the corresponding sign, not undef (Peter John Acklam). * Include most recent versions of the test files from the Math-BigInt distribution (bigfltpm.inc, bigfltpm.t, bigintpm.inc, bigintpm.t, biglog.t, and bigroot.t) (Peter John Acklam). * Include generic SIGNATURE test file (Peter John Acklam). * Required version of Math::BigInt is now 1.99_05 (Peter John Acklam).
2011-08-16Update to 1.8:wiz2-7/+10
- 1.8.B59BrZX Mon May 9 11:53:35:33 2011 * updated 'url' digit set to URLSafe to resolve HTTPS://RT.CPAN.Org/Ticket/Display.html?id=60125 * updated license copyright years (already had GPLv3)
2011-08-16Update to 0.09:wiz2-7/+6
0.09 Mon Dec 06 2010 - explicit use of of Math::BigInt to avoid confusing Devel::Cover 0.08 Mon Dec 06 2010 - don't short-circuit encoding '0' so it gets proper padding.
2011-08-16Update to 0.33:wiz2-7/+6
0.33 Sun Feb 20 20:07:43 CET 2011 Implemented the COMMENT argument
2011-08-14Revision bump after updating perl5 to 5.14.1.obache31-56/+62
2011-08-06Changes 2.08:adam2-7/+7
* Fix t/matlab.t failing on Windows (RT 64629) * Applied patch from RT 51669 (POD rendering) * Applied patch from RT 61334 (fix croak in new_from_string) * Make reference check less strict in _new_from_row_or_cols (requested by MJD) Changes 2.06: * added submatrix() (exactly the same behavior as sec() from PDL, for 2D matrices) * t/submatrix.t created * t/decompose_LR.t created * !!!NEED documentation for submatrix()
2011-08-06Changes 2.01080605:adam2-23/+16
* p5p in its infinite wisdom removed (automatically generated) defines for PERL_POLLUTE... Now every extension needs to add them back by hand...
2011-07-28Match version with math/fftw.adam2-8/+8
2011-07-28Changes 3.3:adam3-8/+8
* Compiling OpenMP support (--enable-openmp) now installs a fftw3_omp library, instead of fftw3_threads, so that OpenMP and POSIX threads (--enable-threads) libraries can be built and installed at the same time. * Various minor compilation fixes, corrections of manual typos, and improvements to the benchmark test program. * Add support for the AVX extensions to x86 and x86-64. The AVX code works with 16-byte alignment (as opposed to 32-byte alignment), so there is no ABI change compared to FFTW 3.2.2. * Added Fortran 2003 interface, which should be usable on most modern Fortran compilers (e.g. gfortran) and provides type-checked access to the the C FFTW interface. (The legacy Fortran-77 interface is still included also.) * Added MPI distributed-memory transforms. Compared to 3.3alpha, the major changes in the MPI transforms are: * Fixed some deadlock and crashing bugs. * Added Fortran 2003 interface. * Added new-array execute functions for MPI plans. * Eliminated use of large MPI tags, since Cray MPI requires tags < 224. * Expanded documentation. * make check now runs MPI tests * Some ABI changes — not binary-compatible with 3.3alpha MPI. * Add support for quad-precision __float128 in gcc 4.6 or later (on x86. x86-64, and Itanium). The new routines use the fftwq_ prefix. * Temporarily removed MIPS paired-single support due to lack of available hardware for testing. We hope to add it back before the final FFTW 3.3 release; meanwhile, users who want this functionality should continue using FFTW 3.2.x. * Removed support for the Cell Broadband Engine. Cell users should use FFTW 3.2.x. * New convenience functions fftw_alloc_real and fftw_alloc_complex to use fftw_malloc for real and complex arrays without typecasts or sizeof.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache3-5/+6
2011-07-20Updated ruby-spreadsheet to 0.6.5.7.obache2-6/+6
=== 0.6.5.7 / 20.7.2011 * Fixed the bug introduced by Roel van der Hoorn and updated the test cases. * https://github.com/vanderhoorn/spreadsheet/commit/c79ab14dcf40dee1d6d5ad2b174f3fe31414ca28
2011-07-20Update ruby-spreadsheet to 0.6.5.6.obache2-6/+6
=== 0.6.5.6 / 20.7.2011 * Added a fix from R. van der Hoorn to sanitize_worksheets if 'sheets' is empty. * https://github.com/vanderhoorn/spreadsheet/commit/c109f2ac5486f9a38a6d93267daf560ab4b9473e
2011-07-14in the awk code to extract the version number from a header, avoiddrochner1-3/+3
the non-standard "gensub" function, from Alexander Nasonov per PM
2011-07-12update to 1.10.16drochner3-8/+21
changes: -ODF import/export improvements -Switch to using goffice's complex math -more fixes and improvements
2011-07-11Update ruby-spreadsheet to 0.6.5.5.obache2-6/+6
=== 0.6.5.5 / 24.6.2011 * updated the color code for orange to 0x0034 => :orange, thanks to the hint of Jonty * https://gist.github.com/1044700
2011-07-08Update to FriCAS 1.1.3asau3-14/+47
Changes: - Added "jet bundle" framework by Werner Seiler and Joachim Schue, which includes completion procedure and symmetry analysis for PDE. - Better splitting of group representations (added Holt-Rees improvement to meatAxe). - Added numeric versions of some elliptic integrals and few more elliptic functions. - Speeded up FFCGP (finite fields via Zech logarithms). - New experimental flag (off by default, set via setSimplifyDenomsFlag) which if on causes removal of irrationalities from denominators. Usually it causes slowdown, but on some examples gives huge speedup. It may go away in future (when no longer needed). - Added experimental framework for theory of computations. Bug fixes, in particular: - Numerical solutions of polynomial systems have now required accuracy (SF 2418832). - Fixed problem with crashes during tracing. - Fixed a problem with nested iteration (SF 3016806). - Eliminated stack overflow when concatenating long lists.
2011-07-08allow to use gmp/mpfr/mpc which comes with the system (eg ondrochner2-0/+26
NetBSD-current with gcc45)
2011-06-29Add missing LICENSE.alnsn1-1/+2
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.
2011-06-22Update FriCAS to 1.1.2asau3-26/+19
Changes: - Experimental Texmacs interface and Texmacs format output. - Guessing package can now guess algebraic dependencies. - Expansion into Taylor series and limits now work for most special functions. - Spad to Aldor translator is removed. - Spad compiler no longer allows to denote sets using braces. Bug fixes, in particular: - Fixed few cases where elementary integrals were returned unevaluated or produced wrong results. - Unwanted numerical evaluation should be no longer a problem (FriCAS interpreter now very strongly prefers symbolic evaluation over numerical evaluation). - Fixed a truncation bug in guessing package which causes loss of some correct solutions. - TeX and MathML format should correctly put parentheses around and inside sums and products. - Fixes few problems with handling of Unicode.
2011-06-19Update ruby-spreadsheet package to 0.6.5.4.taca2-7/+6
=== 0.6.5.4 / 18.4.2011 * Updated worksheet.rb according to the Patch of Bjªª¢ùrn Andersson. * https://gist.github.com/925007#file_test.patch * http://url.ba/09p9
2011-06-19CHECK_INTERPRETER_SKIPdholland1-1/+4
2011-06-14Add R-XML and R-bitops.alnsn1-1/+3
2011-06-14Add XML R module, version 3.4-0.alnsn4-0/+37
2011-06-14Add bitops R module, version 1.0-4.1.alnsn4-0/+34
2011-06-09update to 1.3.3drochner9-95/+27
changes: -UI improvements -bugfixes