Skip to content

Releases: Dih5/xpecgen

v1.3.0

10 Jan 18:04
ab979ef
Compare
Choose a tag to compare

xpecgen is a python package with a GUI to calculate X-ray sPECtra GENerated in tungsten anodes.

Version 1.3.0 includes the following changes:

  • Target material can be selected. However, note the caveats in the readme.
  • Expanded available material data.
  • Handle calculation exceptions in the GUI.
  • Add calculation interruption in the GUI.
  • Display element name in GUI.
  • Fix a bug (#16).

See the GitHub repository for more information.

v1.2.1

15 Dec 09:07
Compare
Choose a tag to compare

xpecgen is a python package with a GUI to calculate X-ray sPECtra GENerated in tungsten anodes.

Version 1.2.1 includes the following changes:

  • Fixed the overall e_0 dependence factor which was wrongly introduced in v1.1.0. This affected only superposition of spectra where the relative norm is relevant (e.g., non-monoenergetic source as done in a demo).

See the GitHub repository for more information.

v1.2.0

30 Oct 12:45
53dafee
Compare
Choose a tag to compare

xpecgen is a python package with a GUI to calculate X-ray sPECtra GENerated in tungsten anodes.

Version 1.2.0 includes the following changes:

  • Command line interface added.
  • Allow to load the xpecgen module and perform calculations if matplotlib is not working.

See the GitHub repository for more information.

v1.1.0

17 Jul 14:44
Compare
Choose a tag to compare

xpecgen is a python package with a GUI to calculate X-ray sPECtra GENerated in tungsten anodes.

Version 1.1.0 includes the following changes:

  • X ray distributions are provided with no overall e_0 dependence factor. This allows for studying the production done by non-monoenergetic sources (bugged, fixed in v.1.2.1).
  • API support for general grids (calculate_spectrum_mesh function).
  • API support for positive linear combinations of Spectrum instances.
  • Fix a TK-related bug that appeared on some configurations (#14).

See the GitHub repository for more information.

v1.0.2

09 Nov 10:14
Compare
Choose a tag to compare

xpecgen is a python package with a GUI to calculate X-ray sPECtra GENerated in tungsten anodes.

Version 1.0.2 includes the following changes:

  • Fixed a discrete-component related bug (6d6b4d5).
  • Documentation improved.

See the GitHub repository for more information.

v1.0.1

09 Oct 16:46
Compare
Choose a tag to compare

Added python 2 compatibility.

1.0: First release

13 Sep 09:30
Compare
Choose a tag to compare

First xpecgen release.

  • API considered stable
  • Norm-related functionality added to the GUI.
  • Minor fixes.

0.1: First pre-release

04 Jul 17:07
Compare
Choose a tag to compare
Pre-release

First pre-release, including:

  • X-ray spectra calculation
  • HVL calculation
  • Minimal GUI
  • Export to xlsx files