summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2013-04-07Revert. "GBS" is not acceptable abbreviation here.asau1-2/+2
2013-04-06"Each sed command should appear in an assignment of its own."rodent1-2/+3
2013-04-06Resolves:rodent7-14/+14
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent2-4/+4
2013-04-06'Please use ${ECHO} instead of "echo".'rodent1-2/+2
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06"Packages that install libtool libraries should define USE_LIBTOOL."rodent2-13/+14
2013-04-06Various MASTER_SITES-related fixes.rodent2-5/+5
2013-04-06"This line belongs inside the .ifdef block."rodent1-3/+3
2013-04-06"Please write NetBSD.org instead of netbsd.org"rodent2-4/+4
2013-04-06"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variablerodent1-2/+2
$$extract_file instead."
2013-04-06'"@comment $NetBSD$" expected.'rodent1-0/+1
2013-04-06"Definition of USE_DIRS is deprecated. You can just remove it."rodent1-2/+1
2013-04-06Fixes:rodent4-8/+8
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-04-06Install info files. Bump PKGREVISION.markd2-3/+15
Fixes PR pkg/47391
2013-04-03Update to KDE SC 4.10.2markd14-55/+124
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-01Don't try to detect the pkgconfig directory, hard-wire the one used injoerg4-4/+36
pkgsrc. It seems like the detection sometimes picked up the wrong value. Adjust PLIST and bump revision.
2013-03-24Don't use VLAs of non-POD types.joerg2-4/+22
2013-03-17Add eigen3markd1-1/+2
2013-03-17Add eigen3 version 3.1.2markd5-0/+400
Eigen 3 is a C++ template library for linear algebra: vectors, matrices, and related algorithms.
2013-03-16Update ghostscript depends. PKGREVISION -> 6dholland1-3/+3
2013-03-16Add and enable pear-Math_BigInteger.taca1-1/+2
2013-03-16Add pear-Math_BigInteger version 1.0.0.taca3-0/+20
Math_BigInteger provices support of base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise.
2013-03-15update to 1.0.16drochner3-8/+17
changes: -Plotting improvements, new functions -lots of fixes -translation updates
2013-03-15update to 3.1.2drochner2-18/+12
changes: -bugfixes (were patched in 3.1.1plX) -updated examples
2013-03-14add gnumeric112 for the latest (gtk3 based) stable gnumeric versiondrochner8-1/+1026
2013-03-14Update ruby-spreadsheet to 0.8.3.obache2-6/+6
=== 0.8.3 / 12.03.2013 uthor: Keith Walsh <keith.walsh@adtegrity.com> Date: Mon Mar 11 16:48:25 2013 -0400 * Typo correction in guide example.
2013-03-11Remove ruby-rb-gsl; it has renamed to ruby-gsl after all.taca6-444/+0
2013-03-11Add and enable ruby-gsl.taca1-2/+2
Remove ruby-rb-gsl.
2013-03-11Add ruby-gsl 1.15.3 which is latest version on rubygems.org.taca4-0/+683
It depends on math/ruby-narray, replacing ruby-rb-gsl. Changes from ruby-rb-gsl 1.14.7 isn't available.
2013-03-11Add and enable ruby-narray.taca1-1/+2
2013-03-11Add ruby-narray package version 0.6.0.8.taca4-0/+70
* NArray properties: + Fast and easy calculation for large numerical array. + Accepting Elements: 8,16,32 bit integer, single/double float/complex, Ruby Object. + Easy extraction/substitution of array subset, using assignment with number, range, array index. + Operator: +,-,*,/,%,**, etc. + FFTW version 2 or 3 is separately supported. + NImage: Image viewer class. + Ruby/PGPLOT: Graphics library interface (separately distributed) X-Y Graph, Histogram, Contour map, Image map, etc. * NArray is similar to: + Python/NumPy, Perl/PDL, Yorick, IDL
2013-03-08+ libintasau1-1/+2
2013-03-08Import libint-2.0.0 as math/libintasau6-0/+107
Libint is two things: 1. a library of C/C++ functions for efficient evaluation of several kinds of two-body molecular integrals over Gaussian functions; 2. the optimizing compiler that generates a Libint library. In molecular electronic structure theory Gaussian basis sets are standard because they allow efficient evaluation of matrix elements of operators (molecular integrals). Modern electronic structure programs spend considerable portion of their runtime computing the Coulomb two-electron integrals. While anyone can compute Gaussian integrals using simple formulas, the efficient evaluation of many-body can be (relatively) complicated. Libint is an open library that anyone can use to compute a variety of two-electron integrals, most importantly the Coulomb two-electron integrals and their arbitrary-order geometric derivatives, over Gaussians of arbitrary angular momentum. Among other notable features is the support for the nonstandard two-electron integrals that appear in explicitly correlated R12 methods.
2013-03-02Fix inline use.joerg3-1/+38
2013-03-02Update ruby-spreadsheet to 0.8.2.obache2-6/+6
=== 0.8.2 / 28.02.2013 Author: Roque Pinel <roque.pinel@infotechfl.com> Date: Wed Feb 27 12:10:29 2013 -0500 * Requiring BigDecimal for checking. * Made API friendly to BigDecimal precision. * Changes introduced by the user 'valeriusjames'.
2013-02-27Work around broken perror() configure test on SunOS.jperkin1-1/+8
2013-02-23Update to Octave 3.6.4asau2-7/+6
This version is a minor bug fixing release.
2013-02-21Update ruby-spreadsheet to 0.8.1.obache3-7/+10
=== 0.8.1 / 18.02.2013 * Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb === 0.8.0 / 18.02.2013 * Adding support for converting color palette values to RGB values (not vice-versa..yet) * by https://github.com/dancaugherty/spreadsheet/compare/master...rgb === 0.7.9 / 06.02.2013 Author: Eugeniy Belyaev (zhekanax) * You can merge if you are interested in perl-like Workbook.set_custom_color implementation. I know it is not really a proper way to deal with custom colors, but nevertheless it makes it possible. * https://github.com/zdavatz/spreadsheet/pull/27 === 0.7.8 / 06.02.2013 Author: Kenichi Kamiya <kachick1@gmail.com> Date: Wed Feb 6 11:23:35 2013 +0900 * Link to Travis CI on README * Remove warnings "assigned but unused variable" in test * Remove warnings "assigned but unused variable" * Enable $VERBOSE flag when running test
2013-02-21Ensure the correct compiler ABI flag is used when this package doesjperkin3-9/+18
its own builds for dependencies. Fixes issue on SunOS 32-bit when the native gfortran produces 64-bit by default. Bump PKGREVISION.
2013-02-20Fix cut(1) arguments so that all tests work fine. From Kai-Uwe Eckhardt.wiz2-1/+17
2013-02-20Does not really use c++, remove it from languages.wiz1-2/+2
2013-02-19Add TEST_TARGET.wiz1-1/+3
2013-02-17Correct dependencies. No users yet, so no bumps needed.wiz1-3/+5
2013-02-17Use math/isl instead of builtin copy of the same.wiz2-52/+12
Add TEST_TARGET. Use gmp. Bump PKGREVISION. From Kai-Uwe Eckhardt.
2013-02-17+ islwiz1-1/+2
2013-02-17Import isl-0.11.1 as math/isl, packaged for wip by Kai-Uwe Eckhardt.wiz5-0/+91
isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction.
2013-02-17Revbump all elisp packages after emacs changes.dholland3-6/+6
2013-02-16Recursive bump for png-1.6.wiz33-65/+66
2013-02-16Update pandas to 0.10.1.bad2-6/+6
Release date: 2013-01-22 New features: Add data inferface to World Bank WDI pandas.io.wb (GH2592) API Changes: Restored inplace=True behavior returning self (same object) with deprecation warning until 0.11 (GH1893) HDFStore refactored HFDStore to deal with non-table stores as objects, will allow future enhancements removed keyword compression from put (replaced by keyword complib to be consistent across library) warn PerformanceWarning if you are attempting to store types that will be pickled by PyTables Improvements to existing features: HDFStore enables storing of multi-index dataframes (closes GH1277) support data column indexing and selection, via data_columns keyword in append support write chunking to reduce memory footprint, via chunksize keyword to append support automagic indexing via index keyword to append support expectedrows keyword in append to inform PyTables about the expected tablesize support start and stop keywords in select to limit the row selection space added get_store context manager to automatically import with pandas added column filtering via columns keyword in select added methods append_to_multiple/select_as_multiple/ select_as_coordinates to do multiple-table append/selection added support for datetime64 in columns added method unique to select the unique values in an indexable or data column added method copy to copy an existing store (and possibly upgrade) show the shape of the data on disk for non-table stores when printing the store added ability to read PyTables flavor tables (allows compatiblity to other HDF5 systems) Add logx option to DataFrame/Series.plot (GH2327, GH2565) Support reading gzipped data from file-like object pivot_table aggfunc can be anything used in GroupBy.aggregate (GH2643) Implement DataFrame merges in case where set cardinalities might overflow 64-bit integer (GH2690) Raise exception in C file parser if integer dtype specified and have NA values. (GH2631) Attempt to parse ISO8601 format dates when parse_dates=True in read_csv for major performance boost in such cases (GH2698) Add methods neg and inv to Series Implement kind option in ExcelFile to indicate whether it's an XLS or XLSX file (GH2613) Bug fixes: Fix read_csv/read_table multithreading issues (GH2608) HDFStore correctly handle nan elements in string columns; serialize via the nan_rep keyword to append raise correctly on non-implemented column types (unicode/date) handle correctly Term passed types (e.g. index<1000, when index is Int64), (closes GH512) handle Timestamp correctly in data_columns (closes GH2637) contains correctly matches on non-natural names correctly store float32 dtypes in tables (if not other float types in the same table) Fix DataFrame.info bug with UTF8-encoded columns. (GH2576) Fix DatetimeIndex handling of FixedOffset tz (GH2604) More robust detection of being in IPython session for wide DataFrame console formatting (GH2585) Fix platform issues with file:/// in unit test (GH2564) Fix bug and possible segfault when grouping by hierarchical level that contains NA values (GH2616) Ensure that MultiIndex tuples can be constructed with NAs (GH2616) Fix int64 overflow issue when unstacking MultiIndex with many levels (GH2616) Exclude non-numeric data from DataFrame.quantile by default (GH2625) Fix a Cython C int64 boxing issue causing read_csv to return incorrect results (GH2599) Fix groupby summing performance issue on boolean data (GH2692) Don't bork Series containing datetime64 values with to_datetime (GH2699) Fix DataFrame.from_records corner case when passed columns, index column, but empty record list (GH2633) Fix C parser-tokenizer bug with trailing fields. (GH2668) Don't exclude non-numeric data from GroupBy.max/min (GH2700) Don't lose time zone when calling DatetimeIndex.drop (GH2621) Fix setitem on a Series with a boolean key and a non-scalar as value (GH2686) Box datetime64 values in Series.apply/map (GH2627, GH2689) Upconvert datetime + datetime64 values when concatenating frames (GH2624) Raise a more helpful error message in merge operations when one DataFrame has duplicate columns (GH2649) Fix partial date parsing issue occuring only when code is run at EOM (GH2618) Prevent MemoryError when using counting sort in sortlevel with high-cardinality MultiIndex objects (GH2684) Fix Period resampling bug when all values fall into a single bin (GH2070) Fix buggy interaction with usecols argument in read_csv when there is an implicit first index column (GH2654)
2013-02-15recursive bump from boost-lib shlib update.obache2-4/+4