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 10fd36fd944..477e48254a3 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 1217c81ed2f..7443280d346 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 7485cef65ee..381dd7ee5e6 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 a828b72827f..684feac11f6 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 2f7f80bfad4..4de3063d047 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 882412ce2da..d3f7620882e 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 d1c27b787b1..f0f0eec9634 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 5a2a043a396..993acc0df4c 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 3d2c8fd9e7e..9bc8ff10432 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 70ca60879c5..a08fc8f47e7 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 9a630ee242f..d2ab860bd3f 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 e9aba5fe0d5..eba9f2fee75 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 2aad6561285..9f9e27cebfb 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 997f0ccb3c7..cf87dd18e85 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 442ebddc712..c5782670918 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 4be21b1c9d9..77c52023b93 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 3746f90facc..91a6ca65de1 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 3238680bb3f..86aba120431 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 979f81dba0c..d2f35c80071 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 1cdb3b29458..3f675406f41 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 0d1c58cf17a..b2ec6fb79b4 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 dc704e5121d..303f2793db5 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 8aafdb37a2a..b61e8b64005 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 f025733726e..f183ace5dbb 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 e44008fe652..7bcf8be12a1 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 f2b21763c0f..7dd0d94414e 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 aeacf8346ad..9e7fcd08d7d 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 3ec863d7a59..fb5e5e74209 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 fe036c2bc46..c8ca8d0554c 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 36b43952637..4b984e4c41d 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 652c2ae5a43..b07c0c2887e 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 72dc3b1a962..e7acb3dff0b 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 15a49efeb6e..4ddf1c9e42f 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 d9f3577280e..6bfabe00068 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 3a4b453839c..c31a6a613ea 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 e331aab8f5d..9bad17ce87e 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 827b5db6e4e..01871afa8e6 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 3aaf85ab54e..f969e0e844b 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 241409f6834..ba3a0ea85cd 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 4dea34312f0..2e67a6c55bf 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 281b4fb1846..5c7f28e6614 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 7753678d2ef..6fd4a5489ea 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 9d0985a2cf3..27449e2d2cc 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 e17d30a43d2..411b8162a81 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 c8c21ef61c2..9ac12a1e101 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 4fd5a6eaeb0..9dd92611ad4 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 226b24a07d1..bd5ac33261e 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 1ebb29638e6..ce6a11d208e 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 6eceb819dd8..30f6a325655 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 76baf31dfa3..b5a6b23a090 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 8f6942458ed..27d562523a9 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 abb5df2ab56..3d577aac9a1 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 1b5d4cd8170..4a28d5cd4af 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 930bf1f4eb5..8446874996a 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 9865226e425..e1fdc903ee0 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 2f7527e1137..1845dd51116 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 4caa7013786..f824e50b4f4 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 99711e566ed..cef6cd6d1b0 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 fa5e34a7d18..5dc47fe0ee5 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 008e6f8ff09..6c6610b7073 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 3d756785a5d..fcf42fdf8c1 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 23e0175503b..4d9f0553a15 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 187e4ee4448..9848d89d7fd 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 b3b98477276..f31a33770d8 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 d10034e3f4a..e91751ec8b7 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 ca01af13b65..7c7e858ad08 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 3ad05b1e143..1ba99feab07 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 cc938faa946..49068d5369f 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 946a8a213b6..c4376d306ef 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 f665d5931cb..1f390b1771f 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 bb5206ecc8f..362f7a83278 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 3d8398c3a7e..85ce0a11648 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 c07683555aa..0abe0d66b3f 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 43e1baa87fa..5b20e12188d 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 ca91325ff16..ce05d3f5893 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 28e74d5e8ae..3c2a8c9a36c 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 b8a7ba593a7..80c79f0ee38 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 4d6f90eab31..d3a0803305d 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 db1b0cf5bb4..a5c86b5609d 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 b1ae52e0301..a4e8248814f 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 4b94e3e064a..1ded55a5e21 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 eee6677825c..d32831c8bef 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 266ceaac1fc..c4b1048d9cb 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 47fabc10ddd..733eed5ed6c 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 d15b14499c2..0c20e09a474 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 1fcb3d2673f..9b841d0acc9 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 8ec9f91ace4..e51cef77842 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 564daebed44..e8c96e8c4bd 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 a5ebbd7a8c1..565c1fd78be 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 067cd239f80..4eb7a15d8f3 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 770605f4b78..bbda728e801 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 2c1b500cc63..dd7ad6922b1 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 64455c89305..8e22218a130 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 73574c025b3..ecc79676146 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 ec7bbbae483..46db3c13ec7 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 c0fdb934a36..6cfd79c19a5 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 cc7433980c2..1906780489b 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 f2920849b92..ac6f66a5ced 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 d07f8c86452..3fbbff61d72 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 22d3ffb415c..2fbbba63393 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 63576676eb2..8dc7d168048 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 785fb11cb08..23fd0212a34 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 6fad3c10b13..29b70931087 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 caf6c89cce4..8beba7bd929 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 29800e0541c..d9da7fb786b 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 f9227f8131a..163cec4727f 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 fc1226be1fc..502fe13ab99 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 034e2fed87c..140b4f27665 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 bf3a41ca0fc..0534bb6fa4e 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 26ad0619316..f8e80f5b86f 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 234d3075006..6354448c601 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 2f145aa9b7b..955c86a4a49 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 8482d00d190..99bcadd86aa 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 c263f958458..135a9344ff7 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 997d5084cba..9bc5330969f 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 ae0da7db238..1cfcbd166fb 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 c7a3bdcec3b..a4f28a12620 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 18599738ae3..3c06288b356 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 3dd6c6e644b..0f450119a71 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 23240af3771..e72731af6b8 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 f1050ef0f14..a74e9f3ad77 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 32f508ef1ae..af9c9e0a066 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 306102e3bb5..24175ee0db9 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 ae0da7db238..1cfcbd166fb 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 ae0da7db238..1cfcbd166fb 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 f3a9ebe73cd..abfa9ee3767 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 9ce836cfc88..6e8b0f9dcd2 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 2864335e347..cfdd0b3d60f 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 5f2cef54f02..d3de7cf4f7e 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 e9be2cededd..24eeb504c90 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 be98fccb3dc..39b9cfdd04b 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 cd45b54d497..df97905073a 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 0e247e5e560..7fd00bcb5ae 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 cfd50fdd719..603767e0948 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 f381d6db48e..8579bfd8e15 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 8732613864b..29f2f3c2295 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 580b783d041..197296a5a42 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 f1d71504ce4..12d9b438b5c 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 5ef28791d9b..0be89abd8f9 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 ae0da7db238..1cfcbd166fb 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 5a0d9627470..9334d058318 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 3d620610fd7..1b86103d3b1 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 db03c8b8bcf..2848c7a64cb 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 af7943397eb..83422b0a72e 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 5abbdd6fd56..561535c266b 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 e4b6248930a..d2638e74275 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 ae0da7db238..1cfcbd166fb 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 3976066e604..5d8024cdcaf 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 cfbd70b5047..64cbf63b3e1 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 e56a248741f..b8069517e32 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 ccbbb38bc29..c778f7a9b4a 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 db60c573e1a..3a13f2a52a4 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 b249a167fe2..7155904e45d 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 552cea92d0e..a1b7b8d9009 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 047a0312b94..ca1741f11c8 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 61a78bf4dbc..ffb2bf07c0e 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 e08bbf4571b..1b1fbac6361 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 5f1fe555863..e754a7d3f3a 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 17fb198ca21..6190808da75 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 e118ed69f2b..df5c7052f80 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 491a38086cc..19dcf840e9f 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 17fe096e927..2ab30235bd1 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 a982076db73..e47bd581429 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 e5aa36b8301..a9f2ae92c76 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 ae0da7db238..1cfcbd166fb 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 2d3786637f8..9b9c673f30c 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 9a65be36b78..178eb396831 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 ae0da7db238..1cfcbd166fb 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 b62edaafc67..25bf2324ecb 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 2aba88b99d1..c3dee552b85 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 9b697f6305f..428bc868ce8 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 abf461fa909..fd3c52aa659 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 ae0da7db238..1cfcbd166fb 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 42f4d35fb7e..affe5380fdc 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 d6edafbd439..4b938b12022 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 bd3269364c8..d6fb6255b9f 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 ae0da7db238..1cfcbd166fb 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 f42e1d7ebae..dcfb548cf8d 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 404f74a961c..bee0d2f792a 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 d6a8d1021b7..ddec60e539e 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 41b068e0427..409ab6ff867 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 3305d018f1c..4ab3ed5e87c 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 c16489610fd..795c08ca0c3 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 4e3d91bcbb8..f9ea506d228 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 ae0da7db238..1cfcbd166fb 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 09ba48dc7d2..493c0c8daae 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 ae0da7db238..1cfcbd166fb 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 f468fc5e5bf..1f7ba44791a 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 00ee5d49957..7b2eb3774eb 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 ae0da7db238..1cfcbd166fb 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 ae0da7db238..1cfcbd166fb 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 d2288203283..774bb409272 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 d37782fb786..432418a33a4 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 cafb788ccf4..e9cf3fa5d62 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 556deffe320..6c8957f9b31 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 0a81797b3c6..234dabb5a42 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 899d4ec9ec9..4f1ccb11106 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 e6a39264dbe..dd351bb5553 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 2ba66dc7440..f5de9b12f50 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 ff4de870966..e0815c86c7b 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 9138f37b3e7..bda39bd1f6e 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 40c3b70db5b..3f811fc2b74 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 866253f4e71..70c10d41067 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 832699c20d4..917a2d1ee27 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 f8353ce9cc2..0ea18dabe35 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 cdaf5b41e60..c8caf063c2f 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 8771bb05157..98cc168f0e4 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 ae0da7db238..1cfcbd166fb 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 d8f54286645..d3e06071490 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 8fd41a0522b..0b19aa57ffb 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 ae0da7db238..1cfcbd166fb 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 7f088766fe2..ab30e9bbe3d 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 2c314ee296c..dd8c66737f8 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 5fb4237e9a3..10b824179d9 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 6f3e715af7e..84d118c5810 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 43ba772216f..d692b300142 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 9f591675bb4..1ddd78b5b6b 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.