Skip to content

Commit 691e522

Browse files
authored
Merge pull request #194 from ericpre/release_v1.1.2
Release v1.1.2
2 parents 174d06c + 780b62a commit 691e522

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
lines changed

CHANGES.rst

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ What's new
44
Current Version
55
===============
66

7-
v1.1.1
7+
v1.1.2
88
++++++
99

10-
1110
This is a maintenance release and the main highlights are:
1211

13-
* Fix issue with recent matplotlib release (>=3.1).
14-
* Add support for EELS zlp "also align".
15-
* Add support for linux desktop integratin.
12+
* Fix issue with embedded console on windows and python 3.8.
13+
* Fix issue with jupyter_client v6.0 and ipykernel <5.2.
14+
* Documentation improvement.
1615

1716
For a detailed list of all the changes
18-
see `the commits in the GITHUB milestones 1.1.1
19-
<https://github.com/hyperspy/hyperspyUI/milestone/6?closed=1>`_.
17+
see `the commits in the GITHUB milestones 1.1.2
18+
<https://github.com/hyperspy/hyperspyUI/milestone/7?closed=1>`_.
2019

2120

2221
Changelog
@@ -25,6 +24,20 @@ Changelog
2524
Previous Versions
2625
=================
2726

27+
v1.1.1
28+
++++++
29+
30+
31+
This is a maintenance release and the main highlights are:
32+
33+
* Fix issue with recent matplotlib release (>=3.1).
34+
* Add support for EELS zlp "also align".
35+
* Add support for linux desktop integratin.
36+
37+
For a detailed list of all the changes
38+
see `the commits in the GITHUB milestones 1.1.1
39+
<https://github.com/hyperspy/hyperspyUI/milestone/6?closed=1>`_.
40+
2841

2942
v1.1.0
3043
++++++

README.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ the `HyperSpy bundle`_ installer, which includes HyperSpyUI.
4343
Anaconda/Miniconda on Mac or Linux
4444
----------------------------------
4545

46-
Download and install the `Miniconda`_ distribution and run the following command
46+
Download and install the `Miniconda`_ or `Anaconda`_ distribution and run the following command
4747
in the anaconda prompt:
4848

4949
.. code-block:: bash
5050
51-
conda install -c conda-forge hyperspy
52-
pip install hyperspyui
51+
conda install -c conda-forge hyperspyui
5352
54-
.. _Miniconda: https://conda.io/miniconda.html
53+
.. _Miniconda: https://docs.conda.io/en/latest/miniconda.html
54+
.. _Anaconda: https://www.anaconda.com/products/individual
5555

5656
Installation via pip
5757
--------------------
@@ -75,10 +75,17 @@ Run HyperSpyUI
7575

7676
After installation, you can run HyperSpyUI from the command prompt with:
7777

78+
.. code-block:: bash
79+
80+
hyperspyui
81+
82+
or
83+
7884
.. code-block:: bash
7985
8086
python -m hyperspyui
8187
88+
8289
For further information, see the full documentation_.
8390

8491
.. _HyperSpy: http://hyperspy.org

hyperspyui/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
@author: Vidar Tonaas Fauske
2222
"""
2323

24-
__version__ = '1.2.0.dev'
24+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)