Francisco de la Peña

Results 9 issues of Francisco de la Peña

We define HyperSpy as "HyperSpy is an open source Python library which provides tools to facilitate the interactive data analysis of multi-dimensional datasets that can be described as multi-dimensional arrays...

type: proposal

Issue to track HyperSpy splitting progress. Original discussion @ #821. * [x] GUI toolkit register - ipywidgets [WIP in #1544] * [x] GUI - ipywidgets #1544] * [x] GUI -...

type: proposal
release: next major

The goal is to ease the task of setting up the axes attributes, see below for an example. The syntax is inspired by (but different from) https://matplotlib.org/stable/users/whats_new.html#axes-spines-access-shortcuts ### Progress of...

type: enhancement
status: WIP
release: next minor

The file size of the ``IO`` test folder is 88.2 MB. As a consequence, the file size of HyperSpy v1.4 source distribution is 67.7 MB and hits the PyPI's file...

type: bug
release: next patch

This issue tracks progress on the implementation of non-uniform axes. Notice that, currently, the non-uniform axes features are merged into the `non_uniform_axes` branch. If you intend to address any of...

type: new feature
topic: non-uniform axis

Here is an illustration of the issue when using the ``ipympl`` backend ![no_blit_bug](https://user-images.githubusercontent.com/989719/114570056-ca0eb400-9c75-11eb-81a0-2bbac2e5bc2d.png)

type: external bug

This makes the API more similar to sklearn's as discussed in https://github.com/hyperspy/hyperspy/pull/2172#issuecomment-625770320. The most drastic change to the API is moving most of the arguments of ``fit()`` to ``__init__()``. Alternatively,...

Currently calling hyperspyui when an instance is active results in the following: ```bash $ hyperspyui my_file.hdf5 QLocalSocket::connectToServer: Connection refused ``` Shouldn't it open the file in the current instance instead?

Would a %hyperspyui magic that opens HyperSpyUI and registers all the signals in the current namespace be feasible? And the reverse, connecting to the IPython kernel in the HyperSpyUI session...