File tree Expand file tree Collapse file tree 3 files changed +32
-12
lines changed Expand file tree Collapse file tree 3 files changed +32
-12
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,18 @@ What's new
44Current Version
55===============
66
7- v1.1.1
7+ v1.1.2
88++++++
99
10-
1110This 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
1716For 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
2221Changelog
@@ -25,6 +24,20 @@ Changelog
2524Previous 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
2942v1.1.0
3043++++++
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ the `HyperSpy bundle`_ installer, which includes HyperSpyUI.
4343Anaconda/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
4747in 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
5656Installation via pip
5757--------------------
@@ -75,10 +75,17 @@ Run HyperSpyUI
7575
7676After 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
Original file line number Diff line number Diff line change 2121@author: Vidar Tonaas Fauske
2222"""
2323
24- __version__ = '1.2.0.dev '
24+ __version__ = '1.1.2 '
You can’t perform that action at this time.
0 commit comments