Skip to content

Commit

Permalink
Updating version information
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan1997 committed Jul 24, 2024
1 parent f1aa438 commit 48dcc57
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 82 deletions.
10 changes: 5 additions & 5 deletions mla/analysis.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'
from typing import List, Tuple, Type
from dataclasses import dataclass, field
Expand Down
10 changes: 5 additions & 5 deletions mla/configurable.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'

import dataclasses
Expand Down
10 changes: 5 additions & 5 deletions mla/data_handlers.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'

from typing import Tuple
Expand Down
10 changes: 5 additions & 5 deletions mla/minimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'

from typing import List, Optional, Tuple
Expand Down
10 changes: 5 additions & 5 deletions mla/params.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'

from typing import List, Optional
Expand Down
10 changes: 5 additions & 5 deletions mla/sob_terms.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'

from typing import List
Expand Down
10 changes: 5 additions & 5 deletions mla/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'

import dataclasses
Expand Down
10 changes: 5 additions & 5 deletions mla/test_statistics.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'

from typing import Dict, List, Optional
Expand Down
10 changes: 10 additions & 0 deletions mla/threeml/IceCubeLike.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected]'
__status__ = 'Development'

from __future__ import print_function
from __future__ import division
from past.utils import old_div
Expand Down
16 changes: 8 additions & 8 deletions mla/threeml/data_handlers.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected].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__ = '[email protected].edu'
__status__ = 'Development'

import dataclasses

Expand Down
10 changes: 10 additions & 0 deletions mla/threeml/profilellh.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected]'
__status__ = 'Development'

from threeML.plugin_prototype import PluginPrototype
from scipy.interpolate import RegularGridInterpolator
import pandas as pd
Expand Down
16 changes: 8 additions & 8 deletions mla/threeml/sob_terms.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected].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__ = '[email protected].edu'
__status__ = 'Development'

import dataclasses

Expand Down
10 changes: 5 additions & 5 deletions mla/threeml/spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'


Expand Down
10 changes: 5 additions & 5 deletions mla/time_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected].edu'
__version__ = '1.4.1'
__maintainer__ = 'Jason Fan'
__email__ = '[email protected].edu'
__status__ = 'Development'

from typing import Callable, ClassVar, Dict, List, Optional, Tuple
Expand Down
16 changes: 8 additions & 8 deletions mla/trial_generators.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected].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__ = '[email protected].edu'
__status__ = 'Development'

import dataclasses

Expand Down
16 changes: 8 additions & 8 deletions mla/utility_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected].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__ = '[email protected].edu'
__status__ = 'Development'

import numpy as np

Expand Down

0 comments on commit 48dcc57

Please sign in to comment.