pkgsrc/math
mef f1ff0c94c0 (math/R-vctrs) Update 0.3.8 to 0.4.1
# vctrs 0.4.1

* OOB errors with `character()` indexes use "that don't exist" instead
  of "past the end" (#1543).

* Fixed memory protection issues related to common type
  determination (#1551, tidyverse/tidyr#1348).


# vctrs 0.4.0

* New experimental `vec_locate_sorted_groups()` for returning the locations of
  groups in sorted order. This is equivalent to, but faster than, calling
  `vec_group_loc()` and then sorting by the `key` column of the result.

* New experimental `vec_locate_matches()` for locating where each observation
  in one vector matches one or more observations in another vector. It is
  similar to `vec_match()`, but returns all matches by default (rather than just
  the first), and can match on binary conditions other than equality. The
  algorithm is inspired by data.table's very fast binary merge procedure.

* The `vec_proxy_equal()`, `vec_proxy_compare()`, and `vec_proxy_order()`
  methods for `vctrs_rcrd` are now applied recursively over the fields (#1503).

* Lossy cast errors now inherit from incompatible type errors.

* `vec_is_list()` now returns `TRUE` for `AsIs` lists (#1463).

* `vec_assert()`, `vec_ptype2()`, `vec_cast()`, and `vec_as_location()`
  now use `caller_arg()` to infer a default `arg` value from the
  caller.

  This may result in unhelpful arguments being mentioned in error
  messages. In general, you should consider snapshotting vctrs error
  messages thrown in your package and supply `arg` and `call`
  arguments if the error context is not adequately reported to your
  users.

* `vec_ptype_common()`, `vec_cast_common()`, `vec_size_common()`, and
  `vec_recycle_common()` gain `call` and `arg` arguments for
  specifying an error context.

* `vec_compare()` can now compare zero column data frames (#1500).

* `new_data_frame()` now errors on negative and missing `n` values (#1477).

* `vec_order()` now correctly orders zero column data frames (#1499).

* vctrs now depends on cli to help with error message generation.

* New `vec_check_list()` and `list_check_all_vectors()` input
  checkers, and an accompanying `list_all_vectors()` predicate.

* New `vec_interleave()` for combining multiple vectors together, interleaving
  their elements in the process (#1396).

* `vec_equal_na(NULL)` now returns `logical(0)` rather than erroring (#1494).

* `vec_as_location(missing = "error")` now fails with `NA` and `NA_character_`
  in addition to `NA_integer_` (#1420, @krlmlr).

* Starting with rlang 1.0.0, errors are displayed with the contextual
  function call. Several vctrs operations gain a `call` argument that
  makes it possible to report the correct context in error messages.
  This concerns:

  - `vec_cast()` and `vec_ptype2()`
  - `vec_default_cast()` and `vec_default_ptype2()`
  - `vec_assert()`
  - `vec_as_names()`
  - `stop_` constructors like `stop_incompatible_type()`

  Note that default `vec_cast()` and `vec_ptype2()` methods
  automatically support this if they pass `...` to the corresponding
  `vec_default_` functions. If you throw a non-internal error from a
  non-default method, add a `call = caller_env()` argument in the
  method and pass it to `rlang::abort()`.

* If `NA_character_` is specified as a name for `vctrs_vctr` objects, it is
  now automatically repaired to `""` (#780).

* `""` is now an allowed name for `vctrs_vctr` objects and all its
  subclasses (`vctrs_list_of` in particular) (#780).

* `list_of()` is now much faster when many values are provided.

* `vec_as_location()` evaluates `arg` only in case of error, for performance
  (#1150, @krlmlr).

* `levels.vctrs_vctr()` now returns `NULL` instead of failing (#1186, @krlmlr).

* `vec_assert()` produces a more informative error when `size` is invalid
  (#1470).

* `vec_duplicate_detect()` is a bit faster when there are many unique values.

* `vec_proxy_order()` is described in `vignette("s3-vectors")` (#1373, @krlmlr).

* `vec_chop()` now materializes ALTREP vectors before chopping, which is more
  efficient than creating many small ALTREP pieces (#1450).

* New `list_drop_empty()` for removing empty elements from a list (#1395).

* `list_sizes()` now propagates the names of the list onto the result.

* Name repair messages are now signaled by `rlang::names_inform_repair()`. This
  means that the messages are now sent to stdout by default rather than to
  stderr, resulting in prettier messages. Additionally, name repair messages can
  now be silenced through the global option `rlib_name_repair_verbosity`, which
  is useful for testing purposes. See `?names_inform_repair` for more
  information (#1429).

* `vctrs_vctr` methods for `na.omit()`, `na.exclude()`, and `na.fail()` have
  been added (#1413).

* `vec_init()` is now slightly faster (#1423).

* `vec_set_names()` no longer corrupts `vctrs_rcrd` types (#1419).

* `vec_detect_complete()` now computes completeness for `vctrs_rcrd` types in
  the same way as data frames, which means that if any field is missing, the
  entire record is considered incomplete (#1386).

* The `na_value` argument of `vec_order()` and `vec_sort()` now correctly
  respect missing values in lists (#1401).

* `vec_rep()` and `vec_rep_each()` are much faster for `times = 0` and
  `times = 1` (@mgirlich, #1392).

* `vec_equal_na()` and `vec_fill_missing()` now work with integer64 vectors
  (#1304).

* The `xtfrm()` method for vctrs_vctr objects no longer accidentally breaks
  ties (#1354).

* `min()`, `max()` and `range()` no longer throw an error if `na.rm = TRUE` is
  set and all values are `NA` (@gorcha, #1357). In this case, and where an empty
  input is given, it will return `Inf`/`-Inf`, or `NA` if `Inf` can't be cast
  to the input type.

* `vec_group_loc()`, used for grouping in dplyr, now correctly handles
  vectors with billions of elements (up to `.Machine$integer.max`) (#1133).
2022-05-05 02:09:10 +00:00
..
aamath math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
abs math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
admesh math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
algae math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
amath math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
analitza revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
antixls math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
aribas math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
arpack-ng math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
bc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
bc-gh math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
bcal math/bcal: Update to 2.4 2022-01-29 14:55:08 +00:00
blas mk/blas.bl3, Netlib and OpenBLAS packages, NumPy: C fixup and 64 bits 2021-06-15 04:41:51 +00:00
blas64 lapack: update lapack*, cblas*, and blas* to 3.10.0 2021-11-23 22:45:01 +00:00
blitz++ math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
boolstuff math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
calc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
calcoo revbump for icu and libffi 2021-12-08 16:01:42 +00:00
cantor *: recursive bump for poppler 22.04 2022-05-04 21:05:40 +00:00
capc-calc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
cblas lapack: update lapack*, cblas*, and blas* to 3.10.0 2021-11-23 22:45:01 +00:00
cblas64 lapack: update lapack*, cblas*, and blas* to 3.10.0 2021-11-23 22:45:01 +00:00
cgal revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
classias math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
clisp-pari math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
cln Update to 1.3.6 2022-04-02 10:06:32 +00:00
coinmp math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
congen math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
crfsuite math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
dcdflib.c math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
dcdflib.f math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
dfftpack math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
dieharder math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
djbfft math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
djbsort math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
double-conversion double-conversion: update to 3.2.0. 2022-01-16 23:07:47 +00:00
eigen2 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
eigen3 disable package registry in eigen3 to not populate fake homedir 2022-01-19 09:52:09 +00:00
eispack math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
erfa math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ess math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
eukleides math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
eukleides10 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
euler revbump for icu and libffi 2021-12-08 16:01:42 +00:00
fftpack math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ffts math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
fftw math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
fftw-long split fftw package into -long and -quad precision variants 2021-05-16 10:14:09 +00:00
fftw-quad split fftw package into -long and -quad precision variants 2021-05-16 10:14:09 +00:00
fftw2 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
fgmp math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
fityk revbump for icu and libffi 2021-12-08 16:01:42 +00:00
flann-lib math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
fplll math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
fricas revbump for icu and libffi 2021-12-08 16:01:42 +00:00
funst math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
galculator revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gap math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
gappa math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
gcalctool revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
geg math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
genius revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
glpk glpk: updated to 5.0 2021-11-28 20:08:24 +00:00
gnome-calculator revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
gnumeric112 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
gp-autpgrp math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
gp-factint math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
gp-fplsa math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
gp-grape math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
gp-grpconst math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
gp-lag math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
grace revbump for icu and libffi 2021-12-08 16:01:42 +00:00
graphopt math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
grpn revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gsl gsl: update to 2.7.1. 2021-12-07 18:16:00 +00:00
gtklife revbump for icu and libffi 2021-12-08 16:01:42 +00:00
harmbase2 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
harmgen m*/*: revbump(1) for libsndfile 2022-03-28 10:45:17 +00:00
harminv math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
heirloom-factor
heirloom-units
hercules4sdl-decnumber math/hercules4sdl-decnumber and -softfloat: new packages 2021-11-06 16:40:06 +00:00
hercules4sdl-softfloat math/hercules4sdl-decnumber and -softfloat: new packages 2021-11-06 16:40:06 +00:00
herisvm math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
hs-adjunctions Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-algebraic-graphs Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-bifunctors Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-comonad Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-contravariant Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-distributive Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-free Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-ieee754 Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-indexed-profunctors Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-integer-logarithms Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-invariant Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-kan-extensions Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-math-functions Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-mod Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-monoid-subclasses Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-mwc-random Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-nats Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-primes Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-profunctors Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-scientific Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-semigroupoids Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-semigroups Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
hs-semirings Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
imath imath: update to 3.1.5. 2022-04-20 20:18:07 +00:00
ipopt math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
isl math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
itpp math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
kalgebra revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kalker math/kalker: update to 1.1.0 2022-01-03 12:19:38 +00:00
kcalc revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kissfft math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
lapack lapack and friends: update to 3.10.1 2022-04-21 10:30:23 +00:00
lapack64 mk/blas.bl3, Netlib and OpenBLAS packages, NumPy: C fixup and 64 bits 2021-06-15 04:41:51 +00:00
lapacke lapack: update lapack*, cblas*, and blas* to 3.10.0 2021-11-23 22:45:01 +00:00
lapacke64 mk/blas.bl3, Netlib and OpenBLAS packages, NumPy: C fixup and 64 bits 2021-06-15 04:41:51 +00:00
libffm math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
libint math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
libixion libixion: remove patch that was removed from distinfo during update 2022-02-10 07:42:26 +00:00
liblbfgs math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
liblinear math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
libmatheval *: switch to lang/guile18 2022-03-07 20:36:50 +00:00
libnumbertext libnumbertext: update to 1.0.10. 2022-04-20 20:11:35 +00:00
libquadmath libquadmath: needs perl as tool for contrib/make_sunver.pl 2022-04-24 19:50:30 +00:00
libshorttext math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
libsvm math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
linpack math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
lp_solve math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ltm math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
lua-cassowary math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
lumina-calculator revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
mapm math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
mathomatic math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
maxima revbump for icu and libffi 2021-12-08 16:01:42 +00:00
mcsim math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
meschach math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
metis math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
minisat math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
minpack math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
mpcomplex math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
mpfi math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
mpfr math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
mprime-bin math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
mtl math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
muparser math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
newmat math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
nickle math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
nlopt math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ntl math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ocaml-num Updated math/ocaml-num to version 1.4. 2022-03-01 09:50:00 +00:00
ocaml-zarith math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
octave revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
odepack math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
openaxiom revbump for icu and libffi 2021-12-08 16:01:42 +00:00
openblas math/openblas: Add Darwin-*-* to ONLY_FOR_PLATFORM 2022-02-03 19:28:19 +00:00
openblas64 mk/blas.bl3, Netlib and OpenBLAS packages, NumPy: C fixup and 64 bits 2021-06-15 04:41:51 +00:00
openblas64_openmp mk/blas.bl3, Netlib and OpenBLAS packages, NumPy: C fixup and 64 bits 2021-06-15 04:41:51 +00:00
openblas64_pthread mk/blas.bl3, Netlib and OpenBLAS packages, NumPy: C fixup and 64 bits 2021-06-15 04:41:51 +00:00
openblas_openmp mk/blas.bl3, Netlib and OpenBLAS packages, NumPy: C fixup and 64 bits 2021-06-15 04:41:51 +00:00
openblas_pthread mk/blas.bl3, Netlib and OpenBLAS packages, NumPy: C fixup and 64 bits 2021-06-15 04:41:51 +00:00
openfst math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ordCalc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
otter math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Algorithm-BloomFilter math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Algorithm-Cluster math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Algorithm-Munkres math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Alien-GMP math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Excel-Template math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Excel-Template-Plus math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Base-Convert math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Base36 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Base85 Update to 0.5 2021-11-12 02:29:53 +00:00
p5-Math-BaseCnv math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Bezier math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-BigInt Update to 1.999827 2021-11-12 04:27:16 +00:00
p5-Math-BigInt-GMP math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-BigInt-Pari Update to 1.3008 2021-11-12 02:47:38 +00:00
p5-Math-BigInteger math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Calc-Units math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Derivative math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-FFT math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-GMP math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Int64 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Int128 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Matrix math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-MatrixReal math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Pari math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Permute-List math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Prime-Util math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Random math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Random-ISAAC math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Random-ISAAC-XS math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Random-MT math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Random-MT-Auto math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Random-MT-Perl math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Round math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Spline math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-Utils math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Math-VecStat math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Number-Compare math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Number-Latin math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Number-Range math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Number-Tolerant math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Number-WithError math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Roman math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Set-Crontab math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Set-Infinite math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Spreadsheet-ParseExcel math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Spreadsheet-Read math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Spreadsheet-ReadSXC math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Spreadsheet-WriteExcel math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Spreadsheet-XLSX math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Statistics-Basic math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Statistics-CaseResampling math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Statistics-Descriptive math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Statistics-Distributions math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Statistics-TTest math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
p5-Test-Number-Delta math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
pari math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
pari-galdata math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
pari23 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
pcg math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
pear-Math_BigInteger math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
pear-Numbers_Roman math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
pear-Numbers_Words math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
php-bcmath
php-stats math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ppl math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
prng math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
pspp revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
py-abcpmc Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-almost *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-arviz Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-asdf python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-asteval py-asteval: updated to 0.9.26 2022-01-17 08:56:48 +00:00
py-astroML Paper over tree breakage caused by unresolvable Python deps from 2022-04-10 14:42:18 +00:00
py-astropy Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-astropy-helpers math/py-astropy-helpers: import py-astropy-helpers-4.0.1 2022-01-17 09:51:28 +00:00
py-bottleneck py-bottleneck: updated to 1.3.4 2022-04-27 10:36:38 +00:00
py-cdecimal *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-claripy *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-ephem *: remove workaround patches for python 3.6 2022-01-14 11:49:41 +00:00
py-fpconst py-fpconst: convert to egg.mk 2022-01-22 14:41:03 +00:00
py-gmpy py-gmpy: fix PLIST for python 2.7 2022-01-22 14:39:57 +00:00
py-gwcs Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-infinity *: fix usage of versioned_dependencies 2022-05-01 09:45:41 +00:00
py-intervals *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-jplephem py-jplephem: updated to 2.17 2022-04-26 18:32:08 +00:00
py-Keras-Applications *: Mark various packages incompatible with Python 3.7 due to numpy 2022-04-15 11:37:46 +00:00
py-Keras-Preprocessing *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-kiwisolver *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-libixion {py-,}libixion: Update to 0.17.0 2022-02-05 04:28:11 +00:00
py-lmfit Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-mpmath *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
py-munkres py-munkres: update to 1.1.4. 2022-01-05 22:05:50 +00:00
py-netCDF4 *: Mark various packages incompatible with Python 3.7 due to numpy 2022-04-15 11:37:46 +00:00
py-networkx *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-noise *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-numarray *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-numba math: Mark some packages incompatible with Python 3.7 due to numpy 2022-04-15 11:27:41 +00:00
py-numexpr math: Mark some packages incompatible with Python 3.7 due to numpy 2022-04-15 11:27:41 +00:00
py-numpy py-numpy: fix build on SunOS 2022-04-12 11:50:33 +00:00
py-numpy16 py-numpy16: allow Python 3.7 as well (un-break builds) 2022-04-09 23:46:52 +00:00
py-pandas Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-pandas-datareader Paper over tree breakage caused by unresolvable Python deps from 2022-04-10 14:42:18 +00:00
py-patsy *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-photutils Paper over tree breakage caused by unresolvable Python deps from 2022-04-10 14:42:18 +00:00
py-powerlaw Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-pyerfa py-pyerfa: document why Python 3.7 is now incompatible 2022-04-10 22:17:40 +00:00
py-pymc3 Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-pythran py-pythran: remove .rej; thanks to @wiz 2022-01-24 20:50:01 +00:00
py-pywavelets math: Mark some packages incompatible with Python 3.7 due to numpy 2022-04-15 11:27:41 +00:00
py-quadprog py-quadprog: mark as only for Python 3.x per upstream classification 2022-02-17 10:29:57 +00:00
py-roman python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-rpy *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-scikit-image Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-scikit-learn Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-scipy py-scipy: work around undefined PLT symbol "log1pl" on NetBSD. Bump. 2022-05-03 15:14:54 +00:00
py-simpleeval py-simpleeval: updated to 0.9.12 2022-01-23 19:13:16 +00:00
py-sklearn-pandas Paper over tree breakage caused by unresolvable Python deps from 2022-04-10 14:42:18 +00:00
py-smt python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-statsmodels Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-sympy py-sympy: add ALTERNATIVES 2022-02-15 08:17:04 +00:00
py-tables math: Mark some packages incompatible with Python 3.7 due to numpy 2022-04-15 11:27:41 +00:00
py-tensorboard python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-Theano Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
py-uncertainties *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-xarray py-xarray: updated to 0.21.1 2022-02-10 14:11:31 +00:00
py-z3 Drop Python 2.7 restriction that isn't active anyway. 2020-05-31 20:47:23 +00:00
py-z3solver python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
qalculate revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
qalculate-gtk revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
qhull math/qhull: Also buildlink3 the bin/ programs 2022-01-09 01:30:46 +00:00
qrupdate math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
quadpack math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R Update to 4.2.0 2022-04-22 14:01:19 +00:00
R-abind math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-acepack math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-akima math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-aplpack math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-backports math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-bbmle math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-bitops math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-broom (math/R-broom) Updated 0.7.9 to 0.8.0 2022-05-05 01:58:35 +00:00
R-car math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-carData math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-CGIwithR revbump for icu and libffi 2021-12-08 16:01:42 +00:00
R-chron math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-circular math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-classInt math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-coda math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-combinat math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-compositions math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-DAAG math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-date math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-DBI math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-DEoptimR math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-dplyr math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-e1071 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-ellipsis math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-emdbook math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-energy math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-estimability math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-FNN math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-forcats math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-forecast math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-Formula math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-fracdiff math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-gdata math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-generics math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-genetics math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-geoR math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-goftest math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-googlesheets4 (math/R-googlesheets4) import R-googlesheets4-1.0.0 2022-04-23 14:21:53 +00:00
R-GRASS math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-gsl math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-gss Update to 2.2.3 2022-04-30 03:18:15 +00:00
R-gstat (math/R-gstat) Updated 2.0.7 to 2.0.9, fix build against R-4.2.0 2022-04-25 23:48:53 +00:00
R-gtable math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-gtools math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-hexbin math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-httpRequest math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-hwde math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-ids (math/R-ids) import R-ids-1.0.1 2022-04-23 06:17:06 +00:00
R-igraph (math/R-igraph) sorry again, patch-configure not needed anymore 2022-05-03 00:25:48 +00:00
R-insight math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-intervals math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-ISLR math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-ISwR math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-LearnBayes math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-lme4 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-lmm math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-lmtest math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-mapproj (math/R-mapproj) Updated 1.2.7 to 1.2.8 NEWS.md unknown 2022-04-28 15:55:37 +00:00
R-MatrixModels math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-minqa math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-mitools math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-mnormt math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-modelr (math/R-modelr) import R-modelr-0.1.8 2022-04-23 05:15:16 +00:00
R-moonsun math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-mvtnorm math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-ncdf revbump for icu and libffi 2021-12-08 16:01:42 +00:00
R-ncdf4 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
R-nimble (math/R-nimble) Updated 0.11.1 to 0.12.2, NEWS.md unknown 2022-04-28 15:52:38 +00:00
R-nloptr math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-nortest math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-numDeriv math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-pbkrtest math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-PHYLOGR math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-pixmap math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-plyr math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-poweRlaw math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-prettyunits math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-prob math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-proxy math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-psych math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-quadprog math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-quantreg Update to 5.88 2022-04-02 09:04:22 +00:00
R-R2HTML math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-RandomFields math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-RandomFieldsUtils math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-randomForest math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-RArcInfo math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-Rcmdr math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-RcmdrMisc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-RColorBrewer math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-RcppArmadillo math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-RcppEigen math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-relimp math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-repurrrsive math/R-repurrrsive: import R-repurrrsive-1.0.0 2022-05-04 12:22:05 +00:00
R-reshape2 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-RNetCDF revbump for icu and libffi 2021-12-08 16:01:42 +00:00
R-robustbase math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-RPostgreSQL math/R-RPostgreSQL 2022-04-25 12:26:46 +00:00
R-rstudioapi math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-sandwich math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-sets math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-sgeostat math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-shapefiles math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-sp math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-spacetime math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-SparseM math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-splancs math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-stabledist math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-stat.extend math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-statmod math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-stringdist math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-survey math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-tensor math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-tensorA math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-tibble math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-tidyr (math/R-tidyr) Updated 1.1.3 to 1.2.0 2022-05-01 16:10:16 +00:00
R-tmvnsim math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-units math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-urca math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-vctrs (math/R-vctrs) Update 0.3.8 to 0.4.1 2022-05-05 02:09:10 +00:00
R-VGAM math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-XML revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
R-xtable math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-xts math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-zeallot math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
R-zoo math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
randlib math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ranger math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ruby-gsl Thease packages dose not support Ruby 3.1. 2022-01-16 14:29:29 +00:00
ruby-narray math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ruby-roo math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
ruby-spreadsheet math/ruby-spreadsheet: update to 1.3.0 2021-11-23 14:42:13 +00:00
sc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
sc-im sc-im: needs bison 2022-04-25 11:03:45 +00:00
scilab math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
slatec math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
smath-studio math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
snns math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
sollya revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
speedcrunch revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
stan-math math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
statist math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
sundials math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
superlu math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
svmlin math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tasp-vsipl math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
teapot math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-apnum math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-apnum-doc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-fp math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-fp-doc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-kastrup math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-kastrup-doc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-lualatex-math tex-lualatex-math{,-doc}: update to 1.12 2022-04-15 03:54:51 +00:00
tex-lualatex-math-doc tex-lualatex-math{,-doc}: update to 1.12 2022-04-15 03:54:51 +00:00
tex-mathpartir math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-mathpartir-doc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-mathspec math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-mathspec-doc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-minifp math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-minifp-doc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-physics math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-physics-doc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-unicode-math math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-unicode-math-doc math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tex-zhnumber tex-zhnumber{,-doc}: Add version 2.8 2022-04-16 01:20:10 +00:00
tex-zhnumber-doc tex-zhnumber{,-doc}: Add version 2.8 2022-04-16 01:20:10 +00:00
texdrive math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
TinySVM math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
tochnog math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
udunits math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
units math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
vista math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
volk volk: needs GCC>=8 for std::filesystem, like GNU Radio 2022-03-17 14:35:34 +00:00
vowpal_wabbit *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
wxmaxima revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
xeukleides10 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
xfractint math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
xgap math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
xldlas math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
xlife math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
xlispstat math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
xmgr revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xyconvert revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
xylib math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
yacas math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
yices2 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
yorick math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
z3 math: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:55:21 +00:00
Makefile Added math/R-repurrrsive version 1.0.0 2022-05-04 12:26:19 +00:00