orto 1.8.1__tar.gz → 1.8.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orto
3
- Version: 1.8.1
3
+ Version: 1.8.2
4
4
  Summary: A package to make life easier when performing Orca calculations.
5
5
  Home-page: https://orto.kragskow.group
6
6
  Author: Jon Kragskow
@@ -0,0 +1 @@
1
+ __version__ = '1.8.2'
@@ -154,7 +154,10 @@ def plot_absorption_spectrum(abs_data: data.AbsorptionData,
154
154
  linefmt=stickcolour
155
155
  )
156
156
  oax.yaxis.set_minor_locator(AutoMinorLocator())
157
- oax.set_ylabel(r'$f_\mathregular{osc}$')
157
+ if normalise:
158
+ oax.set_ylabel(r'Normalised $f_\mathregular{osc}$')
159
+ else:
160
+ oax.set_ylabel(r'$f_\mathregular{osc}$')
158
161
  oax.set_ylim([0., oax.get_ylim()[1]])
159
162
  elif osc_style == 'combined':
160
163
  ax.stem(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orto
3
- Version: 1.8.1
3
+ Version: 1.8.2
4
4
  Summary: A package to make life easier when performing Orca calculations.
5
5
  Home-page: https://orto.kragskow.group
6
6
  Author: Jon Kragskow
@@ -8,7 +8,7 @@ Please see the `orto` documentation for more details.
8
8
 
9
9
  # DO NOT EDIT THIS NUMBER!
10
10
  # IT IS AUTOMATICALLY CHANGED BY python-semantic-release
11
- __version__ = '1.8.1'
11
+ __version__ = '1.8.2'
12
12
 
13
13
  setuptools.setup(
14
14
  name='orto',
@@ -1 +0,0 @@
1
- __version__ = '1.8.1'
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