Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: copyright from 2023-->2024 #473

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Changed
- Allow passing a tuple of integers to ``reshape()`` methods of 3D objects.
- ``random()`` methods no longer accept a list as a valid shape: pass a tuple instead.
- Increase minimal version of Matplotlib to >= 3.5.
- Updated copyright year to 2024.

Deprecated
----------
Expand Down
2 changes: 1 addition & 1 deletion orix/_base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/_util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/crystal_map/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/crystal_map/crystal_map.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/crystal_map/crystal_map_properties.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/crystal_map/phase_list.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/data/_registry.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/io/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/io/plugins/_h5ebsd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/io/plugins/ang.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/io/plugins/bruker_h5ebsd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/io/plugins/emsoft_h5ebsd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/io/plugins/orix_hdf5.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/measure/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/measure/pole_density_function.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/_symmetry_marker.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/_util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/crystal_map_plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/direction_color_keys/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/direction_color_keys/_util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/direction_color_keys/direction_color_key.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/direction_color_keys/direction_color_key_tsl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/inverse_pole_figure_plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/orientation_color_keys/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/orientation_color_keys/euler_color_key.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/orientation_color_keys/ipf_color_key.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/orientation_color_keys/ipf_color_key_tsl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/rotation_plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/stereographic_plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/unit_cell_plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/projections/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/projections/stereographic.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/_conversions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/misorientation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/orientation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/orientation_region.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/quaternion.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/rotation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/symmetry.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/sampling/S2_sampling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/sampling/SO3_sampling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/sampling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/sampling/_cubochoric_sampling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/sampling/_polyhedral_sampling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/sampling/sample_generators.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/tests/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/tests/data/test_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/tests/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/tests/io/test_ang.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/tests/io/test_bruker_h5ebsd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/tests/io/test_emsoft_h5ebsd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2023 the orix developers
# Copyright 2018-2024 the orix developers
#
# This file is part of orix.
#
Expand Down
Loading
Loading