ncrystal-python 4.2.10__tar.gz → 4.2.12__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/PKG-INFO +1 -1
  2. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/pyproject.toml +1 -1
  3. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/__init__.py +2 -2
  4. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/__main__.py +1 -1
  5. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_chooks.py +1 -1
  6. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_cif2ncmat.py +1 -1
  7. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_endf2ncmat.py +1 -1
  8. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_hfg2ncmat.py +1 -1
  9. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_mcstasunion.py +1 -1
  10. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_ncmat2cpp.py +1 -1
  11. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_ncmat2endf.py +1 -1
  12. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_ncmat2hkl.py +1 -1
  13. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_nctool.py +1 -1
  14. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_vdos2ncmat.py +1 -1
  15. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_verifyatompos.py +1 -1
  16. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cliimpl.py +1 -1
  17. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cliwrap_config.py +1 -1
  18. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_common.py +1 -1
  19. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_coreimpl.py +1 -1
  20. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_hfgdata.py +1 -1
  21. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_hist.py +1 -1
  22. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_hklobjects.py +1 -1
  23. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_locatelib.py +1 -1
  24. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_miscimpl.py +1 -1
  25. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_mmc.py +1 -1
  26. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_msg.py +1 -1
  27. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_ncmat2cpp_impl.py +1 -1
  28. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_ncmat2endf_impl.py +1 -1
  29. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_ncmatimpl.py +13 -2
  30. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_numpy.py +1 -1
  31. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_sabutils.py +1 -1
  32. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_testimpl.py +1 -1
  33. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/api.py +1 -1
  34. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/atomdata.py +1 -1
  35. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/cfgstr.py +1 -1
  36. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/cifutils.py +1 -1
  37. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/cli.py +1 -1
  38. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/constants.py +1 -1
  39. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/core.py +1 -1
  40. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/datasrc.py +1 -1
  41. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/exceptions.py +1 -1
  42. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/hfg2ncmat.py +1 -1
  43. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/mcstasutils.py +1 -1
  44. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/misc.py +1 -1
  45. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/mmc.py +1 -1
  46. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/ncmat.py +1 -1
  47. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/ncmat2cpp.py +1 -1
  48. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/ncmat2endf.py +1 -1
  49. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/obsolete.py +1 -1
  50. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/plot.py +1 -1
  51. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/plugins.py +1 -1
  52. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/test.py +1 -1
  53. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/vdos.py +1 -1
  54. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/PKG-INFO +1 -1
  55. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/LICENSE +0 -0
  56. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/README.md +0 -0
  57. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/setup.cfg +0 -0
  58. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_is_std.py +0 -0
  59. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/SOURCES.txt +0 -0
  60. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/dependency_links.txt +0 -0
  61. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/entry_points.txt +0 -0
  62. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/requires.txt +0 -0
  63. {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ncrystal-python
3
- Version: 4.2.10
3
+ Version: 4.2.12
4
4
  Summary: Library for thermal neutron transport in crystals and other materials.
5
5
  Author: NCrystal developers (Thomas Kittelmann, Xiao Xiao Cai)
6
6
  License:
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -55,7 +55,7 @@ For detailed usage conditions and licensing of this open source project, see:
55
55
 
56
56
  #NB: Synchronize meta-data below with fields in setup.py+template_setup.py.in meta data:
57
57
  __license__ = "Apache 2.0, http://www.apache.org/licenses/LICENSE-2.0"
58
- __version__ = '4.2.10'
58
+ __version__ = '4.2.12'
59
59
  __status__ = "Production"
60
60
  __author__ = "NCrystal developers (Thomas Kittelmann, Xiao Xiao Cai)"
61
61
  __copyright__ = "Copyright 2015-2024 %s"%__author__
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -1842,7 +1842,18 @@ def _import_spglib( *, sysexit = False ):
1842
1842
  raise SystemExit(m)
1843
1843
  else:
1844
1844
  raise ImportError(m)
1845
- return spglib.spglib
1845
+ if hasattr(spglib,'spglib'):
1846
+ #spglib version < 2.7
1847
+ return spglib.spglib
1848
+ if hasattr(spglib,'OLD_ERROR_HANDLING'):
1849
+ #For version 2.7 (and likely not later), we can avoid a deprecation
1850
+ #warning by this trick:
1851
+ try:
1852
+ import spglib.error
1853
+ spglib.error.OLD_ERROR_HANDLING = False
1854
+ except (ImportError,AttributeError):
1855
+ pass
1856
+ return spglib
1846
1857
 
1847
1858
  def _import_ase( *, sysexit = False ):
1848
1859
  try:
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ncrystal-python
3
- Version: 4.2.10
3
+ Version: 4.2.12
4
4
  Summary: Library for thermal neutron transport in crystals and other materials.
5
5
  Author: NCrystal developers (Thomas Kittelmann, Xiao Xiao Cai)
6
6
  License: