- Mar 28, 2021
-
-
Jan Caron authored
Fixed deprecated DivergingNorm -> TwoSlopeNorm See merge request empyre/empyre!39
-
Jan Caron authored
Needed to raise matplotlib version to 3.2!
-
- Nov 16, 2020
-
-
Jan Caron authored
Added capablity to accept bounds for interpolation Possibility to restrict data range before interpolation for the vtk reader. There is a new function restrict_data in `io.utils.misc`. See merge request empyre/empyre!37
-
-
- Oct 16, 2020
-
-
Dieter Weber authored
-
Alexander Clausen authored
Do not convert to ndarray See merge request empyre/empyre!33
-
Dieter Weber authored
Fixes #53 Refs #54 Rerun notebooks to update formatting
-
Dieter Weber authored
-
Dieter Weber authored
like (data.real, data.imag, 0) for complex numbers. This will trigger a deprecation warning since NumPy 1.19.
-
Jan Caron authored
Demos added Closes #49 See merge request empyre/empyre!36
-
Jan Caron authored
-
Jan Caron authored
-
Jan Caron authored
Added demonstration Jupyter notebooks to the demos folder and to the sphinx documentation (linked via nbsphinx-link). tools: aspect now also works if textwidth is not specified. plot2d: quiver now only warns if len(dim)>ncomp (threw error before). colorvec now works for len(dim)>ncomp as well (no warning needed).
-
- Sep 24, 2020
-
- Sep 23, 2020
-
-
Alexander Clausen authored
-
Alexander Clausen authored
* fixed rotate with reshape=True * 2d rotation: fix sign of x component * clip: negative values are no longer cut off for scalars * re-organized tests and fixtures * improve coverage: clip, __getitem__, rotate: scalars, comparisons, ... Co-authored-by:
<d.weber@fz-juelich.de> Co-authored-by:
<j.caron@fz-juelich.de>
-
- Sep 10, 2020
-
-
Alexander Clausen authored
-
- Aug 24, 2020
-
-
Alexander Clausen authored
-
- Aug 11, 2020
-
-
Dieter Weber authored
Last working one is test_mask(), the rest is currently TODO Co-authored-by:
Alexander Clausen <a.clausen@fz-juelich.de> Co-authored-by:
Jan Caron <j.caron@fz-juelich.de>
-
Dieter Weber authored
Support Python 3.6 See merge request !34
-
- Jul 21, 2020
-
-
Dieter Weber authored
It doesn't look like empyre depends on any new features or changes in Python 3.7. See also https://github.com/LiberTEM/LiberTEM/pull/851
-
- Jul 20, 2020
-
-
Dieter Weber authored
like (data.real, data.imag, 0) for complex numbers. This will trigger a deprecation warning since NumPy 1.19.
-
- Jun 26, 2020
-
-
Jan Caron authored
Release 0.2.1 See merge request empyre/empyre!32
-
Jan Caron authored
-
Jan Caron authored
Release 0.2.1 Closes #47 See merge request empyre/empyre!31
-
Jan Caron authored
vectors.py: More documentations and more fine control over vector and skyrmion chirality and orientation. Also fixed create_vector_singularity. colors: Added a namespace for colormaps (instead of a dictionary) to ease access to the maps. CMAP_CIRCULAR_DEFAULT is therefore deprecated now! plot2d: significantly simplified the symmetric color map handling with DivergingNorm (which was built for exactly that).
-
- Jun 25, 2020
-
-
Jan Caron authored
vectors.py: More documentations and more fine control over vector and skyrmion chirality and orientation. Also fixed create_vector_singularity. colors: Added a namespace for colormaps (instead of a dictionary) to ease access to the maps. CMAP_CIRCULAR_DEFAULT is therefore deprecated now! plot2d: significantly simplified the symmetric color map handling with DivergingNorm (which was built for exactly that).
-
- Mar 27, 2020
-
-
Jan Caron authored
Release 0.2.0 Closes #45 See merge request empyre/empyre!30
-
- Mar 23, 2020
- Mar 20, 2020
-
-
Jan Caron authored
Can be used to specify which axis holds the components. Also usable by load_field function! Useful for backwards compatibilty with Pyramid.
-
Jan Caron authored
3D now always has 3 components, 2D only if theta is specified!
-
Jan Caron authored
Added some more documentations, added io.rst. Converted scale to floats everywhere it is set by default. Removed superfluous enumeration in reader/writer in io_field. Fixed vector default and name saving in ovf.py. Fixed vector default and necessity of dim in tec.py. Fixed erronous dim -> scale assignment in vtk.py. Fixed interp_to_regular_grid not using the multidim. scale correctly.
-
Jan Caron authored
-
Jan Caron authored
Release 0.1.0 Closes #39, #8, #12, #14, #16, #17, #18, #26, #36, and #42 See merge request empyre/empyre!29
-
Jan Caron authored
-
Jan Caron authored
-
Jan Caron authored
-
Jan Caron authored
from tests_requires to extras_requires:tests
-