Skip to content

Commit

Permalink
version bumped to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andim committed Sep 13, 2017
1 parent c7212ae commit 96eab9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
==========

Version 2.3.3
-------------

- bug fixes to file loading and plotting

Version 2.3.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion source/easyleed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

__version__ = "2.3.2"
__version__ = "2.3.3"
__author__ = "Andreas Mayer, Hanna Salopaasi, Nicola Ferralis"

# import packages
Expand Down
4 changes: 2 additions & 2 deletions source/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requires=['numpy', 'matplotlib', 'scipy', 'pillow', 'pyqt4'],
# scripts=['easyleed.pyw'],
entry_points={'gui_scripts' : ['easyleed = easyleed.__main__:main']},
version='2.3.2',
version='2.3.3',
description='Automated extraction of intensity-energy spectra from low-energy electron diffraction patterns',
long_description= """
EasyLEED facilitates data analysis of images obtained by low-energy electron diffraction, a common technique in surface science. It aims to automate the process of extracting intensity-energy spectra from a series of diffraction patterns acquired at different beam energies. At its core a tracking algorithm exploiting the specifics of the underlying physics (see `paper <http://dx.doi.org/10.1016/j.cpc.2012.02.019>`_) allows to link the position of the diffraction maxima between subsequent images.
Expand All @@ -16,7 +16,7 @@
author='Andreas Mayer, Hanna Salopaasi, Nicola Ferralis',
author_email='[email protected]',
url='https://andim.github.io/easyleed/',
download_url='https://github.com/andim/easyleed/archive/2.3.2.tar.gz',
download_url='https://github.com/andim/easyleed/archive/2.3.3.tar.gz',
keywords=['LEED', 'surface science', 'image analysis', 'I(E) spectra', 'spot tracking'],
license='GPLv2',
platforms='any',
Expand Down

0 comments on commit 96eab9c

Please sign in to comment.