Skip to content

Commit

Permalink
math/stan: update 2.32.2 → 2.33.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Sep 6, 2023
1 parent f7d8b79 commit b5eb1eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
8 changes: 8 additions & 0 deletions math/stan/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b5eb1eb

Please sign in to comment.