- 16 Nov, 2020 2 commits
-
-
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
-
-
- 16 Oct, 2020 9 commits
-
-
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
-
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).
-
- 24 Sep, 2020 1 commit
-
-
Jan Caron authored
Convert Pyramid tests to Empyre; bug fixes in field.py See merge request empyre/empyre!35
-
- 23 Sep, 2020 2 commits
-
-
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>
-
- 10 Sep, 2020 1 commit
-
-
Alexander Clausen authored
-
- 24 Aug, 2020 1 commit
-
-
Alexander Clausen authored
-
- 11 Aug, 2020 2 commits
-
-
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 empyre/empyre!34
-
- 21 Jul, 2020 1 commit
-
-
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
-
- 20 Jul, 2020 1 commit
-
-
Dieter Weber authored
like (data.real, data.imag, 0) for complex numbers. This will trigger a deprecation warning since NumPy 1.19.
-
- 26 Jun, 2020 4 commits
-
-
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).
-
- 25 Jun, 2020 1 commit
-
-
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).
-
- 27 Mar, 2020 1 commit
-
-
Jan Caron authored
Release 0.2.0 Closes #45 See merge request empyre/empyre!30
-
- 23 Mar, 2020 3 commits
- 20 Mar, 2020 11 commits
-
-
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
-
Jan Caron authored
due to origin being lower, not higher as is default in maptlotlib
-
Jan Caron authored
utils: Has quaternion and misc submodules misc has levi_civita and interp_to_regular_grid (used later for io) field: Added HyperSpy support (get/set_signal) added copy/rotate/rot90/set_vector/get_vector methods
-