diff --git a/CHANGES.rst b/CHANGES.rst index 79f1750..ffa153a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,11 @@ mkl_fft changelog ================= +1.3.9 +===== + +Updated code and build system to support NumPy 2.0 + 1.3.8 ===== diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 8e9737d..6b64c9d 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.3.8" %} +{% set version = "1.3.9" %} {% set buildnumber = 0 %} package: diff --git a/mkl_fft/__init__.py b/mkl_fft/__init__.py index e47030a..51ae19d 100644 --- a/mkl_fft/__init__.py +++ b/mkl_fft/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2019, Intel Corporation +# Copyright (c) 2017-2024, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_float_utils.py b/mkl_fft/_float_utils.py index f9f063c..3688f06 100644 --- a/mkl_fft/_float_utils.py +++ b/mkl_fft/_float_utils.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2023, Intel Corporation +# Copyright (c) 2017-2024, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_numpy_fft.py b/mkl_fft/_numpy_fft.py index e32403c..1ecf9b9 100644 --- a/mkl_fft/_numpy_fft.py +++ b/mkl_fft/_numpy_fft.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2023, Intel Corporation +# Copyright (c) 2017-2024, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_pydfti.pyx b/mkl_fft/_pydfti.pyx index 0ce8950..24762e1 100644 --- a/mkl_fft/_pydfti.pyx +++ b/mkl_fft/_pydfti.pyx @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2023, Intel Corporation +# Copyright (c) 2017-2024, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_scipy_fft.py b/mkl_fft/_scipy_fft.py index 5346e10..bdd5497 100644 --- a/mkl_fft/_scipy_fft.py +++ b/mkl_fft/_scipy_fft.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2023, Intel Corporation +# Copyright (c) 2017-2024, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_scipy_fft_backend.py b/mkl_fft/_scipy_fft_backend.py index fb1f841..51c8186 100644 --- a/mkl_fft/_scipy_fft_backend.py +++ b/mkl_fft/_scipy_fft_backend.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2019-2023, Intel Corporation +# Copyright (c) 2019-2024, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_version.py b/mkl_fft/_version.py index bb5a33c..9e86e88 100644 --- a/mkl_fft/_version.py +++ b/mkl_fft/_version.py @@ -1 +1 @@ -__version__ = '1.3.8' +__version__ = '1.3.9' diff --git a/mkl_fft/interfaces/__init__.py b/mkl_fft/interfaces/__init__.py index c714eba..a40be22 100644 --- a/mkl_fft/interfaces/__init__.py +++ b/mkl_fft/interfaces/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2023, Intel Corporation +# Copyright (c) 2017-2024, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/interfaces/numpy_fft.py b/mkl_fft/interfaces/numpy_fft.py index e05395c..a319661 100644 --- a/mkl_fft/interfaces/numpy_fft.py +++ b/mkl_fft/interfaces/numpy_fft.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2023, Intel Corporation +# Copyright (c) 2017-2024, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/interfaces/scipy_fft.py b/mkl_fft/interfaces/scipy_fft.py index 94f98ac..8c44c47 100644 --- a/mkl_fft/interfaces/scipy_fft.py +++ b/mkl_fft/interfaces/scipy_fft.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2023, Intel Corporation +# Copyright (c) 2017-2024, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/src/mklfft.h b/mkl_fft/src/mklfft.h index 6e48e5c..eea7a80 100644 --- a/mkl_fft/src/mklfft.h +++ b/mkl_fft/src/mklfft.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2017-2019, Intel Corporation + Copyright (c) 2017-2024, Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/src/multi_iter.h b/mkl_fft/src/multi_iter.h index 8cbde22..196fb6d 100644 --- a/mkl_fft/src/multi_iter.h +++ b/mkl_fft/src/multi_iter.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2017-2019, Intel Corporation + Copyright (c) 2017-2024, Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: