From 9260d6b78a57f930d4babc0d963c502c8150de22 Mon Sep 17 00:00:00 2001 From: Luciano Paz Date: Wed, 15 Jan 2025 15:12:52 +0100 Subject: [PATCH] Use updated head_of_apache pre-commit step --- .pre-commit-config.yaml | 21 ++++++++++---------- benchmarks/benchmarks/__init__.py | 2 +- benchmarks/benchmarks/benchmarks.py | 2 +- pymc/__init__.py | 2 +- pymc/_version.py | 2 +- pymc/backends/__init__.py | 2 +- pymc/backends/arviz.py | 2 +- pymc/backends/base.py | 2 +- pymc/backends/mcbackend.py | 2 +- pymc/backends/ndarray.py | 2 +- pymc/backends/report.py | 2 +- pymc/backends/zarr.py | 2 +- pymc/blocking.py | 2 +- pymc/data.py | 2 +- pymc/distributions/__init__.py | 2 +- pymc/distributions/censored.py | 2 +- pymc/distributions/continuous.py | 2 +- pymc/distributions/custom.py | 2 +- pymc/distributions/discrete.py | 2 +- pymc/distributions/dist_math.py | 2 +- pymc/distributions/distribution.py | 2 +- pymc/distributions/mixture.py | 2 +- pymc/distributions/moments/__init__.py | 2 +- pymc/distributions/moments/means.py | 2 +- pymc/distributions/multivariate.py | 2 +- pymc/distributions/shape_utils.py | 2 +- pymc/distributions/simulator.py | 2 +- pymc/distributions/timeseries.py | 2 +- pymc/distributions/transforms.py | 2 +- pymc/distributions/truncated.py | 2 +- pymc/exceptions.py | 2 +- pymc/func_utils.py | 2 +- pymc/gp/__init__.py | 2 +- pymc/gp/cov.py | 2 +- pymc/gp/gp.py | 2 +- pymc/gp/hsgp_approx.py | 2 +- pymc/gp/mean.py | 2 +- pymc/gp/util.py | 2 +- pymc/initial_point.py | 2 +- pymc/logprob/__init__.py | 2 +- pymc/logprob/abstract.py | 2 +- pymc/logprob/basic.py | 2 +- pymc/logprob/binary.py | 2 +- pymc/logprob/censoring.py | 2 +- pymc/logprob/checks.py | 2 +- pymc/logprob/cumsum.py | 2 +- pymc/logprob/linalg.py | 2 +- pymc/logprob/mixture.py | 2 +- pymc/logprob/order.py | 2 +- pymc/logprob/rewriting.py | 2 +- pymc/logprob/scan.py | 2 +- pymc/logprob/tensor.py | 2 +- pymc/logprob/transform_value.py | 2 +- pymc/logprob/transforms.py | 2 +- pymc/logprob/utils.py | 2 +- pymc/math.py | 2 +- pymc/model/__init__.py | 2 +- pymc/model/core.py | 2 +- pymc/model/fgraph.py | 2 +- pymc/model/transform/__init__.py | 2 +- pymc/model/transform/basic.py | 2 +- pymc/model/transform/conditioning.py | 2 +- pymc/model/transform/optimization.py | 2 +- pymc/model_graph.py | 2 +- pymc/ode/__init__.py | 2 +- pymc/ode/ode.py | 2 +- pymc/ode/utils.py | 2 +- pymc/plots/__init__.py | 2 +- pymc/printing.py | 2 +- pymc/pytensorf.py | 2 +- pymc/sampling/__init__.py | 2 +- pymc/sampling/deterministic.py | 2 +- pymc/sampling/forward.py | 2 +- pymc/sampling/jax.py | 2 +- pymc/sampling/mcmc.py | 2 +- pymc/sampling/parallel.py | 2 +- pymc/sampling/population.py | 2 +- pymc/smc/__init__.py | 2 +- pymc/smc/kernels.py | 2 +- pymc/smc/sampling.py | 2 +- pymc/stats/__init__.py | 2 +- pymc/stats/convergence.py | 2 +- pymc/stats/log_density.py | 2 +- pymc/step_methods/__init__.py | 2 +- pymc/step_methods/arraystep.py | 2 +- pymc/step_methods/compound.py | 2 +- pymc/step_methods/hmc/__init__.py | 2 +- pymc/step_methods/hmc/base_hmc.py | 2 +- pymc/step_methods/hmc/hmc.py | 2 +- pymc/step_methods/hmc/integration.py | 2 +- pymc/step_methods/hmc/nuts.py | 2 +- pymc/step_methods/hmc/quadpotential.py | 2 +- pymc/step_methods/metropolis.py | 2 +- pymc/step_methods/slicer.py | 2 +- pymc/step_methods/state.py | 2 +- pymc/step_methods/step_sizes.py | 2 +- pymc/testing.py | 2 +- pymc/tuning/__init__.py | 2 +- pymc/tuning/scaling.py | 2 +- pymc/tuning/starting.py | 2 +- pymc/util.py | 2 +- pymc/variational/__init__.py | 2 +- pymc/variational/approximations.py | 2 +- pymc/variational/callbacks.py | 2 +- pymc/variational/inference.py | 2 +- pymc/variational/minibatch_rv.py | 2 +- pymc/variational/operators.py | 2 +- pymc/variational/opvi.py | 2 +- pymc/variational/stein.py | 2 +- pymc/variational/test_functions.py | 2 +- pymc/variational/updates.py | 2 +- pymc/vartypes.py | 2 +- setup.py | 2 +- setupegg.py | 2 +- tests/__init__.py | 2 +- tests/backends/__init__.py | 2 +- tests/backends/fixtures.py | 2 +- tests/backends/test_arviz.py | 2 +- tests/backends/test_base.py | 2 +- tests/backends/test_mcbackend.py | 2 +- tests/backends/test_ndarray.py | 2 +- tests/backends/test_zarr.py | 2 +- tests/conftest.py | 2 +- tests/distributions/__init__.py | 2 +- tests/distributions/moments/__init__.py | 2 +- tests/distributions/moments/test_means.py | 2 +- tests/distributions/test_censored.py | 2 +- tests/distributions/test_continuous.py | 2 +- tests/distributions/test_custom.py | 2 +- tests/distributions/test_discrete.py | 2 +- tests/distributions/test_dist_math.py | 2 +- tests/distributions/test_distribution.py | 2 +- tests/distributions/test_mixture.py | 2 +- tests/distributions/test_multivariate.py | 2 +- tests/distributions/test_shape_utils.py | 2 +- tests/distributions/test_simulator.py | 2 +- tests/distributions/test_timeseries.py | 2 +- tests/distributions/test_transform.py | 2 +- tests/distributions/test_truncated.py | 2 +- tests/gp/__init__.py | 2 +- tests/gp/test_cov.py | 2 +- tests/gp/test_gp.py | 2 +- tests/gp/test_hsgp_approx.py | 2 +- tests/gp/test_mean.py | 2 +- tests/gp/test_util.py | 2 +- tests/helpers.py | 2 +- tests/logprob/__init__.py | 2 +- tests/logprob/test_abstract.py | 2 +- tests/logprob/test_basic.py | 2 +- tests/logprob/test_binary.py | 2 +- tests/logprob/test_censoring.py | 2 +- tests/logprob/test_checks.py | 2 +- tests/logprob/test_composite_logprob.py | 2 +- tests/logprob/test_cumsum.py | 2 +- tests/logprob/test_linalg.py | 2 +- tests/logprob/test_mixture.py | 2 +- tests/logprob/test_order.py | 2 +- tests/logprob/test_rewriting.py | 2 +- tests/logprob/test_scan.py | 2 +- tests/logprob/test_tensor.py | 2 +- tests/logprob/test_transform_value.py | 2 +- tests/logprob/test_transforms.py | 2 +- tests/logprob/test_utils.py | 2 +- tests/logprob/utils.py | 2 +- tests/model/__init__.py | 2 +- tests/model/test_core.py | 2 +- tests/model/test_fgraph.py | 2 +- tests/model/transform/__init__.py | 2 +- tests/model/transform/test_basic.py | 2 +- tests/model/transform/test_conditioning.py | 2 +- tests/model/transform/test_optimization.py | 2 +- tests/models.py | 2 +- tests/ode/__init__.py | 2 +- tests/ode/test_ode.py | 2 +- tests/ode/test_utils.py | 2 +- tests/sampler_fixtures.py | 2 +- tests/sampling/__init__.py | 2 +- tests/sampling/test_deterministic.py | 2 +- tests/sampling/test_forward.py | 2 +- tests/sampling/test_jax.py | 2 +- tests/sampling/test_mcmc.py | 2 +- tests/sampling/test_mcmc_external.py | 2 +- tests/sampling/test_parallel.py | 2 +- tests/sampling/test_population.py | 2 +- tests/smc/__init__.py | 2 +- tests/smc/test_smc.py | 2 +- tests/stats/__init__.py | 2 +- tests/stats/test_convergence.py | 2 +- tests/stats/test_log_density.py | 2 +- tests/step_methods/__init__.py | 2 +- tests/step_methods/hmc/__init__.py | 2 +- tests/step_methods/hmc/test_hmc.py | 2 +- tests/step_methods/hmc/test_nuts.py | 2 +- tests/step_methods/hmc/test_quadpotential.py | 2 +- tests/step_methods/test_compound.py | 2 +- tests/step_methods/test_metropolis.py | 2 +- tests/step_methods/test_slicer.py | 2 +- tests/step_methods/test_state.py | 2 +- tests/test_data.py | 2 +- tests/test_func_utils.py | 2 +- tests/test_initial_point.py | 2 +- tests/test_math.py | 2 +- tests/test_model_graph.py | 2 +- tests/test_printing.py | 2 +- tests/test_pytensorf.py | 2 +- tests/test_testing.py | 2 +- tests/test_util.py | 2 +- tests/tuning/__init__.py | 2 +- tests/tuning/test_scaling.py | 2 +- tests/tuning/test_starting.py | 2 +- tests/variational/__init__.py | 2 +- tests/variational/test_approximations.py | 2 +- tests/variational/test_callbacks.py | 2 +- tests/variational/test_inference.py | 2 +- tests/variational/test_minibatch_rv.py | 2 +- tests/variational/test_opvi.py | 2 +- tests/variational/test_updates.py | 2 +- 217 files changed, 227 insertions(+), 226 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 10fd36fd94..477e48254a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,16 +37,17 @@ repos: hooks: - id: sphinx-lint args: ["."] -#- repo: https://github.com/lucianopaz/head_of_apache -# rev: "0.0.3" -# hooks: -# - id: head_of_apache -# args: -# - --author=The PyMC Developers -# - --exclude=docs/ -# - --exclude=scripts/ -# - --exclude=binder/ -# - --exclude=versioneer.py +- repo: https://github.com/lucianopaz/head_of_apache + rev: "0.1.0" + hooks: + - id: head_of_apache + args: + - --author=The PyMC Developers + - --exclude=docs/ + - --exclude=scripts/ + - --exclude=binder/ + - --exclude=versioneer.py + - --last-year-present - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.4 hooks: diff --git a/benchmarks/benchmarks/__init__.py b/benchmarks/benchmarks/__init__.py index 1217c81ed2..7443280d34 100644 --- a/benchmarks/benchmarks/__init__.py +++ b/benchmarks/benchmarks/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/benchmarks/benchmarks.py b/benchmarks/benchmarks/benchmarks.py index 7485cef65e..381dd7ee5e 100644 --- a/benchmarks/benchmarks/benchmarks.py +++ b/benchmarks/benchmarks/benchmarks.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/__init__.py b/pymc/__init__.py index a828b72827..684feac11f 100644 --- a/pymc/__init__.py +++ b/pymc/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/_version.py b/pymc/_version.py index 2f7f80bfad..4de3063d04 100644 --- a/pymc/_version.py +++ b/pymc/_version.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/backends/__init__.py b/pymc/backends/__init__.py index 882412ce2d..d3f7620882 100644 --- a/pymc/backends/__init__.py +++ b/pymc/backends/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/backends/arviz.py b/pymc/backends/arviz.py index d1c27b787b..f0f0eec963 100644 --- a/pymc/backends/arviz.py +++ b/pymc/backends/arviz.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/backends/base.py b/pymc/backends/base.py index 5a2a043a39..993acc0df4 100644 --- a/pymc/backends/base.py +++ b/pymc/backends/base.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/backends/mcbackend.py b/pymc/backends/mcbackend.py index 3d2c8fd9e7..9bc8ff1043 100644 --- a/pymc/backends/mcbackend.py +++ b/pymc/backends/mcbackend.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/backends/ndarray.py b/pymc/backends/ndarray.py index 70ca60879c..a08fc8f47e 100644 --- a/pymc/backends/ndarray.py +++ b/pymc/backends/ndarray.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/backends/report.py b/pymc/backends/report.py index 9a630ee242..d2ab860bd3 100644 --- a/pymc/backends/report.py +++ b/pymc/backends/report.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/backends/zarr.py b/pymc/backends/zarr.py index e9aba5fe0d..eba9f2fee7 100644 --- a/pymc/backends/zarr.py +++ b/pymc/backends/zarr.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/blocking.py b/pymc/blocking.py index 2aad656128..9f9e27cebf 100644 --- a/pymc/blocking.py +++ b/pymc/blocking.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/data.py b/pymc/data.py index 997f0ccb3c..cf87dd18e8 100644 --- a/pymc/data.py +++ b/pymc/data.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/__init__.py b/pymc/distributions/__init__.py index 442ebddc71..c578267091 100644 --- a/pymc/distributions/__init__.py +++ b/pymc/distributions/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/censored.py b/pymc/distributions/censored.py index 4be21b1c9d..77c52023b9 100644 --- a/pymc/distributions/censored.py +++ b/pymc/distributions/censored.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/continuous.py b/pymc/distributions/continuous.py index 3746f90fac..91a6ca65de 100644 --- a/pymc/distributions/continuous.py +++ b/pymc/distributions/continuous.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/custom.py b/pymc/distributions/custom.py index 3238680bb3..86aba12043 100644 --- a/pymc/distributions/custom.py +++ b/pymc/distributions/custom.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/discrete.py b/pymc/distributions/discrete.py index 979f81dba0..d2f35c8007 100644 --- a/pymc/distributions/discrete.py +++ b/pymc/distributions/discrete.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/dist_math.py b/pymc/distributions/dist_math.py index 1cdb3b2945..3f675406f4 100644 --- a/pymc/distributions/dist_math.py +++ b/pymc/distributions/dist_math.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/distribution.py b/pymc/distributions/distribution.py index 0d1c58cf17..b2ec6fb79b 100644 --- a/pymc/distributions/distribution.py +++ b/pymc/distributions/distribution.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/mixture.py b/pymc/distributions/mixture.py index dc704e5121..303f2793db 100644 --- a/pymc/distributions/mixture.py +++ b/pymc/distributions/mixture.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/moments/__init__.py b/pymc/distributions/moments/__init__.py index 8aafdb37a2..b61e8b6400 100644 --- a/pymc/distributions/moments/__init__.py +++ b/pymc/distributions/moments/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/moments/means.py b/pymc/distributions/moments/means.py index f025733726..f183ace5db 100644 --- a/pymc/distributions/moments/means.py +++ b/pymc/distributions/moments/means.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/multivariate.py b/pymc/distributions/multivariate.py index e44008fe65..7bcf8be12a 100644 --- a/pymc/distributions/multivariate.py +++ b/pymc/distributions/multivariate.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/shape_utils.py b/pymc/distributions/shape_utils.py index f2b21763c0..7dd0d94414 100644 --- a/pymc/distributions/shape_utils.py +++ b/pymc/distributions/shape_utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/simulator.py b/pymc/distributions/simulator.py index aeacf8346a..9e7fcd08d7 100644 --- a/pymc/distributions/simulator.py +++ b/pymc/distributions/simulator.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/timeseries.py b/pymc/distributions/timeseries.py index 3ec863d7a5..fb5e5e7420 100644 --- a/pymc/distributions/timeseries.py +++ b/pymc/distributions/timeseries.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/transforms.py b/pymc/distributions/transforms.py index fe036c2bc4..c8ca8d0554 100644 --- a/pymc/distributions/transforms.py +++ b/pymc/distributions/transforms.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/distributions/truncated.py b/pymc/distributions/truncated.py index 36b4395263..4b984e4c41 100644 --- a/pymc/distributions/truncated.py +++ b/pymc/distributions/truncated.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/exceptions.py b/pymc/exceptions.py index 652c2ae5a4..b07c0c2887 100644 --- a/pymc/exceptions.py +++ b/pymc/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/func_utils.py b/pymc/func_utils.py index 72dc3b1a96..e7acb3dff0 100644 --- a/pymc/func_utils.py +++ b/pymc/func_utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/gp/__init__.py b/pymc/gp/__init__.py index 15a49efeb6..4ddf1c9e42 100644 --- a/pymc/gp/__init__.py +++ b/pymc/gp/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/gp/cov.py b/pymc/gp/cov.py index d9f3577280..6bfabe0006 100644 --- a/pymc/gp/cov.py +++ b/pymc/gp/cov.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/gp/gp.py b/pymc/gp/gp.py index 3a4b453839..c31a6a613e 100644 --- a/pymc/gp/gp.py +++ b/pymc/gp/gp.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/gp/hsgp_approx.py b/pymc/gp/hsgp_approx.py index e331aab8f5..9bad17ce87 100644 --- a/pymc/gp/hsgp_approx.py +++ b/pymc/gp/hsgp_approx.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/gp/mean.py b/pymc/gp/mean.py index 827b5db6e4..01871afa8e 100644 --- a/pymc/gp/mean.py +++ b/pymc/gp/mean.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/gp/util.py b/pymc/gp/util.py index 3aaf85ab54..f969e0e844 100644 --- a/pymc/gp/util.py +++ b/pymc/gp/util.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/initial_point.py b/pymc/initial_point.py index 241409f683..ba3a0ea85c 100644 --- a/pymc/initial_point.py +++ b/pymc/initial_point.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/__init__.py b/pymc/logprob/__init__.py index 4dea34312f..2e67a6c55b 100644 --- a/pymc/logprob/__init__.py +++ b/pymc/logprob/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/abstract.py b/pymc/logprob/abstract.py index 281b4fb184..5c7f28e661 100644 --- a/pymc/logprob/abstract.py +++ b/pymc/logprob/abstract.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/basic.py b/pymc/logprob/basic.py index 7753678d2e..6fd4a5489e 100644 --- a/pymc/logprob/basic.py +++ b/pymc/logprob/basic.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/binary.py b/pymc/logprob/binary.py index 9d0985a2cf..27449e2d2c 100644 --- a/pymc/logprob/binary.py +++ b/pymc/logprob/binary.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/censoring.py b/pymc/logprob/censoring.py index e17d30a43d..411b8162a8 100644 --- a/pymc/logprob/censoring.py +++ b/pymc/logprob/censoring.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/checks.py b/pymc/logprob/checks.py index c8c21ef61c..9ac12a1e10 100644 --- a/pymc/logprob/checks.py +++ b/pymc/logprob/checks.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/cumsum.py b/pymc/logprob/cumsum.py index 4fd5a6eaeb..9dd92611ad 100644 --- a/pymc/logprob/cumsum.py +++ b/pymc/logprob/cumsum.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/linalg.py b/pymc/logprob/linalg.py index 226b24a07d..bd5ac33261 100644 --- a/pymc/logprob/linalg.py +++ b/pymc/logprob/linalg.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/mixture.py b/pymc/logprob/mixture.py index 1ebb29638e..ce6a11d208 100644 --- a/pymc/logprob/mixture.py +++ b/pymc/logprob/mixture.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/order.py b/pymc/logprob/order.py index 6eceb819dd..30f6a32565 100644 --- a/pymc/logprob/order.py +++ b/pymc/logprob/order.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/rewriting.py b/pymc/logprob/rewriting.py index 76baf31dfa..b5a6b23a09 100644 --- a/pymc/logprob/rewriting.py +++ b/pymc/logprob/rewriting.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/scan.py b/pymc/logprob/scan.py index 8f6942458e..27d562523a 100644 --- a/pymc/logprob/scan.py +++ b/pymc/logprob/scan.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/tensor.py b/pymc/logprob/tensor.py index abb5df2ab5..3d577aac9a 100644 --- a/pymc/logprob/tensor.py +++ b/pymc/logprob/tensor.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/transform_value.py b/pymc/logprob/transform_value.py index 1b5d4cd817..4a28d5cd4a 100644 --- a/pymc/logprob/transform_value.py +++ b/pymc/logprob/transform_value.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/transforms.py b/pymc/logprob/transforms.py index 930bf1f4eb..8446874996 100644 --- a/pymc/logprob/transforms.py +++ b/pymc/logprob/transforms.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/logprob/utils.py b/pymc/logprob/utils.py index 9865226e42..e1fdc903ee 100644 --- a/pymc/logprob/utils.py +++ b/pymc/logprob/utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/math.py b/pymc/math.py index 2f7527e113..1845dd5111 100644 --- a/pymc/math.py +++ b/pymc/math.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/model/__init__.py b/pymc/model/__init__.py index 4caa701378..f824e50b4f 100644 --- a/pymc/model/__init__.py +++ b/pymc/model/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/model/core.py b/pymc/model/core.py index 99711e566e..cef6cd6d1b 100644 --- a/pymc/model/core.py +++ b/pymc/model/core.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/model/fgraph.py b/pymc/model/fgraph.py index fa5e34a7d1..5dc47fe0ee 100644 --- a/pymc/model/fgraph.py +++ b/pymc/model/fgraph.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/model/transform/__init__.py b/pymc/model/transform/__init__.py index 008e6f8ff0..6c6610b707 100644 --- a/pymc/model/transform/__init__.py +++ b/pymc/model/transform/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/model/transform/basic.py b/pymc/model/transform/basic.py index 3d756785a5..fcf42fdf8c 100644 --- a/pymc/model/transform/basic.py +++ b/pymc/model/transform/basic.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/model/transform/conditioning.py b/pymc/model/transform/conditioning.py index 23e0175503..4d9f0553a1 100644 --- a/pymc/model/transform/conditioning.py +++ b/pymc/model/transform/conditioning.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/model/transform/optimization.py b/pymc/model/transform/optimization.py index 187e4ee444..9848d89d7f 100644 --- a/pymc/model/transform/optimization.py +++ b/pymc/model/transform/optimization.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/model_graph.py b/pymc/model_graph.py index b3b9847727..f31a33770d 100644 --- a/pymc/model_graph.py +++ b/pymc/model_graph.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/ode/__init__.py b/pymc/ode/__init__.py index d10034e3f4..e91751ec8b 100644 --- a/pymc/ode/__init__.py +++ b/pymc/ode/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/ode/ode.py b/pymc/ode/ode.py index ca01af13b6..7c7e858ad0 100644 --- a/pymc/ode/ode.py +++ b/pymc/ode/ode.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/ode/utils.py b/pymc/ode/utils.py index 3ad05b1e14..1ba99feab0 100644 --- a/pymc/ode/utils.py +++ b/pymc/ode/utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/plots/__init__.py b/pymc/plots/__init__.py index cc938faa94..49068d5369 100644 --- a/pymc/plots/__init__.py +++ b/pymc/plots/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/printing.py b/pymc/printing.py index 946a8a213b..c4376d306e 100644 --- a/pymc/printing.py +++ b/pymc/printing.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/pytensorf.py b/pymc/pytensorf.py index f665d5931c..1f390b1771 100644 --- a/pymc/pytensorf.py +++ b/pymc/pytensorf.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/sampling/__init__.py b/pymc/sampling/__init__.py index bb5206ecc8..362f7a8327 100644 --- a/pymc/sampling/__init__.py +++ b/pymc/sampling/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/sampling/deterministic.py b/pymc/sampling/deterministic.py index 3d8398c3a7..85ce0a1164 100644 --- a/pymc/sampling/deterministic.py +++ b/pymc/sampling/deterministic.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/sampling/forward.py b/pymc/sampling/forward.py index c07683555a..0abe0d66b3 100644 --- a/pymc/sampling/forward.py +++ b/pymc/sampling/forward.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/sampling/jax.py b/pymc/sampling/jax.py index 43e1baa87f..5b20e12188 100644 --- a/pymc/sampling/jax.py +++ b/pymc/sampling/jax.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/sampling/mcmc.py b/pymc/sampling/mcmc.py index ca91325ff1..ce05d3f589 100644 --- a/pymc/sampling/mcmc.py +++ b/pymc/sampling/mcmc.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/sampling/parallel.py b/pymc/sampling/parallel.py index 28e74d5e8a..3c2a8c9a36 100644 --- a/pymc/sampling/parallel.py +++ b/pymc/sampling/parallel.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/sampling/population.py b/pymc/sampling/population.py index b8a7ba593a..80c79f0ee3 100644 --- a/pymc/sampling/population.py +++ b/pymc/sampling/population.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/smc/__init__.py b/pymc/smc/__init__.py index 4d6f90eab3..d3a0803305 100644 --- a/pymc/smc/__init__.py +++ b/pymc/smc/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/smc/kernels.py b/pymc/smc/kernels.py index db1b0cf5bb..a5c86b5609 100644 --- a/pymc/smc/kernels.py +++ b/pymc/smc/kernels.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/smc/sampling.py b/pymc/smc/sampling.py index b1ae52e030..a4e8248814 100644 --- a/pymc/smc/sampling.py +++ b/pymc/smc/sampling.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/stats/__init__.py b/pymc/stats/__init__.py index 4b94e3e064..1ded55a5e2 100644 --- a/pymc/stats/__init__.py +++ b/pymc/stats/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/stats/convergence.py b/pymc/stats/convergence.py index eee6677825..d32831c8be 100644 --- a/pymc/stats/convergence.py +++ b/pymc/stats/convergence.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/stats/log_density.py b/pymc/stats/log_density.py index 266ceaac1f..c4b1048d9c 100644 --- a/pymc/stats/log_density.py +++ b/pymc/stats/log_density.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/__init__.py b/pymc/step_methods/__init__.py index 47fabc10dd..733eed5ed6 100644 --- a/pymc/step_methods/__init__.py +++ b/pymc/step_methods/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/arraystep.py b/pymc/step_methods/arraystep.py index d15b14499c..0c20e09a47 100644 --- a/pymc/step_methods/arraystep.py +++ b/pymc/step_methods/arraystep.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/compound.py b/pymc/step_methods/compound.py index 1fcb3d2673..9b841d0acc 100644 --- a/pymc/step_methods/compound.py +++ b/pymc/step_methods/compound.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/hmc/__init__.py b/pymc/step_methods/hmc/__init__.py index 8ec9f91ace..e51cef7784 100644 --- a/pymc/step_methods/hmc/__init__.py +++ b/pymc/step_methods/hmc/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/hmc/base_hmc.py b/pymc/step_methods/hmc/base_hmc.py index 564daebed4..e8c96e8c4b 100644 --- a/pymc/step_methods/hmc/base_hmc.py +++ b/pymc/step_methods/hmc/base_hmc.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/hmc/hmc.py b/pymc/step_methods/hmc/hmc.py index a5ebbd7a8c..565c1fd78b 100644 --- a/pymc/step_methods/hmc/hmc.py +++ b/pymc/step_methods/hmc/hmc.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/hmc/integration.py b/pymc/step_methods/hmc/integration.py index 067cd239f8..4eb7a15d8f 100644 --- a/pymc/step_methods/hmc/integration.py +++ b/pymc/step_methods/hmc/integration.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/hmc/nuts.py b/pymc/step_methods/hmc/nuts.py index 770605f4b7..bbda728e80 100644 --- a/pymc/step_methods/hmc/nuts.py +++ b/pymc/step_methods/hmc/nuts.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/hmc/quadpotential.py b/pymc/step_methods/hmc/quadpotential.py index 2c1b500cc6..dd7ad6922b 100644 --- a/pymc/step_methods/hmc/quadpotential.py +++ b/pymc/step_methods/hmc/quadpotential.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/metropolis.py b/pymc/step_methods/metropolis.py index 64455c8930..8e22218a13 100644 --- a/pymc/step_methods/metropolis.py +++ b/pymc/step_methods/metropolis.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/slicer.py b/pymc/step_methods/slicer.py index 73574c025b..ecc7967614 100644 --- a/pymc/step_methods/slicer.py +++ b/pymc/step_methods/slicer.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/state.py b/pymc/step_methods/state.py index ec7bbbae48..46db3c13ec 100644 --- a/pymc/step_methods/state.py +++ b/pymc/step_methods/state.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/step_methods/step_sizes.py b/pymc/step_methods/step_sizes.py index c0fdb934a3..6cfd79c19a 100644 --- a/pymc/step_methods/step_sizes.py +++ b/pymc/step_methods/step_sizes.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/testing.py b/pymc/testing.py index cc7433980c..1906780489 100644 --- a/pymc/testing.py +++ b/pymc/testing.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/tuning/__init__.py b/pymc/tuning/__init__.py index f2920849b9..ac6f66a5ce 100644 --- a/pymc/tuning/__init__.py +++ b/pymc/tuning/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/tuning/scaling.py b/pymc/tuning/scaling.py index d07f8c8645..3fbbff61d7 100644 --- a/pymc/tuning/scaling.py +++ b/pymc/tuning/scaling.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/tuning/starting.py b/pymc/tuning/starting.py index 22d3ffb415..2fbbba6339 100644 --- a/pymc/tuning/starting.py +++ b/pymc/tuning/starting.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/util.py b/pymc/util.py index 63576676eb..8dc7d16804 100644 --- a/pymc/util.py +++ b/pymc/util.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/__init__.py b/pymc/variational/__init__.py index 785fb11cb0..23fd0212a3 100644 --- a/pymc/variational/__init__.py +++ b/pymc/variational/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/approximations.py b/pymc/variational/approximations.py index 6fad3c10b1..29b7093108 100644 --- a/pymc/variational/approximations.py +++ b/pymc/variational/approximations.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/callbacks.py b/pymc/variational/callbacks.py index caf6c89cce..8beba7bd92 100644 --- a/pymc/variational/callbacks.py +++ b/pymc/variational/callbacks.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/inference.py b/pymc/variational/inference.py index 29800e0541..d9da7fb786 100644 --- a/pymc/variational/inference.py +++ b/pymc/variational/inference.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/minibatch_rv.py b/pymc/variational/minibatch_rv.py index f9227f8131..163cec4727 100644 --- a/pymc/variational/minibatch_rv.py +++ b/pymc/variational/minibatch_rv.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/operators.py b/pymc/variational/operators.py index fc1226be1f..502fe13ab9 100644 --- a/pymc/variational/operators.py +++ b/pymc/variational/operators.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/opvi.py b/pymc/variational/opvi.py index 034e2fed87..140b4f2766 100644 --- a/pymc/variational/opvi.py +++ b/pymc/variational/opvi.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/stein.py b/pymc/variational/stein.py index bf3a41ca0f..0534bb6fa4 100644 --- a/pymc/variational/stein.py +++ b/pymc/variational/stein.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/test_functions.py b/pymc/variational/test_functions.py index 26ad061931..f8e80f5b86 100644 --- a/pymc/variational/test_functions.py +++ b/pymc/variational/test_functions.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/variational/updates.py b/pymc/variational/updates.py index 234d307500..6354448c60 100644 --- a/pymc/variational/updates.py +++ b/pymc/variational/updates.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pymc/vartypes.py b/pymc/vartypes.py index 2f145aa9b7..955c86a4a4 100644 --- a/pymc/vartypes.py +++ b/pymc/vartypes.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 8482d00d19..99bcadd86a 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setupegg.py b/setupegg.py index c263f95845..135a9344ff 100755 --- a/setupegg.py +++ b/setupegg.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/__init__.py b/tests/__init__.py index 997d5084cb..9bc5330969 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/backends/__init__.py b/tests/backends/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/backends/__init__.py +++ b/tests/backends/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/backends/fixtures.py b/tests/backends/fixtures.py index c7a3bdcec3..a4f28a1262 100644 --- a/tests/backends/fixtures.py +++ b/tests/backends/fixtures.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/backends/test_arviz.py b/tests/backends/test_arviz.py index 18599738ae..3c06288b35 100644 --- a/tests/backends/test_arviz.py +++ b/tests/backends/test_arviz.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/backends/test_base.py b/tests/backends/test_base.py index 3dd6c6e644..0f450119a7 100644 --- a/tests/backends/test_base.py +++ b/tests/backends/test_base.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/backends/test_mcbackend.py b/tests/backends/test_mcbackend.py index 23240af377..e72731af6b 100644 --- a/tests/backends/test_mcbackend.py +++ b/tests/backends/test_mcbackend.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/backends/test_ndarray.py b/tests/backends/test_ndarray.py index f1050ef0f1..a74e9f3ad7 100644 --- a/tests/backends/test_ndarray.py +++ b/tests/backends/test_ndarray.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/backends/test_zarr.py b/tests/backends/test_zarr.py index 32f508ef1a..af9c9e0a06 100644 --- a/tests/backends/test_zarr.py +++ b/tests/backends/test_zarr.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/conftest.py b/tests/conftest.py index 306102e3bb..24175ee0db 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/__init__.py b/tests/distributions/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/distributions/__init__.py +++ b/tests/distributions/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/moments/__init__.py b/tests/distributions/moments/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/distributions/moments/__init__.py +++ b/tests/distributions/moments/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/moments/test_means.py b/tests/distributions/moments/test_means.py index f3a9ebe73c..abfa9ee376 100644 --- a/tests/distributions/moments/test_means.py +++ b/tests/distributions/moments/test_means.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_censored.py b/tests/distributions/test_censored.py index 9ce836cfc8..6e8b0f9dcd 100644 --- a/tests/distributions/test_censored.py +++ b/tests/distributions/test_censored.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_continuous.py b/tests/distributions/test_continuous.py index 2864335e34..cfdd0b3d60 100644 --- a/tests/distributions/test_continuous.py +++ b/tests/distributions/test_continuous.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_custom.py b/tests/distributions/test_custom.py index 5f2cef54f0..d3de7cf4f7 100644 --- a/tests/distributions/test_custom.py +++ b/tests/distributions/test_custom.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_discrete.py b/tests/distributions/test_discrete.py index e9be2ceded..24eeb504c9 100644 --- a/tests/distributions/test_discrete.py +++ b/tests/distributions/test_discrete.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_dist_math.py b/tests/distributions/test_dist_math.py index be98fccb3d..39b9cfdd04 100644 --- a/tests/distributions/test_dist_math.py +++ b/tests/distributions/test_dist_math.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_distribution.py b/tests/distributions/test_distribution.py index cd45b54d49..df97905073 100644 --- a/tests/distributions/test_distribution.py +++ b/tests/distributions/test_distribution.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_mixture.py b/tests/distributions/test_mixture.py index 0e247e5e56..7fd00bcb5a 100644 --- a/tests/distributions/test_mixture.py +++ b/tests/distributions/test_mixture.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_multivariate.py b/tests/distributions/test_multivariate.py index cfd50fdd71..603767e094 100644 --- a/tests/distributions/test_multivariate.py +++ b/tests/distributions/test_multivariate.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_shape_utils.py b/tests/distributions/test_shape_utils.py index f381d6db48..8579bfd8e1 100644 --- a/tests/distributions/test_shape_utils.py +++ b/tests/distributions/test_shape_utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_simulator.py b/tests/distributions/test_simulator.py index 8732613864..29f2f3c229 100644 --- a/tests/distributions/test_simulator.py +++ b/tests/distributions/test_simulator.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_timeseries.py b/tests/distributions/test_timeseries.py index 580b783d04..197296a5a4 100644 --- a/tests/distributions/test_timeseries.py +++ b/tests/distributions/test_timeseries.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_transform.py b/tests/distributions/test_transform.py index f1d71504ce..12d9b438b5 100644 --- a/tests/distributions/test_transform.py +++ b/tests/distributions/test_transform.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/distributions/test_truncated.py b/tests/distributions/test_truncated.py index 5ef28791d9..0be89abd8f 100644 --- a/tests/distributions/test_truncated.py +++ b/tests/distributions/test_truncated.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/gp/__init__.py b/tests/gp/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/gp/__init__.py +++ b/tests/gp/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/gp/test_cov.py b/tests/gp/test_cov.py index 5a0d962747..9334d05831 100644 --- a/tests/gp/test_cov.py +++ b/tests/gp/test_cov.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/gp/test_gp.py b/tests/gp/test_gp.py index 3d620610fd..1b86103d3b 100644 --- a/tests/gp/test_gp.py +++ b/tests/gp/test_gp.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/gp/test_hsgp_approx.py b/tests/gp/test_hsgp_approx.py index db03c8b8bc..2848c7a64c 100644 --- a/tests/gp/test_hsgp_approx.py +++ b/tests/gp/test_hsgp_approx.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/gp/test_mean.py b/tests/gp/test_mean.py index af7943397e..83422b0a72 100644 --- a/tests/gp/test_mean.py +++ b/tests/gp/test_mean.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/gp/test_util.py b/tests/gp/test_util.py index 5abbdd6fd5..561535c266 100644 --- a/tests/gp/test_util.py +++ b/tests/gp/test_util.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/helpers.py b/tests/helpers.py index e4b6248930..d2638e7427 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/__init__.py b/tests/logprob/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/logprob/__init__.py +++ b/tests/logprob/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_abstract.py b/tests/logprob/test_abstract.py index 3976066e60..5d8024cdca 100644 --- a/tests/logprob/test_abstract.py +++ b/tests/logprob/test_abstract.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_basic.py b/tests/logprob/test_basic.py index cfbd70b504..64cbf63b3e 100644 --- a/tests/logprob/test_basic.py +++ b/tests/logprob/test_basic.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_binary.py b/tests/logprob/test_binary.py index e56a248741..b8069517e3 100644 --- a/tests/logprob/test_binary.py +++ b/tests/logprob/test_binary.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_censoring.py b/tests/logprob/test_censoring.py index ccbbb38bc2..c778f7a9b4 100644 --- a/tests/logprob/test_censoring.py +++ b/tests/logprob/test_censoring.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_checks.py b/tests/logprob/test_checks.py index db60c573e1..3a13f2a52a 100644 --- a/tests/logprob/test_checks.py +++ b/tests/logprob/test_checks.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_composite_logprob.py b/tests/logprob/test_composite_logprob.py index b249a167fe..7155904e45 100644 --- a/tests/logprob/test_composite_logprob.py +++ b/tests/logprob/test_composite_logprob.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_cumsum.py b/tests/logprob/test_cumsum.py index 552cea92d0..a1b7b8d900 100644 --- a/tests/logprob/test_cumsum.py +++ b/tests/logprob/test_cumsum.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_linalg.py b/tests/logprob/test_linalg.py index 047a0312b9..ca1741f11c 100644 --- a/tests/logprob/test_linalg.py +++ b/tests/logprob/test_linalg.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_mixture.py b/tests/logprob/test_mixture.py index 61a78bf4db..ffb2bf07c0 100644 --- a/tests/logprob/test_mixture.py +++ b/tests/logprob/test_mixture.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_order.py b/tests/logprob/test_order.py index e08bbf4571..1b1fbac636 100644 --- a/tests/logprob/test_order.py +++ b/tests/logprob/test_order.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_rewriting.py b/tests/logprob/test_rewriting.py index 5f1fe55586..e754a7d3f3 100644 --- a/tests/logprob/test_rewriting.py +++ b/tests/logprob/test_rewriting.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_scan.py b/tests/logprob/test_scan.py index 17fb198ca2..6190808da7 100644 --- a/tests/logprob/test_scan.py +++ b/tests/logprob/test_scan.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_tensor.py b/tests/logprob/test_tensor.py index e118ed69f2..df5c7052f8 100644 --- a/tests/logprob/test_tensor.py +++ b/tests/logprob/test_tensor.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_transform_value.py b/tests/logprob/test_transform_value.py index 491a38086c..19dcf840e9 100644 --- a/tests/logprob/test_transform_value.py +++ b/tests/logprob/test_transform_value.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_transforms.py b/tests/logprob/test_transforms.py index 17fe096e92..2ab30235bd 100644 --- a/tests/logprob/test_transforms.py +++ b/tests/logprob/test_transforms.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/test_utils.py b/tests/logprob/test_utils.py index a982076db7..e47bd58142 100644 --- a/tests/logprob/test_utils.py +++ b/tests/logprob/test_utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/logprob/utils.py b/tests/logprob/utils.py index e5aa36b830..a9f2ae92c7 100644 --- a/tests/logprob/utils.py +++ b/tests/logprob/utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/model/__init__.py b/tests/model/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/model/__init__.py +++ b/tests/model/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/model/test_core.py b/tests/model/test_core.py index 2d3786637f..9b9c673f30 100644 --- a/tests/model/test_core.py +++ b/tests/model/test_core.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/model/test_fgraph.py b/tests/model/test_fgraph.py index 9a65be36b7..178eb39683 100644 --- a/tests/model/test_fgraph.py +++ b/tests/model/test_fgraph.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/model/transform/__init__.py b/tests/model/transform/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/model/transform/__init__.py +++ b/tests/model/transform/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/model/transform/test_basic.py b/tests/model/transform/test_basic.py index b62edaafc6..25bf2324ec 100644 --- a/tests/model/transform/test_basic.py +++ b/tests/model/transform/test_basic.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/model/transform/test_conditioning.py b/tests/model/transform/test_conditioning.py index 2aba88b99d..c3dee552b8 100644 --- a/tests/model/transform/test_conditioning.py +++ b/tests/model/transform/test_conditioning.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/model/transform/test_optimization.py b/tests/model/transform/test_optimization.py index 9b697f6305..428bc868ce 100644 --- a/tests/model/transform/test_optimization.py +++ b/tests/model/transform/test_optimization.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/models.py b/tests/models.py index abf461fa90..fd3c52aa65 100644 --- a/tests/models.py +++ b/tests/models.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/ode/__init__.py b/tests/ode/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/ode/__init__.py +++ b/tests/ode/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/ode/test_ode.py b/tests/ode/test_ode.py index 42f4d35fb7..affe5380fd 100644 --- a/tests/ode/test_ode.py +++ b/tests/ode/test_ode.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/ode/test_utils.py b/tests/ode/test_utils.py index d6edafbd43..4b938b1202 100644 --- a/tests/ode/test_utils.py +++ b/tests/ode/test_utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/sampler_fixtures.py b/tests/sampler_fixtures.py index bd3269364c..d6fb6255b9 100644 --- a/tests/sampler_fixtures.py +++ b/tests/sampler_fixtures.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/sampling/__init__.py b/tests/sampling/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/sampling/__init__.py +++ b/tests/sampling/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/sampling/test_deterministic.py b/tests/sampling/test_deterministic.py index f42e1d7eba..dcfb548cf8 100644 --- a/tests/sampling/test_deterministic.py +++ b/tests/sampling/test_deterministic.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/sampling/test_forward.py b/tests/sampling/test_forward.py index 404f74a961..bee0d2f792 100644 --- a/tests/sampling/test_forward.py +++ b/tests/sampling/test_forward.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/sampling/test_jax.py b/tests/sampling/test_jax.py index d6a8d1021b..ddec60e539 100644 --- a/tests/sampling/test_jax.py +++ b/tests/sampling/test_jax.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/sampling/test_mcmc.py b/tests/sampling/test_mcmc.py index 41b068e042..409ab6ff86 100644 --- a/tests/sampling/test_mcmc.py +++ b/tests/sampling/test_mcmc.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/sampling/test_mcmc_external.py b/tests/sampling/test_mcmc_external.py index 3305d018f1..4ab3ed5e87 100644 --- a/tests/sampling/test_mcmc_external.py +++ b/tests/sampling/test_mcmc_external.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/sampling/test_parallel.py b/tests/sampling/test_parallel.py index c16489610f..795c08ca0c 100644 --- a/tests/sampling/test_parallel.py +++ b/tests/sampling/test_parallel.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/sampling/test_population.py b/tests/sampling/test_population.py index 4e3d91bcbb..f9ea506d22 100644 --- a/tests/sampling/test_population.py +++ b/tests/sampling/test_population.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/smc/__init__.py b/tests/smc/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/smc/__init__.py +++ b/tests/smc/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/smc/test_smc.py b/tests/smc/test_smc.py index 09ba48dc7d..493c0c8daa 100644 --- a/tests/smc/test_smc.py +++ b/tests/smc/test_smc.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/stats/__init__.py b/tests/stats/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/stats/__init__.py +++ b/tests/stats/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/stats/test_convergence.py b/tests/stats/test_convergence.py index f468fc5e5b..1f7ba44791 100644 --- a/tests/stats/test_convergence.py +++ b/tests/stats/test_convergence.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/stats/test_log_density.py b/tests/stats/test_log_density.py index 00ee5d4995..7b2eb3774e 100644 --- a/tests/stats/test_log_density.py +++ b/tests/stats/test_log_density.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/step_methods/__init__.py b/tests/step_methods/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/step_methods/__init__.py +++ b/tests/step_methods/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/step_methods/hmc/__init__.py b/tests/step_methods/hmc/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/step_methods/hmc/__init__.py +++ b/tests/step_methods/hmc/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/step_methods/hmc/test_hmc.py b/tests/step_methods/hmc/test_hmc.py index d228820328..774bb40927 100644 --- a/tests/step_methods/hmc/test_hmc.py +++ b/tests/step_methods/hmc/test_hmc.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/step_methods/hmc/test_nuts.py b/tests/step_methods/hmc/test_nuts.py index d37782fb78..432418a33a 100644 --- a/tests/step_methods/hmc/test_nuts.py +++ b/tests/step_methods/hmc/test_nuts.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/step_methods/hmc/test_quadpotential.py b/tests/step_methods/hmc/test_quadpotential.py index cafb788ccf..e9cf3fa5d6 100644 --- a/tests/step_methods/hmc/test_quadpotential.py +++ b/tests/step_methods/hmc/test_quadpotential.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/step_methods/test_compound.py b/tests/step_methods/test_compound.py index 556deffe32..6c8957f9b3 100644 --- a/tests/step_methods/test_compound.py +++ b/tests/step_methods/test_compound.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/step_methods/test_metropolis.py b/tests/step_methods/test_metropolis.py index 0a81797b3c..234dabb5a4 100644 --- a/tests/step_methods/test_metropolis.py +++ b/tests/step_methods/test_metropolis.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/step_methods/test_slicer.py b/tests/step_methods/test_slicer.py index 899d4ec9ec..4f1ccb1110 100644 --- a/tests/step_methods/test_slicer.py +++ b/tests/step_methods/test_slicer.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/step_methods/test_state.py b/tests/step_methods/test_state.py index e6a39264db..dd351bb555 100644 --- a/tests/step_methods/test_state.py +++ b/tests/step_methods/test_state.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_data.py b/tests/test_data.py index 2ba66dc744..f5de9b12f5 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_func_utils.py b/tests/test_func_utils.py index ff4de87096..e0815c86c7 100644 --- a/tests/test_func_utils.py +++ b/tests/test_func_utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_initial_point.py b/tests/test_initial_point.py index 9138f37b3e..bda39bd1f6 100644 --- a/tests/test_initial_point.py +++ b/tests/test_initial_point.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_math.py b/tests/test_math.py index 40c3b70db5..3f811fc2b7 100644 --- a/tests/test_math.py +++ b/tests/test_math.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_model_graph.py b/tests/test_model_graph.py index 866253f4e7..70c10d4106 100644 --- a/tests/test_model_graph.py +++ b/tests/test_model_graph.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_printing.py b/tests/test_printing.py index 832699c20d..917a2d1ee2 100644 --- a/tests/test_printing.py +++ b/tests/test_printing.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_pytensorf.py b/tests/test_pytensorf.py index f8353ce9cc..0ea18dabe3 100644 --- a/tests/test_pytensorf.py +++ b/tests/test_pytensorf.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_testing.py b/tests/test_testing.py index cdaf5b41e6..c8caf063c2 100644 --- a/tests/test_testing.py +++ b/tests/test_testing.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_util.py b/tests/test_util.py index 8771bb0515..98cc168f0e 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/tuning/__init__.py b/tests/tuning/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/tuning/__init__.py +++ b/tests/tuning/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/tuning/test_scaling.py b/tests/tuning/test_scaling.py index d8f5428664..d3e0607149 100644 --- a/tests/tuning/test_scaling.py +++ b/tests/tuning/test_scaling.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/tuning/test_starting.py b/tests/tuning/test_starting.py index 8fd41a0522..0b19aa57ff 100644 --- a/tests/tuning/test_starting.py +++ b/tests/tuning/test_starting.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/variational/__init__.py b/tests/variational/__init__.py index ae0da7db23..1cfcbd166f 100644 --- a/tests/variational/__init__.py +++ b/tests/variational/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/variational/test_approximations.py b/tests/variational/test_approximations.py index 7f088766fe..ab30e9bbe3 100644 --- a/tests/variational/test_approximations.py +++ b/tests/variational/test_approximations.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/variational/test_callbacks.py b/tests/variational/test_callbacks.py index 2c314ee296..dd8c66737f 100644 --- a/tests/variational/test_callbacks.py +++ b/tests/variational/test_callbacks.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/variational/test_inference.py b/tests/variational/test_inference.py index 5fb4237e9a..10b824179d 100644 --- a/tests/variational/test_inference.py +++ b/tests/variational/test_inference.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/variational/test_minibatch_rv.py b/tests/variational/test_minibatch_rv.py index 6f3e715af7..84d118c581 100644 --- a/tests/variational/test_minibatch_rv.py +++ b/tests/variational/test_minibatch_rv.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/variational/test_opvi.py b/tests/variational/test_opvi.py index 43ba772216..d692b30014 100644 --- a/tests/variational/test_opvi.py +++ b/tests/variational/test_opvi.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/variational/test_updates.py b/tests/variational/test_updates.py index 9f591675bb..1ddd78b5b6 100644 --- a/tests/variational/test_updates.py +++ b/tests/variational/test_updates.py @@ -1,4 +1,4 @@ -# Copyright 2024 The PyMC Developers +# Copyright 2024 - present The PyMC Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.