Maaz

Results 3 issues of Maaz

**Describe the bug** MiniRocket, when calling transform(), segfaults on some systems. **To Reproduce** ```python import numpy as np from sktime.transformations.panel.rocket import MiniRocket data = np.array([[1] * 100]).reshape(-1,1) trf = MiniRocket(num_kernels=128)...

bug
module:transformations

#### References to other Issues or PRs #26785 #### Brief description of what is fixed or changed Added functions for subresultant polynomials and subresultant coefficients. These use the subresultant PRS...

polys

#### Brief description of what is fixed or changed This is an implementation of cylindrical algebraic decomposition (CAD) in SymPy, which enables the solution of systems of multivariate polynomial (in)equalities....

solvers
polys
solvers.inequalities