Håkon Wiik Ånes
Håkon Wiik Ånes
It's on conda-forge: https://anaconda.org/conda-forge/orix.
Turns out latest diffpy.structure is not compatible with NumPy 2.0 (https://github.com/diffpy/diffpy.structure/issues/68), so orix 0.13.1 is neither. I've reached out to hear what it would take to make diffpy.structure compatible.
orix v0.13.2 is now compatible with NumPy v1 and v2.
Seems like latest diffsims v0.6.0 is not compatible with NumPy v2: https://github.com/pyxem/diffsims/issues/227.
This will have to wait for the next minor release, 0.11, as it requires a bit more work. orix' Bruker reader function takes an HDF5 file path. We want to...
Hi @sawicks! Which format is your file in? We have readers for most formats: https://kikuchipy.org/en/stable/tutorials/load_save_data.html#Supported-file-formats
Can you print the complete traceback when the error occurs? And is the file small enough for you to share it with me? I could have a look at improving...
Thank you for sharing the traceback. Based on it, it seems like this line `help(kp.io.plugins_h5ebsd)` causes the error. As the error message says, there is no such module in the...
Did you figure out your issue? Did you try loading your data with ``kikuchipy.load("file.h5")``?
Hi @Fred-Ad! Indeed, HyperSpy have changed this in v2. I'm working on us supporting that version. Until then, the solution is to install scipy < 1.14, where `scipy.integrate.simps` is still...