ncrystal-python 3.9.80__tar.gz → 3.9.85__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.
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/__init__.py +1 -1
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/PKG-INFO +2 -3
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/ncrystal_python.egg-info/PKG-INFO +2 -3
- ncrystal_python-3.9.85/ncrystal_python.egg-info/requires.txt +1 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/pyproject.toml +1 -2
- ncrystal_python-3.9.80/ncrystal_python.egg-info/requires.txt +0 -1
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/LICENSE +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/__main__.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_chooks.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cli_cif2ncmat.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cli_endf2ncmat.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cli_hfg2ncmat.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cli_mcstasunion.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cli_ncmat2cpp.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cli_ncmat2hkl.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cli_nctool.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cli_vdos2ncmat.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cli_verifyatompos.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cliimpl.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_cliwrap_config.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_common.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_coreimpl.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_hfgdata.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_hklobjects.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_is_std.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_locatelib.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_miscimpl.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_mmc.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_msg.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_ncmat2cpp_impl.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_ncmatimpl.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_numpy.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/_testimpl.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/api.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/atomdata.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/cfgstr.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/cifutils.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/cli.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/constants.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/core.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/datasrc.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/exceptions.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/hfg2ncmat.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/mcstasutils.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/misc.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/mmc.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/ncmat.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/ncmat2cpp.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/obsolete.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/plot.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/plugins.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/test.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/NCrystal/vdos.py +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/README.md +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/ncrystal_python.egg-info/SOURCES.txt +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/ncrystal_python.egg-info/dependency_links.txt +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/ncrystal_python.egg-info/entry_points.txt +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/ncrystal_python.egg-info/top_level.txt +0 -0
- {ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/setup.cfg +0 -0
|
@@ -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__ = '3.9.
|
|
58
|
+
__version__ = '3.9.85'
|
|
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: 3.9.
|
|
3
|
+
Version: 3.9.85
|
|
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
|
|
@@ -214,11 +214,10 @@ Project-URL: Homepage, https://mctools.github.io/ncrystal/
|
|
|
214
214
|
Project-URL: Bug Tracker, https://github.com/mctools/ncrystal/issues
|
|
215
215
|
Classifier: Programming Language :: Python :: 3
|
|
216
216
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
217
|
-
Classifier: Operating System :: Unix
|
|
218
217
|
Requires-Python: >=3.8
|
|
219
218
|
Description-Content-Type: text/markdown
|
|
220
219
|
License-File: LICENSE
|
|
221
|
-
Requires-Dist: numpy
|
|
220
|
+
Requires-Dist: numpy>=1.22
|
|
222
221
|
|
|
223
222
|
NCrystal : A library for thermal neutron transport in crystals and other materials
|
|
224
223
|
----------------------------------------------------------------------------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ncrystal-python
|
|
3
|
-
Version: 3.9.
|
|
3
|
+
Version: 3.9.85
|
|
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
|
|
@@ -214,11 +214,10 @@ Project-URL: Homepage, https://mctools.github.io/ncrystal/
|
|
|
214
214
|
Project-URL: Bug Tracker, https://github.com/mctools/ncrystal/issues
|
|
215
215
|
Classifier: Programming Language :: Python :: 3
|
|
216
216
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
217
|
-
Classifier: Operating System :: Unix
|
|
218
217
|
Requires-Python: >=3.8
|
|
219
218
|
Description-Content-Type: text/markdown
|
|
220
219
|
License-File: LICENSE
|
|
221
|
-
Requires-Dist: numpy
|
|
220
|
+
Requires-Dist: numpy>=1.22
|
|
222
221
|
|
|
223
222
|
NCrystal : A library for thermal neutron transport in crystals and other materials
|
|
224
223
|
----------------------------------------------------------------------------------
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
numpy>=1.22
|
|
@@ -9,7 +9,7 @@ version = {attr = "NCrystal.__version__"}
|
|
|
9
9
|
name = "ncrystal-python"
|
|
10
10
|
dynamic = [ 'version' ]
|
|
11
11
|
requires-python = ">=3.8"
|
|
12
|
-
dependencies = [ 'numpy' ]
|
|
12
|
+
dependencies = [ 'numpy>=1.22' ]
|
|
13
13
|
authors = [
|
|
14
14
|
{ name="NCrystal developers (Thomas Kittelmann, Xiao Xiao Cai)" },
|
|
15
15
|
]
|
|
@@ -19,7 +19,6 @@ license = {file = "LICENSE"}
|
|
|
19
19
|
classifiers = [
|
|
20
20
|
"Programming Language :: Python :: 3",
|
|
21
21
|
"License :: OSI Approved :: Apache Software License",
|
|
22
|
-
"Operating System :: Unix",
|
|
23
22
|
]
|
|
24
23
|
|
|
25
24
|
[project.urls]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
numpy
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ncrystal_python-3.9.80 → ncrystal_python-3.9.85}/ncrystal_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|