Commit graph

5233 commits

Author SHA1 Message Date
schmonz
6f57379122 Add and enable p5-Statistics-Basic. 2021-02-05 14:44:10 +00:00
schmonz
4cd17b58ed Initial import of p5-Statistics-Basic, a collection of basic statistics
modules for Perl.
2021-02-05 14:43:32 +00:00
pin
6ef35dcb9f math/kalk: update to 0.3.13
-Removed timeout from kalk_cli
2021-01-30 22:21:27 +00:00
taca
22211c4fd4 math/ruby-spreadsheet: update to 1.2.7
1.2.7 (2021-01-20)

* Remove .travis.ci, hoe, obsolete Warning
* Added GithubActions
2021-01-26 15:34:57 +00:00
ryoon
19cb5c8a9e qhull: Remove an unused patch 2021-01-24 07:24:58 +00:00
gdt
b070c3f8f4 revbump for qhull 2021-01-23 23:23:09 +00:00
gdt
ddce7322fc qhull: Update to 2020.2
pkgsrc changes: Remove non-installed examples with non-POSIX sh
constructs.

What would be in upstream NEWS:

  Qhull 2020.2 enhances the C++ interface with QhullUser and support for Voronoi diagrams.
  Qhull 2020.1 makes minor API changes
2021-01-23 23:19:16 +00:00
bsiegert
9956fb746f Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
jperkin
7d572000d7 qalculate: Explicitly use std::queue. 2021-01-14 11:20:05 +00:00
jnemeth
43eca55577 sort 2021-01-14 04:06:43 +00:00
pin
8e19bd99c7 Add kalk 2021-01-13 11:16:55 +00:00
pin
21be3fa1ce math/kalk: import package
Kalk is a calculator (both program and library) that supports user-define
variables, functions, and units (experimental).
2021-01-13 11:15:55 +00:00
adam
939aa0b239 py-numpy: updated to 1.19.5
1.19.5:
BUG: Fix segfault due to out of bound pointer in floatstatus...
BUG: fix np.timedelta64('nat').__format__ throwing an exception
BUG: Fixed file handle leak in array_tofile.
BUG: Raise recursion error during dimension discovery
BUG: Fix subarray dtype used with too large count in fromfile
BUG: 'bool' object has no attribute 'ndim'
BUG: ensure _UFuncNoLoopError can be pickled
BLD: use BUFFERSIZE=20 in OpenBLAS
BLD: update to OpenBLAS 0.3.13
BUG: make a variable volatile to work around clang compiler bug
REL: Prepare for the NumPy 1.19.5 release.
2021-01-09 09:29:41 +00:00
mef
e5996e6b23 (math/R) Ignore the warnings from autoreconf 2021-01-09 02:14:06 +00:00
wiz
cacebd738e erfa: fix HOMEPAGE. 2021-01-07 21:42:50 +00:00
wiz
0e48f74893 fftw*: update to 3.3.9
FFTW 3.3.9:

* New API fftw_planner_nthreads() returns the number of threads
  currently being used by the planner.

* Fix incorrect math in 128-bit generic SIMD

* Fix wisdom for avx512.

  The avx512 alignment requirement was set to 64 bytes, but this is
  wrong.  Alignment requirements are a property of the platform (e.g.,
  x86) and not of the instruction set (e.g., AVX).  Among other
  things, this broke wisdom with avx512.

  Note that avx512 support is still experimental because the FFTW
  authors have no avx512 hardware available for testing.

* fftw_threads_set_callback function to change the threading backend at runtime.
2021-01-04 10:27:37 +00:00
mef
0fad91489f (math/R-classInt) Updated 0.4.2 to 0.4.3, ChangeLog not updated (?) 2021-01-03 12:52:04 +00:00
mef
aa61e2507d (math/R-chron) Updated 2.3.53 to 2.3.56
2020-08-18  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

        * DESCRIPTION: New version is 2.3-56.

        * R/zzz.R: Drop .onAttach().

        * R/y2k.R:
        * man/chron-internal.Rd:
        Changed the default cutoff when expanding a 2-digit year to a
        4-digit year from 30 to 69 (as for Date and POSIXct in base R.)

2020-02-02  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

        * DESCRIPTION: New version is 2.3-55.

        * R/zzz.R (.onAttach): Add.

2019-08-13  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

        * DESCRIPTION: New version is 2.3-54.

        * R/dates.R:
        Add as.dates().
        Suggestion by Gabor Grothendieck <ggrothendieck@gmail.com>.

2019-08-12  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

        * NAMESPACE:
        * R/times.R:
        Add as.times().
        Suggestion by Gabor Grothendieck <ggrothendieck@gmail.com>.
2021-01-03 11:33:42 +00:00
mef
1b235d37ff (math/R-backports) Updated 1.1.4 to 1.2.1
# backports 1.2.1

* Adapted `get0()` to work with R-devel / R-4.1.0 for first argument having length greater than 1.

# backports 1.2.0

* Switched to semantic versioning.
* Added backport for `asplit()` for R versions prior to 3.6.0 (#47).
* Added backport for `removeSource()` which also supports language objects for R versions prior to 3.6.0 (#50).
* Added backport for `isNamespaceLoaded` for R versions prior to 3.2.0 (#49).


# backports 1.1.10
* Added `suppressMessages()` and `suppressWarnings()` with support for argument `classes` for R versions prior to 4.0.0

# backports 1.1.9
* Added backports for `str2lang()` and `str2expression()` (#42)
  Thanks to @dmurdoch.
* `import()` imported too many functions and has been fixed.

# backports 1.1.8
* Added backport for `tools::vignetteInfo()` for R versions prior to 3.6.0
* Fixed import of `list2DF()` and `deparse1()`

# backports 1.1.7
* Added backport for `deparse1()` for R versions prior to 4.0.0.
* Added backport for `list2DF()` for R versions prior to 4.0.0.

# backports 1.1.6
* Added backport for `R_user_dir()` for R versions prior to 4.0.0.
* Added `dQuote()` and `sQuote()` with support for argument `q` for R versions prior to 3.6.0.

# backports 1.1.5
* Changed license from GPL-2 to GPL-2 or GPL-3.
* Added backport for `isTRUE()` implementing the new behaviour introduced in R 3.5.0.
2021-01-03 11:30:46 +00:00
mef
43f4d19297 (math/R-akima) Updated 0.6.2 to 0.6.2.1, ChangeLog unknown 2021-01-03 11:23:32 +00:00
mef
b7da21108e (math/R-XML) Updated 3.98-1.20 to 3.99.0.5
Version 3.99-0

  *      We can specify R functions and C routines for use as XPath
         functions in calls to getNodeSet() and xpathApply().

 *      Implementations of XPath 2.0 functions matches(), lower-case(),
        ends-with(), abs(), min(), max(), replace()

Version 3.98-2

  *      xmlSave() of a document to a file with encoding now honors indenting.
         Uses xmlSaveFormatFileEnc(). Issue identified by Earl Brown.
2021-01-03 11:14:17 +00:00
mef
822d4e69f2 (math/R-SparseM) Updated 1.77 to 1.78 (make test fails for now)
The version 1.78

1.  Changed check for symmetry to use all.equal() in response to an error
reported by Brian Ripley.
2021-01-03 10:49:31 +00:00
mef
5e9c511918 (math/R-RcppEigen) Updated 3.3.5.0 to 3.3.9.1 (make test fails for now)
2020-12-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.1 (following
	coordinated update of reverse dependency StanHeaders)
	* inst/NEWS.Rd: Release 0.3.3.9.1

2020-12-14  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Add CI runner using r-ci
	* README.md: Add new badge

2020-12-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.3.3.9.0

	* inst/include/Eigen: Upgraded to Eigen 3.3.9
	* inst/include/unsupported/Eigen: Idem
	* patches/eigen-3.3.9.diff: Carried local CRAN patches forward

	* .travis.yml: Switch to r-ci using focal and bspm

	* README.md: Updated URLs to https and/or redirect location
	* inst/CITATION: Idem
	* man/RcppEigen-package.Rd: Idem
	* man/fastLm.Rd: Idem

2020-08-16  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add JSS badge

2020-03-29  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Added commit badge, edited

2020-01-22  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: README.md: Add a Debian badge

2019-11-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.3.3.7.0

	* inst/include/Eigen: Upgraded to Eigen 3.3.7
	* inst/include/unsupported/Eigen: Idem
	* patches/eigen-3.3.7.diff: Carried local CRAN patches forward

2019-11-01  Dirk Eddelbuettel  <edd@debian.org>

	* R/unit.test.R (compile_unit_tests): Removed as no longer needed

2019-10-31  Dirk Eddelbuettel  <edd@debian.org>

	* inst/tinytest/test_transform.R: Switch from RUnit to tinytest
	* inst/tinytest/test_wrap.R: Idem

	* inst/tinytest/cpp/transform.cpp: Added using Rcpp Attributes
	* inst/tinytest/cpp/wrap.cpp: Idem

	* inst/tinytest/cpp/sparse.cpp: More idiomatic Eigen code
	* inst/tinytest/test_sparse.R: Idem

	* .editorconfig: Added

2019-10-30  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Suggests): Switch from RUnit to tinytest
	* .travis.yml (install): Ditto

	* tests/tinytest.R: Converted to tinytest

        * test_sparse.R: Converted to tinytest
	* cpp/sparse.cpp: Added using Rcpp Attributes

2019-10-29  Dirk Eddelbuettel  <edd@debian.org>

        * test_fastLm.R: Converted to tinytest
        * test_RcppEigen.R: Idem
        * test_solution.R: Idem

	* cpp/rcppeigen.cpp: Added using Rcpp Attributes
        * cpp/solution.cpp: Idem

2019-10-28  Dirk Eddelbuettel  <edd@debian.org>

	* tests/tinytest.R: Renamed from tests/doRUnit.R
	* inst/tinytest/test_fastLm.R: Renamed from inst/unitTests/runit*
	* inst/tinytest/test_RcppEigen.R: Idem
	* inst/tinytest/test_solution.R: Idem
	* inst/tinytest/test_sparse.R: Idem
	* inst/tinytest/test_transform.R: Idem
	* inst/tinytest/test_wrap.R: Idem

2019-10-13  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Added CRAN + BioConductor badges for reverse depends,
	add StackOverflow badge to recommend help searches under 'Rcpp'

	* DESCRIPTION (Version, Date): Roll minor version

	* R/RcppEigen.package.skeleton.R (RcppEigen.package.skeleton): Test for
	example_code outside of haveKitten test; remove force argument if unused

2019-05-24  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/RcppEigen-Introduction.Rnw: Update vignette to use
	RcppEigen:::eigen_version() instead of .Call()

2019-03-29  Dirk Eddelbuettel  <edd@debian.org>

	* inst/skeleton/rcppeigen_hello_world.cpp: Rework first example to
	not rely on Eigen RNG which R CMD check would complain about.

2019-02-16  James Joseph Balamuta <balamut2@illinois.edu>

	* R/runit.RcppEigen.R: Removed listing RcppEigen in Imports during
	skeleton package creation.
2021-01-03 10:04:58 +00:00
taca
9306b78e64 math/php-stats: update PHP version
Update supported PHP version; other than PHP 5.6.
2021-01-03 06:47:07 +00:00
mef
04ec1ed1c6 (math/R-Rcmdr) Updated 2.7.0 to 2.7.1
Changes in version 2.7-1

  o Updated Polish translation, thanks to Lukasz Daniel.

  o Fixed mixed-up .mo files for Spanish and Brazilian-Portuguese
  translations (problem reported by Jose Henrique Hildebrand Grisi
  Filho).

  o Small bug fixes to and improvements to repeated-measures dialogs.
2021-01-02 11:22:48 +00:00
mef
211ecdf1e2 (math/py-numba) regen PLIST 2021-01-01 13:29:16 +00:00
ryoon
bfac3f1b42 *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
ryoon
a8e8c5c75e *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
nia
fb0858fdac maxima: Add missing PLIST entry.
From Chavdar Ivanov via pkgsrc-users.
2020-12-26 11:04:48 +00:00
mef
c01680e0f8 (math/py-astroquery) Fix typo py-astro{4,} 2020-12-22 22:03:56 +00:00
mef
c2c98a8889 (math/py-pyvo) Fix typo py-astropy4 to py-astropy 2020-12-21 09:02:04 +00:00
nia
5b69183f89 py-scikit-image: Fix impossible-to-satisfy dependency 2020-12-20 10:31:46 +00:00
mef
4306675f64 (math/erfa) unnecessary or harmfull python/egg.mk inclusion removed 2020-12-20 01:21:47 +00:00
mef
c9bb949ccf (math/py-scikit-image) Updated 0.15.0 to 0.18.0
Release note is here:
  https://github.com/scikit-image/scikit-image/blob/master/doc/release/release_0.18.rst

(Note: the category should be graphics instead of math)
2020-12-19 15:42:07 +00:00
mef
2ce674f8ee devel(1) math(10), New packages Added:
Added math/py-asdf version 2.7.1
Added devel/py-extension-helpers version 0.1
Added math/py-astropy version 4.2
Added math/py-jplephem version 2.15
Added math/py-pyerfa version 1.7.1.1
Added math/py-pyvo version 1.1
Added math/py-astroquery version 0.3.9
Added math/py-astroML version 1.0
Added math/py-gwcs version 0.15.0
Added math/py-photutils version 1.0.1
Added math/py-astroplan version 0.7
2020-12-19 15:18:50 +00:00
mef
82746df02f (math/py-photutils) import py38-photutils-1.0.1
Based on PR pkg/55873 by Daisuke Kinoshita:

Photutils is an Astropy coordinated Python module for astronomical photometry.
2020-12-19 14:56:04 +00:00
mef
29ef9bc686 (math/py-gwcs) import py38-gwcs-0.15.0
Based on PR pkg/55873 by Daisuke Kinoshita:

GWCS is an Astropy affiliated Python module for managing WCS (World
Coordinate System) of astronomical data.
2020-12-19 14:54:00 +00:00
mef
dd16fc1676 (math/py-astroML) import py38-astroML-1.0
Based on PR pkg/55871 by Daisuke Kinoshita:

AstroML is an Astropy affiliated Python module for machine learning and
data mining in astronomy.
2020-12-19 14:42:39 +00:00
mef
d6a0457627 (math/py-astroplan) import py38-astroplan-0.7
Based on PR pkg/55872 by Daisuke Kinoshita

Astroplan is an Astropy affiliated Python module for planning astronomical
observations.
2020-12-19 14:38:01 +00:00
mef
7b46b60b64 (math/py-astroquery) import py38-astroquery-0.3.9
Based on PR pkg/55870 by Daisuke Kinoshita:

Astropy coordinated Python module for querying astronomical databases.
2020-12-19 14:32:57 +00:00
mef
a947eed9f3 (math/py-pyvo) import py38-pyvo-1.1
Based on PR pkg/55869 by Daisuke Kinoshita:

Astropy affiliated Python module for accessing to databases at virtual
observatories.
2020-12-19 14:29:33 +00:00
mef
5dc1b5f913 (math/py-pyerfa) import py38-pyerfa-1.7.1.1
Based on PR pkg/55867 by Daisuke Kinoshita:

PyERFA is a Python wrapper for ERFA (Essential Routines for Fundamental
Astronomy) library.
2020-12-19 14:26:57 +00:00
mef
79597da0ce (math/py-jplephem) import py38-jplephem-2.15
Based on PR pkg/55866 by Daisuke Kinoshita:

Jplephem is a Python module for loading JPL (Jet Propulsion Laboratory)
ephemeris for dynamical calculations of solar system bodies.
2020-12-19 14:23:00 +00:00
mef
0ccdcccf3d (math/py-astropy) import py38-astropy-4.2
Based on PR pkg/55864 by Daisuke Kinoshita:

Astropy is a Python module for astronomical calculations, data analysis,
and plotting.
2020-12-19 14:17:39 +00:00
mef
57c74c9c36 (math/py-asdf) import py38-asdf-2.7.1
Based on PR pkg/55863 by Daisuke Kinoshita

The Advanced Scientific Data Format (ASDF) is a next-generation interchange
format for scientific data.
2020-12-19 12:26:57 +00:00
mef
387f669e2e MAINTAINER converted to pkgsrc-users@ the same as wip 2020-12-17 22:18:18 +00:00
mef
38bd8e43b3 (math/erfa) Added math/erfa version 1.7.1 2020-12-17 22:14:54 +00:00
mef
93478af75f math/erfa: import erfa-1.7.1 based on PR pkg/55858 by Daisuke Kinoshita
ERFA (Essential Routines for Fundamental Astronomy) is a C library for
astronomy.
2020-12-17 22:12:06 +00:00
tnn
8a8c0c6409 volk: update to 2.4.0
pkgsrc: since the volk release tarball only provides the required cpu_features
library as a git submodule that has to be manually cloned, we instead depend on
devel/cpu_features from pkgsrc and patch the cmake files to accept the static
library as an external dependency.

Documentation
  Update README to be more verbose and to improve usefulness.
Compilers
  AppleClang: Treat AppleClang as Clang.
  Paired with the cpu_features introduction, this enables us to use architecture
    specific kernels on a broader set of platforms.
CMake
  Enable to not install volk_modtool.
  Remove "find_package_handle_standard_args" warning.
cpu_features
  Use cpu_features v0.6.0 as a private submodule to detect available CPU
  features.
  Fix incorrect feature detection for newer AVX versions.
  Circumvent platform specific feature detection.
  Enable more architecture specific kernels on more platforms.
Kernels
  Disable slow and broken SSE4.1 kernel in volk_32fc_x2_dot_prod_32fc
  Adjust min/max for 32f_s32f_convert_8i kernel
  Use INT8_* instead of CHAR_*
2020-12-14 19:04:40 +00:00
adam
21d6cb69f8 py-networkx: updated to 2.5
NetworkX 2.5

Highlights
----------
This release is the result of 10 months of work with over 200 commits by
92 contributors. Highlights include:

- Dropped support for Python 3.5.
- add Pathlib support to work with files.
- improve performance.
- Updated docs and tests.
- Removed code designed to work with Python 2.

New Functions:
- lukes_partitioning
- triadic analysis functions
- functions for trophic levels analysis
- d_separated
- is_regular and other regular graph measures
- graph_hash using Weisfeiler Lehman methods
- common_neighbor_centrality (CCPA link prediction)
- max_weight_clique
- path_weight and is_path
- rescale_layout_dict
- junction_tree

New generators:
- paley_graph
- interval_graph

New layouts:
- multipartite_layout

Improvements
------------
- Add governance documents, developer guide and community structures
- Implement explicit deprecation policy.
- Initiate an NX Enhancement Proposal (NXEP) system
- optimize single_source_shortest_path
- improved consistent "weight" specification in shortest_path routines
- Reduce numpy.matrix usage which is discouraged by numpy.
- improved line color
- better search engine treatment of docs
- lattice and grid_graph and grid_2d_graph can use dim=tuple
- fix initializer of kamada_kawai_layout algorithm
- moral and threshold functions now included in namespace and docs
- scale arrows better when drawing
- more uniform creation of random lobster graphs
- allow editing graph during iteration over connected_components
- better column handling in coversion of pandas DataFrame
- allow simrank_similarity with directed graph input
- ensure VoteRank ability is nonnegative
- speedup kernighan_lin_bisection
- speedup negative weight cycle detection
- tree_isomorphism
- rooted_tree_isomorphism
- Gexf edge attribute "label" is available

API Changes
-----------
- enabled "copy" flag parameter in `contracted_nodes`
- allow partially periodic lattices
- return value for minimum_st_node_cut now always a set
- removed unused "has_numpy" argument from create_py_random_state
- fixed return values when drawing empty nodes and edges
- allow sets and frozensets of edges as input to nx.Graph()
- "weight" can be function for astar, directional_dijksta, all_shortest_path
- allow named key ids for GraphML edge writing
- all keywords are now checked for validity in nx.draw and friends
- EdgeDataView "in" operator checks if nodes are "in nbunch"
- remove completeness condition from minimum weight full matching
- option to sort neighbors in bfs traversal
- draw_networkx accepts numpy array for edgelist
- relabel_nodes with 2 nodes mapped to same node can now create multiedge
- steiner_tree works with MultiGraph
- Add `show` kwarg to view_pygraphviz
- Prepare for turning chordal_graph_cliques into a generator
- GraphML reader keyword force_multigraph creates MultiGraph even w/o multiedges
2020-12-09 16:56:19 +00:00