Commits on Source (27)
-
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
-
Dieter Weber authored
like (data.real, data.imag, 0) for complex numbers. This will trigger a deprecation warning since NumPy 1.19.
-
Dieter Weber authored
-
Dieter Weber authored
Fixes #53 Refs #54 Rerun notebooks to update formatting
-
Alexander Clausen authored
Do not convert to ndarray See merge request !33
-
Dieter Weber authored
-
-
Jan Caron authored
Needed to raise matplotlib version to 3.2!
-
Jan Caron authored
-
Matthew Bryan authored
-
Matthew Bryan authored
Include tests for conda packaging, fix bug in __array_ufunc__ See merge request !40
-
Matthew Bryan authored
-
Alexander Clausen authored
Update CI to run on MRs or Branches (not both) See merge request !43
-
Alexander Clausen authored
This should make it possible to create releases on tag creation, as before
-
Alexander Clausen authored
Also run CI for tags See merge request !44
-
Matthew Bryan authored
-
Matthew Bryan authored
Bump to version 0.3.2 in setup.cfg See merge request !45
-
-
Dieter Weber authored
Build, CI, Deprecation, Numpy2 updates See merge request !48
-
Dieter Weber authored
-
Matthew Bryan authored
-
Matthew Bryan authored
Include tests in `sdist` Closes #59 See merge request !49
-
Matthew Bryan authored
Showing
- .gitlab-ci.yml 26 additions, 15 deletions.gitlab-ci.yml
- .pre-commit-config.yaml 21 additions, 0 deletions.pre-commit-config.yaml
- MANIFEST.in 1 addition, 0 deletionsMANIFEST.in
- authors.json 9 additions, 1 deletionauthors.json
- demos/demo1_first_steps.ipynb 38 additions, 324 deletionsdemos/demo1_first_steps.ipynb
- demos/demo2_handling_3d_fields.ipynb 365 additions, 1 deletiondemos/demo2_handling_3d_fields.ipynb
- demos/demo3_io_and_field_manipulation.ipynb 601 additions, 1 deletiondemos/demo3_io_and_field_manipulation.ipynb
- docs/conf.py 9 additions, 7 deletionsdocs/conf.py
- environment.yml 0 additions, 68 deletionsenvironment.yml
- pyproject.toml 87 additions, 0 deletionspyproject.toml
- setup.cfg 14 additions, 72 deletionssetup.cfg
- setup.py 0 additions, 28 deletionssetup.py
- src/empyre/__init__.py 4 additions, 7 deletionssrc/empyre/__init__.py
- src/empyre/fields/field.py 20 additions, 13 deletionssrc/empyre/fields/field.py
- src/empyre/io/field_plugins/vtk.py 6 additions, 2 deletionssrc/empyre/io/field_plugins/vtk.py
- src/empyre/utils/misc.py 37 additions, 1 deletionsrc/empyre/utils/misc.py
- src/empyre/vis/colors.py 1 addition, 1 deletionsrc/empyre/vis/colors.py
- src/empyre/vis/mplstyles/empyre-image.mplstyle 0 additions, 2 deletionssrc/empyre/vis/mplstyles/empyre-image.mplstyle
- src/empyre/vis/mplstyles/empyre-plot.mplstyle 0 additions, 2 deletionssrc/empyre/vis/mplstyles/empyre-plot.mplstyle
- src/empyre/vis/mplstyles/empyre-save.mplstyle 0 additions, 2 deletionssrc/empyre/vis/mplstyles/empyre-save.mplstyle
.pre-commit-config.yaml
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
environment.yml
deleted
100644 → 0
pyproject.toml
0 → 100644
setup.py
deleted
100644 → 0