Commit 8f4cdd8 1 parent ab2f2b2 commit 8f4cdd8 Copy full SHA for 8f4cdd8
File tree 4 files changed +14
-11
lines changed
4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ def load_res():
141
141
# built documents.
142
142
#
143
143
# The short X.Y version.
144
- version = '1.3.5 '
144
+ version = '1.4.0 '
145
145
# The full version, including alpha/beta/rc tags.
146
- release = '1.3.5 '
146
+ release = '1.4.0 '
147
147
148
148
# The language for content autogenerated by Sphinx. Refer to documentation
149
149
# for a list of supported languages.
Original file line number Diff line number Diff line change 157
157
Python 2 and 3
158
158
--------------
159
159
160
- The code can run in both Python branches without any modification.
160
+ The code should run in both Python branches without any modification, although
161
+ compatibility with Python 2 is not checked any longer.
161
162
162
163
Get xrt
163
164
-------
179
180
180
181
setup (
181
182
name = 'xrt' ,
182
- version = '1.3.5 ' ,
183
+ version = '1.4.0 ' ,
183
184
description = 'Ray tracing and wave propagation in x-ray regime, primarily '
184
185
'meant for modeling synchrotron sources, beamlines and '
185
186
'beamline elements. Includes a GUI for creating a beamline '
Original file line number Diff line number Diff line change 146
146
Python 2 and 3
147
147
--------------
148
148
149
- The code can run in both Python branches without any modification.
149
+ The code should run in both Python branches without any modification, although
150
+ compatibility with Python 2 is not checked any longer.
150
151
151
152
Dependencies
152
153
------------
211
212
initiated the custom field undulator project and supplied tables of magnetic
212
213
field. Bernard Kozioziemski (LLNL) has pointed to the importance of considering
213
214
the *total* absorption cross-section (not just photoelectric absorption) in the
214
- cases of light materials at high energy. Emilio Heredia (CLS) is thanked for
215
- valuable suggestions on GUI. Tim May (CLS) is acknowledged for inspiring the
216
- custom magnetic field calculation development, providing field tables and
217
- comparing the results with other codes.
215
+ cases of light materials at high energy. He also did deep tests of the mosaic
216
+ crystal model. Emilio Heredia (CLS) is thanked for valuable suggestions on GUI.
217
+ Tim May (CLS) is acknowledged for inspiring the custom magnetic field
218
+ calculation development, providing field tables and comparing the results with
219
+ other codes.
218
220
219
221
"""
220
222
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __versioninfo__ = (1 , 3 , 5 )
2
+ __versioninfo__ = (1 , 4 , 0 )
3
3
__version__ = '.' .join (map (str , __versioninfo__ ))
4
- __date__ = "19 Nov 2020 "
4
+ __date__ = "22 Sep 2021 "
You can’t perform that action at this time.
0 commit comments