Niclas Rieger

Results 25 issues of Niclas Rieger

for next release

enhancement

add this feature in next release note: this will be probably be a major change since it requires to rewrite the internal structure of the package and therefore will break...

enhancement

Dear Mellissa, First off, great package that really facilitates my analysis ! Thank you :) I'm currently doing an analysis for which I need to estimate the back trajectories within...

Hi Melissa, Would it be possible to include a `sort()` method to `TrajectoryGroup` which is sorting the trajectories based on their IDs in `trajids`? The trajectory files that I have...

**Is your feature request related to a problem? Please describe.** Principal Oscillation Patterns (POP) can capture the temporal evolution of spatial patterns, allowing for the analysis of the dynamics and...

new feature

Reminder: Collect frequently asked questions that should be better addressed in the documentation: - [ ] MCA should typically be performed with PCA preprocessing to reduce computational demand.

documentation

**Is your feature request related to a problem? Please describe.** I often need to extract dominant patterns of variability from data sets. However, standard PCA is hard to interpret due...

enhancement

> Looking again at the inheritance structure, I'm noticing we recreate the entire API on every child model class. This has the benefit of making the signature explicit and the...

**Describe the bug** Trying to save a complex/Hilbert model with `engine=netcdf4` results in the following error: ```py TypeError: illegal primitive data type, must be one of dict_keys(['S1', 'i1', 'u1', 'i2',...

bug

**Describe the bug** Just realized the issues here hadn’t mentioned this before: models with complex data don’t have Dask support right now because of a bug in `dask.array.linalg.svd_compressed`. Check out...

bug