ncrystal-python 4.1.0__py3-none-any.whl → 4.1.2__py3-none-any.whl

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.
NCrystal/__init__.py CHANGED
@@ -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.1.0'
58
+ __version__ = '4.1.2'
59
59
  __status__ = "Production"
60
60
  __author__ = "NCrystal developers (Thomas Kittelmann, Xiao Xiao Cai)"
61
61
  __copyright__ = "Copyright 2015-2024 %s"%__author__
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ncrystal-python
3
- Version: 4.1.0
3
+ Version: 4.1.2
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: The Apache 2.0 license is reproduced in the following. See the NOTICE file for
@@ -1,4 +1,4 @@
1
- NCrystal/__init__.py,sha256=BiJyNluplnXDAqo6FyZaVd1-2KLCCTrCeTrVSSsWuGY,4155
1
+ NCrystal/__init__.py,sha256=SdXuhImGKGAHMI76_W3bvw6GuItw9CMpcDpKmlyo5SA,4155
2
2
  NCrystal/__main__.py,sha256=tYOeVhY6joHahgtnBwNgcBDd-WXYQoHFmpslk2TAlTY,3624
3
3
  NCrystal/_chooks.py,sha256=GtA8IkVIIJmrT-KtLKRJctgmBYs3pkfi4JNY0jfS7bc,43273
4
4
  NCrystal/_cli_cif2ncmat.py,sha256=Hmp8MWV7d3Bzu_5Ekiik9Pdv43yNyZygun8HtqShn78,14626
@@ -45,9 +45,9 @@ NCrystal/plot.py,sha256=Ack-OdgclwIGP-5nOlsoRP5enYaxUeIuT3zDKYtiKT4,19959
45
45
  NCrystal/plugins.py,sha256=U4EF25DlYE8aO6uoG5Ptyia5Nj08LCrVl7973BCIkDI,2440
46
46
  NCrystal/test.py,sha256=-BdnSN8lqwUallf6Q4UL35Rm_eA3BHG_V3-BdvDbkJQ,3310
47
47
  NCrystal/vdos.py,sha256=O6cQy70glPV5D94ssnHW5MuC4WO7OnqqKjDu3-MW4Q4,46763
48
- ncrystal_python-4.1.0.dist-info/LICENSE,sha256=cSwpZfFyXSC1mBPZgO2TbtGwoH2tR1SomMa5tEUU9o0,11509
49
- ncrystal_python-4.1.0.dist-info/METADATA,sha256=ouDIe-mtjav42QlqZdOzp0eLVWhc-CEPB258GQBlAT0,27566
50
- ncrystal_python-4.1.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
51
- ncrystal_python-4.1.0.dist-info/entry_points.txt,sha256=JoeikOrVDenZuTEmdgeGAfHw_CsujEJPIGl3BP_tcKQ,469
52
- ncrystal_python-4.1.0.dist-info/top_level.txt,sha256=VIJdIQMfLIbKpFXA8xm0fKY5okz8s5IHrZTYDSH18y0,9
53
- ncrystal_python-4.1.0.dist-info/RECORD,,
48
+ ncrystal_python-4.1.2.dist-info/LICENSE,sha256=cSwpZfFyXSC1mBPZgO2TbtGwoH2tR1SomMa5tEUU9o0,11509
49
+ ncrystal_python-4.1.2.dist-info/METADATA,sha256=-Ckgn4NTpVOS9seo52NCjw9Hie2ZK3op6UndG8UdxNM,27566
50
+ ncrystal_python-4.1.2.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
51
+ ncrystal_python-4.1.2.dist-info/entry_points.txt,sha256=JoeikOrVDenZuTEmdgeGAfHw_CsujEJPIGl3BP_tcKQ,469
52
+ ncrystal_python-4.1.2.dist-info/top_level.txt,sha256=VIJdIQMfLIbKpFXA8xm0fKY5okz8s5IHrZTYDSH18y0,9
53
+ ncrystal_python-4.1.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5