diff --git a/README.md b/README.md index 4f00605..b6b2afc 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ docker run --gpus '"device=0"' -it \ ## Copyright -Copyright © 2019-2023 [The Van Valen Lab](http://www.vanvalen.caltech.edu/) at the California Institute of Technology (Caltech), with support from the Shurl and Kay Curci Foundation, Google Research Cloud, the Paul Allen Family Foundation, & National Institutes of Health (NIH) under Grant U24CA224309-01. +Copyright © 2019-2024 [The Van Valen Lab](http://www.vanvalen.caltech.edu/) at the California Institute of Technology (Caltech), with support from the Shurl and Kay Curci Foundation, Google Research Cloud, the Paul Allen Family Foundation, & National Institutes of Health (NIH) under Grant U24CA224309-01. All rights reserved. ## License diff --git a/deepcell_spots/__init__.py b/deepcell_spots/__init__.py index 3b51295..1e2b9bd 100644 --- a/deepcell_spots/__init__.py +++ b/deepcell_spots/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/_version.py b/deepcell_spots/_version.py index e05b885..7d80703 100644 --- a/deepcell_spots/_version.py +++ b/deepcell_spots/_version.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. @@ -27,10 +27,10 @@ __title__ = 'DeepCell-Spots' __description__ = 'Deep learning for fluorescent spot detection' __url__ = 'https://github.com/vanvalenlab/deepcell-spots' -__version__ = '0.3.2' +__version__ = '0.4.1' __download_url__ = '{}/tarball/{}'.format(__url__, __version__) __author__ = 'The Van Valen Lab' __author_email__ = 'vanvalen@caltech.edu' __license__ = 'LICENSE' -__copyright__ = 'Copyright 2019-2023 The Van Valen Lab at the ' \ +__copyright__ = 'Copyright 2019-2024 The Van Valen Lab at the ' \ 'California Institute of Technology (Caltech)' diff --git a/deepcell_spots/applications/__init__.py b/deepcell_spots/applications/__init__.py index 416de99..1fc9d5b 100644 --- a/deepcell_spots/applications/__init__.py +++ b/deepcell_spots/applications/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/applications/polaris.py b/deepcell_spots/applications/polaris.py index 724a9d5..cec72bd 100644 --- a/deepcell_spots/applications/polaris.py +++ b/deepcell_spots/applications/polaris.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/applications/polaris_test.py b/deepcell_spots/applications/polaris_test.py index 66843b2..b04a529 100644 --- a/deepcell_spots/applications/polaris_test.py +++ b/deepcell_spots/applications/polaris_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/applications/spot_decoding.py b/deepcell_spots/applications/spot_decoding.py index 37ac5d7..6dcdea0 100644 --- a/deepcell_spots/applications/spot_decoding.py +++ b/deepcell_spots/applications/spot_decoding.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/applications/spot_decoding_test.py b/deepcell_spots/applications/spot_decoding_test.py index a0e8728..955c218 100644 --- a/deepcell_spots/applications/spot_decoding_test.py +++ b/deepcell_spots/applications/spot_decoding_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/applications/spot_detection.py b/deepcell_spots/applications/spot_detection.py index eb90942..4248d09 100644 --- a/deepcell_spots/applications/spot_detection.py +++ b/deepcell_spots/applications/spot_detection.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/applications/spot_detection_test.py b/deepcell_spots/applications/spot_detection_test.py index ad9284c..6cfd3d7 100644 --- a/deepcell_spots/applications/spot_detection_test.py +++ b/deepcell_spots/applications/spot_detection_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/cluster_vis.py b/deepcell_spots/cluster_vis.py index 2513b50..004a9b7 100644 --- a/deepcell_spots/cluster_vis.py +++ b/deepcell_spots/cluster_vis.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/cluster_vis_test.py b/deepcell_spots/cluster_vis_test.py index ebb935d..54b3a3e 100644 --- a/deepcell_spots/cluster_vis_test.py +++ b/deepcell_spots/cluster_vis_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/decoding_functions.py b/deepcell_spots/decoding_functions.py index 854ddcb..36ee42b 100644 --- a/deepcell_spots/decoding_functions.py +++ b/deepcell_spots/decoding_functions.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/decoding_functions_test.py b/deepcell_spots/decoding_functions_test.py index 93cab1f..b30a921 100644 --- a/deepcell_spots/decoding_functions_test.py +++ b/deepcell_spots/decoding_functions_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/dotnet.py b/deepcell_spots/dotnet.py index 17d0297..ab7f453 100644 --- a/deepcell_spots/dotnet.py +++ b/deepcell_spots/dotnet.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/dotnet_losses.py b/deepcell_spots/dotnet_losses.py index 6f912d3..bffd6d4 100644 --- a/deepcell_spots/dotnet_losses.py +++ b/deepcell_spots/dotnet_losses.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/dotnet_losses_test.py b/deepcell_spots/dotnet_losses_test.py index 74141d8..40cd7d4 100644 --- a/deepcell_spots/dotnet_losses_test.py +++ b/deepcell_spots/dotnet_losses_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/dotnet_test.py b/deepcell_spots/dotnet_test.py index a85f43c..1c429ac 100644 --- a/deepcell_spots/dotnet_test.py +++ b/deepcell_spots/dotnet_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/image_alignment.py b/deepcell_spots/image_alignment.py index bf55fac..b35ab0b 100644 --- a/deepcell_spots/image_alignment.py +++ b/deepcell_spots/image_alignment.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/image_alignment_test.py b/deepcell_spots/image_alignment_test.py index 70d3106..aa80217 100644 --- a/deepcell_spots/image_alignment_test.py +++ b/deepcell_spots/image_alignment_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/image_generators.py b/deepcell_spots/image_generators.py index a6f2e9f..a861c0e 100644 --- a/deepcell_spots/image_generators.py +++ b/deepcell_spots/image_generators.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/image_generators_test.py b/deepcell_spots/image_generators_test.py index 1720f52..d9a393d 100644 --- a/deepcell_spots/image_generators_test.py +++ b/deepcell_spots/image_generators_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/multiplex.py b/deepcell_spots/multiplex.py index 77813af..dee21fa 100644 --- a/deepcell_spots/multiplex.py +++ b/deepcell_spots/multiplex.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/multiplex_test.py b/deepcell_spots/multiplex_test.py index 1d66626..8c7e89e 100644 --- a/deepcell_spots/multiplex_test.py +++ b/deepcell_spots/multiplex_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/point_metrics.py b/deepcell_spots/point_metrics.py index 57602e2..0369d87 100644 --- a/deepcell_spots/point_metrics.py +++ b/deepcell_spots/point_metrics.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/point_metrics_test.py b/deepcell_spots/point_metrics_test.py index db15a2f..e4030dc 100644 --- a/deepcell_spots/point_metrics_test.py +++ b/deepcell_spots/point_metrics_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/simulate_data.py b/deepcell_spots/simulate_data.py index e9c861c..905b930 100644 --- a/deepcell_spots/simulate_data.py +++ b/deepcell_spots/simulate_data.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/simulate_data_test.py b/deepcell_spots/simulate_data_test.py index 0304bcf..fab8662 100644 --- a/deepcell_spots/simulate_data_test.py +++ b/deepcell_spots/simulate_data_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/singleplex.py b/deepcell_spots/singleplex.py index 241f493..9b8c55b 100644 --- a/deepcell_spots/singleplex.py +++ b/deepcell_spots/singleplex.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/singleplex_test.py b/deepcell_spots/singleplex_test.py index d69a384..37647a6 100644 --- a/deepcell_spots/singleplex_test.py +++ b/deepcell_spots/singleplex_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/spot_em.py b/deepcell_spots/spot_em.py index 66182a7..e330622 100644 --- a/deepcell_spots/spot_em.py +++ b/deepcell_spots/spot_em.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/spot_em_test.py b/deepcell_spots/spot_em_test.py index fa19e07..e668cf1 100644 --- a/deepcell_spots/spot_em_test.py +++ b/deepcell_spots/spot_em_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/training.py b/deepcell_spots/training.py index ba8391e..633087a 100644 --- a/deepcell_spots/training.py +++ b/deepcell_spots/training.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/__init__.py b/deepcell_spots/utils/__init__.py index 963d705..726569c 100644 --- a/deepcell_spots/utils/__init__.py +++ b/deepcell_spots/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/augmentation_utils.py b/deepcell_spots/utils/augmentation_utils.py index 6afe6da..c205f71 100644 --- a/deepcell_spots/utils/augmentation_utils.py +++ b/deepcell_spots/utils/augmentation_utils.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/augmentation_utils_test.py b/deepcell_spots/utils/augmentation_utils_test.py index 750ec93..610608d 100644 --- a/deepcell_spots/utils/augmentation_utils_test.py +++ b/deepcell_spots/utils/augmentation_utils_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/data_utils.py b/deepcell_spots/utils/data_utils.py index 8d2e095..e9edbef 100644 --- a/deepcell_spots/utils/data_utils.py +++ b/deepcell_spots/utils/data_utils.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/data_utils_test.py b/deepcell_spots/utils/data_utils_test.py index bbcf240..6641a32 100644 --- a/deepcell_spots/utils/data_utils_test.py +++ b/deepcell_spots/utils/data_utils_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/postprocessing_utils.py b/deepcell_spots/utils/postprocessing_utils.py index 47bf26b..df53cd7 100644 --- a/deepcell_spots/utils/postprocessing_utils.py +++ b/deepcell_spots/utils/postprocessing_utils.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/postprocessing_utils_test.py b/deepcell_spots/utils/postprocessing_utils_test.py index f244bfa..47ac651 100644 --- a/deepcell_spots/utils/postprocessing_utils_test.py +++ b/deepcell_spots/utils/postprocessing_utils_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/preprocessing_utils.py b/deepcell_spots/utils/preprocessing_utils.py index 0b94850..2cb1daf 100644 --- a/deepcell_spots/utils/preprocessing_utils.py +++ b/deepcell_spots/utils/preprocessing_utils.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/preprocessing_utils_test.py b/deepcell_spots/utils/preprocessing_utils_test.py index cd73077..a52fb7a 100644 --- a/deepcell_spots/utils/preprocessing_utils_test.py +++ b/deepcell_spots/utils/preprocessing_utils_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/results_utils.py b/deepcell_spots/utils/results_utils.py index fcf5a43..45bc363 100644 --- a/deepcell_spots/utils/results_utils.py +++ b/deepcell_spots/utils/results_utils.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_spots/utils/results_utils_test.py b/deepcell_spots/utils/results_utils_test.py index 144cd75..50d666e 100644 --- a/deepcell_spots/utils/results_utils_test.py +++ b/deepcell_spots/utils/results_utils_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/setup.py b/setup.py index aaab05e..8ccede3 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 The Van Valen Lab at the California Institute of +# Copyright 2019-2024 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved.