git: b5eb1ebf48b3 - main - math/stan: update 2.32.2 → 2.33.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 07:20:56 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5eb1ebf48b3c70815e0c34b02f617cd04ec346d commit b5eb1ebf48b3c70815e0c34b02f617cd04ec346d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-09-06 06:57:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-09-06 07:20:52 +0000 math/stan: update 2.32.2 → 2.33.0 Reported by: portscout --- math/stan/Makefile | 2 +- math/stan/distinfo | 6 +++--- math/stan/pkg-plist | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/math/stan/Makefile b/math/stan/Makefile index adb1e27f3c70..ce0c67bc8e23 100644 --- a/math/stan/Makefile +++ b/math/stan/Makefile @@ -1,6 +1,6 @@ PORTNAME= stan DISTVERSIONPREFIX= v -DISTVERSION= 2.32.2 +DISTVERSION= 2.33.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/stan/distinfo b/math/stan/distinfo index 23453d8961d7..898bb8a153ae 100644 --- a/math/stan/distinfo +++ b/math/stan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684723343 -SHA256 (stan-dev-stan-v2.32.2_GH0.tar.gz) = db4dec8366541b75cca3b74d1656431668b6f236d04280bf413fa3efc458899c -SIZE (stan-dev-stan-v2.32.2_GH0.tar.gz) = 4049894 +TIMESTAMP = 1693981413 +SHA256 (stan-dev-stan-v2.33.0_GH0.tar.gz) = eb35d40eafe090a19a800f19c66e79eacbd1532906fbe3940abd1e0b854dae4f +SIZE (stan-dev-stan-v2.33.0_GH0.tar.gz) = 4372023 diff --git a/math/stan/pkg-plist b/math/stan/pkg-plist index abda3014278e..f465812e7905 100644 --- a/math/stan/pkg-plist +++ b/math/stan/pkg-plist @@ -3,9 +3,11 @@ include/stan/analyze/mcmc/compute_effective_sample_size.hpp include/stan/analyze/mcmc/compute_potential_scale_reduction.hpp include/stan/analyze/mcmc/split_chains.hpp include/stan/callbacks/interrupt.hpp +include/stan/callbacks/json_writer.hpp include/stan/callbacks/logger.hpp include/stan/callbacks/stream_logger.hpp include/stan/callbacks/stream_writer.hpp +include/stan/callbacks/structured_writer.hpp include/stan/callbacks/tee_writer.hpp include/stan/callbacks/unique_stream_writer.hpp include/stan/callbacks/writer.hpp @@ -108,11 +110,13 @@ include/stan/model/hessian_times_vector.hpp include/stan/model/indexing.hpp include/stan/model/indexing/access_helpers.hpp include/stan/model/indexing/assign.hpp +include/stan/model/indexing/assign_cl.hpp include/stan/model/indexing/assign_varmat.hpp include/stan/model/indexing/deep_copy.hpp include/stan/model/indexing/index.hpp include/stan/model/indexing/rvalue.hpp include/stan/model/indexing/rvalue_at.hpp +include/stan/model/indexing/rvalue_cl.hpp include/stan/model/indexing/rvalue_index_size.hpp include/stan/model/indexing/rvalue_varmat.hpp include/stan/model/log_prob_grad.hpp @@ -140,6 +144,9 @@ include/stan/services/optimize/defaults.hpp include/stan/services/optimize/laplace_sample.hpp include/stan/services/optimize/lbfgs.hpp include/stan/services/optimize/newton.hpp +include/stan/services/pathfinder/multi.hpp +include/stan/services/pathfinder/psis.hpp +include/stan/services/pathfinder/single.hpp include/stan/services/sample/defaults.hpp include/stan/services/sample/fixed_param.hpp include/stan/services/sample/hmc_nuts_dense_e.hpp @@ -158,6 +165,7 @@ include/stan/services/sample/standalone_gqs.hpp include/stan/services/util/create_rng.hpp include/stan/services/util/create_unit_e_dense_inv_metric.hpp include/stan/services/util/create_unit_e_diag_inv_metric.hpp +include/stan/services/util/duration_diff.hpp include/stan/services/util/experimental_message.hpp include/stan/services/util/generate_transitions.hpp include/stan/services/util/gq_writer.hpp