From 48dcc570144c016ce83684cf631465e87f0efc52 Mon Sep 17 00:00:00 2001 From: Jason Fan Date: Wed, 24 Jul 2024 10:37:53 -0400 Subject: [PATCH] Updating version information --- mla/analysis.py | 10 +++++----- mla/configurable.py | 10 +++++----- mla/data_handlers.py | 10 +++++----- mla/minimizers.py | 10 +++++----- mla/params.py | 10 +++++----- mla/sob_terms.py | 10 +++++----- mla/sources.py | 10 +++++----- mla/test_statistics.py | 10 +++++----- mla/threeml/IceCubeLike.py | 10 ++++++++++ mla/threeml/data_handlers.py | 16 ++++++++-------- mla/threeml/profilellh.py | 10 ++++++++++ mla/threeml/sob_terms.py | 16 ++++++++-------- mla/threeml/spectral.py | 10 +++++----- mla/time_profiles.py | 10 +++++----- mla/trial_generators.py | 16 ++++++++-------- mla/utility_functions.py | 16 ++++++++-------- 16 files changed, 102 insertions(+), 82 deletions(-) diff --git a/mla/analysis.py b/mla/analysis.py index c8ecb23b..423bad84 100644 --- a/mla/analysis.py +++ b/mla/analysis.py @@ -1,12 +1,12 @@ """Docstring""" -__author__ = 'John Evans' -__copyright__ = 'Copyright 2021 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' from typing import List, Tuple, Type from dataclasses import dataclass, field diff --git a/mla/configurable.py b/mla/configurable.py index ed98a6bd..2db30e66 100644 --- a/mla/configurable.py +++ b/mla/configurable.py @@ -1,12 +1,12 @@ """Docstring""" -__author__ = 'John Evans' -__copyright__ = 'Copyright 2021 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' import dataclasses diff --git a/mla/data_handlers.py b/mla/data_handlers.py index 6fc1d23d..8fa2b31a 100644 --- a/mla/data_handlers.py +++ b/mla/data_handlers.py @@ -1,12 +1,12 @@ """Docstring""" -__author__ = 'John Evans' -__copyright__ = 'Copyright 2021 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' from typing import Tuple diff --git a/mla/minimizers.py b/mla/minimizers.py index 5cd8467f..f91f973c 100644 --- a/mla/minimizers.py +++ b/mla/minimizers.py @@ -3,13 +3,13 @@ in any class. """ -__author__ = 'John Evans' -__copyright__ = 'Copyright 2021 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' from typing import List, Optional, Tuple diff --git a/mla/params.py b/mla/params.py index 9b1fae0a..ad7fadf0 100644 --- a/mla/params.py +++ b/mla/params.py @@ -1,12 +1,12 @@ """Docstring""" -__author__ = 'John Evans' -__copyright__ = 'Copyright 2021 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' from typing import List, Optional diff --git a/mla/sob_terms.py b/mla/sob_terms.py index 97cb03d9..5a022e2f 100644 --- a/mla/sob_terms.py +++ b/mla/sob_terms.py @@ -1,12 +1,12 @@ """Docstring""" -__author__ = 'John Evans' -__copyright__ = 'Copyright 2021 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' from typing import List diff --git a/mla/sources.py b/mla/sources.py index f8806d09..ee937d76 100644 --- a/mla/sources.py +++ b/mla/sources.py @@ -2,13 +2,13 @@ Docstring """ -__author__ = 'John Evans' -__copyright__ = 'Copyright 2020 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' import dataclasses diff --git a/mla/test_statistics.py b/mla/test_statistics.py index 79def8e6..174aba92 100644 --- a/mla/test_statistics.py +++ b/mla/test_statistics.py @@ -1,12 +1,12 @@ """Docstring""" -__author__ = 'John Evans' -__copyright__ = 'Copyright 2021 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' from typing import Dict, List, Optional diff --git a/mla/threeml/IceCubeLike.py b/mla/threeml/IceCubeLike.py index 4578f55e..a6862502 100644 --- a/mla/threeml/IceCubeLike.py +++ b/mla/threeml/IceCubeLike.py @@ -1,4 +1,14 @@ """Docstring""" + +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' +__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] +__license__ = 'Apache License 2.0' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' +__status__ = 'Development' + from __future__ import print_function from __future__ import division from past.utils import old_div diff --git a/mla/threeml/data_handlers.py b/mla/threeml/data_handlers.py index bc91ea89..8d65bd1c 100644 --- a/mla/threeml/data_handlers.py +++ b/mla/threeml/data_handlers.py @@ -1,13 +1,13 @@ """Docstring""" -__author__ = "John Evans" -__copyright__ = "Copyright 2021 John Evans" -__credits__ = ["John Evans", "Jason Fan", "Michael Larson"] -__license__ = "Apache License 2.0" -__version__ = "0.0.1" -__maintainer__ = "John Evans" -__email__ = "john.evans@icecube.wisc.edu" -__status__ = "Development" +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' +__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] +__license__ = 'Apache License 2.0' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' +__status__ = 'Development' import dataclasses diff --git a/mla/threeml/profilellh.py b/mla/threeml/profilellh.py index 102a9e87..3bfe3862 100644 --- a/mla/threeml/profilellh.py +++ b/mla/threeml/profilellh.py @@ -1,4 +1,14 @@ """Docstring""" + +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' +__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] +__license__ = 'Apache License 2.0' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' +__status__ = 'Development' + from threeML.plugin_prototype import PluginPrototype from scipy.interpolate import RegularGridInterpolator import pandas as pd diff --git a/mla/threeml/sob_terms.py b/mla/threeml/sob_terms.py index 9c95ad86..ff7ce5a9 100644 --- a/mla/threeml/sob_terms.py +++ b/mla/threeml/sob_terms.py @@ -1,13 +1,13 @@ """Docstring""" -__author__ = "John Evans" -__copyright__ = "Copyright 2021 John Evans" -__credits__ = ["John Evans", "Jason Fan", "Michael Larson"] -__license__ = "Apache License 2.0" -__version__ = "0.0.1" -__maintainer__ = "John Evans" -__email__ = "john.evans@icecube.wisc.edu" -__status__ = "Development" +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' +__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] +__license__ = 'Apache License 2.0' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' +__status__ = 'Development' import dataclasses diff --git a/mla/threeml/spectral.py b/mla/threeml/spectral.py index b32a666e..986ec3a5 100644 --- a/mla/threeml/spectral.py +++ b/mla/threeml/spectral.py @@ -5,13 +5,13 @@ """ -__author__ = 'John Evans' -__copyright__ = 'Copyright 2020 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' diff --git a/mla/time_profiles.py b/mla/time_profiles.py index 95362895..06fb3931 100644 --- a/mla/time_profiles.py +++ b/mla/time_profiles.py @@ -4,13 +4,13 @@ inherit from to create other time profiles. """ -__author__ = 'John Evans' -__copyright__ = 'Copyright 2020 John Evans' +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' __credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] __license__ = 'Apache License 2.0' -__version__ = '0.0.1' -__maintainer__ = 'John Evans' -__email__ = 'john.evans@icecube.wisc.edu' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' __status__ = 'Development' from typing import Callable, ClassVar, Dict, List, Optional, Tuple diff --git a/mla/trial_generators.py b/mla/trial_generators.py index 1ac312c0..10939a00 100644 --- a/mla/trial_generators.py +++ b/mla/trial_generators.py @@ -1,13 +1,13 @@ """Docstring""" -__author__ = "John Evans" -__copyright__ = "Copyright 2021 John Evans" -__credits__ = ["John Evans", "Jason Fan", "Michael Larson"] -__license__ = "Apache License 2.0" -__version__ = "0.0.1" -__maintainer__ = "John Evans" -__email__ = "john.evans@icecube.wisc.edu" -__status__ = "Development" +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' +__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] +__license__ = 'Apache License 2.0' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' +__status__ = 'Development' import dataclasses diff --git a/mla/utility_functions.py b/mla/utility_functions.py index 825d7f81..a4eb7f4e 100644 --- a/mla/utility_functions.py +++ b/mla/utility_functions.py @@ -2,14 +2,14 @@ Math functions needed for this package """ -__author__ = "John Evans" -__copyright__ = "Copyright 2021 John Evans" -__credits__ = ["John Evans", "Jason Fan", "Michael Larson"] -__license__ = "Apache License 2.0" -__version__ = "0.0.1" -__maintainer__ = "John Evans" -__email__ = "john.evans@icecube.wisc.edu" -__status__ = "Development" +__author__ = 'John Evans and Jason Fan' +__copyright__ = 'Copyright 2024' +__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] +__license__ = 'Apache License 2.0' +__version__ = '1.4.1' +__maintainer__ = 'Jason Fan' +__email__ = 'klfan@terpmail.umd.edu' +__status__ = 'Development' import numpy as np