Ewout ter Hoeven

Results 172 issues of Ewout ter Hoeven

It seems like the [Robust Search](https://emaworkbench.readthedocs.io/en/latest/indepth_tutorial/directed-search.html#Robust-Search) part of the Directed search tutorial is ending somewhat abruptly. It ends with running the experiment, and I think expanding it with interpreting and...

docs

Currently for a [`parcoords.ParallelAxes()`](https://emaworkbench.readthedocs.io/en/latest/ema_documentation/analysis/parcoords.html) you can change the number format, fontsize and label rotation, but not the figure size (or aspect ratio). If you have many variables this can be...

docs

Instead of only inspecting one point, it would be neat if you can pass multiple points into the [`inspect()`](https://github.com/quaquel/EMAworkbench/blob/master/ema_workbench/analysis/prim.py#L405) function of an `analysis.prim.PrimBox`. The expected behavior could be: - [x]...

enhancement

Currently everything in [requirements.txt](https://github.com/quaquel/EMAworkbench/blob/master/requirements.txt) is always installed no matter the use case. For essential usage (core) a lot less dependencies are needed than for development or docs generation. _sphinx_ and...

Add a Python 3.11 job (on Ubuntu) to the testing matrix, since the first [Python 3.11 release candidate](https://www.python.org/downloads/release/python-3110rc1/) is out.

ci

In SciPy [1.7.0](https://github.com/scipy/scipy/releases/tag/v1.7.0) one of the most massive PRs in SciPy history was merged, https://github.com/scipy/scipy/pull/10844. This PR added the `scipy.stats.qmc` [submodule](https://docs.scipy.org/doc/scipy/reference/stats.qmc.html), which [provides](https://docs.scipy.org/doc/scipy/reference/stats.qmc.html) Quasi-Monte Carlo generators and associated helper functions....

### Proposed new feature or change: Add CPU feature detection for SVE2. On wide CPU cores the Scalable Vector Extension has the potential to increase performance manyfold compared to NEON....

01 - Enhancement
component: SIMD

Python 3.11 is expected to be released as stable around October 24th, with many new features including: > - [PEP 657](https://www.python.org/dev/peps/pep-0657/) -- Include Fine-Grained Error Locations in Tracebacks > -...

enhancement

Improve unittests and thereby test coverage in the in the em_framework, including optimize.py(), to catch bugs like #150 early. See coveralls: https://coveralls.io/github/quaquel/EMAworkbench?branch=master

testing

Fix all of the future/deprecations warnings currently present: **Done (#202, #211):** - [x] Fix `MarkerStyle(None)` deprecation in matplotlib by replacing it with `MarkerStyle('')` - [x] Replace deprecated `.iteritems()` with `.items()`...

maintenance
dependency