Ewout ter Hoeven

Results 224 comments of Ewout ter Hoeven

WebCodecs is now adopted as a W3C Recommendation. The repo moved to https://github.com/w3c/webcodecs and the spec is now available on https://w3c.github.io/webcodecs/

@cedavidyang It took some time, but with #184 we now included this in the official docs: [Alternative packages](https://emaworkbench.readthedocs.io/en/latest/getting_started/other_packages.html)

I still aim to do a deep dive into plotting at some point, but I don't think that will happen before the 2.3.0 release. I would suggest moving this to...

Since I'm planning on a refactor of plotting for 2.4 anyways, shall I include this issue in that effort?

Not all dependencies currently support Python 3.11. Either waiting until they all do or reducing the number of (blocking) dependencies (see #130) will solve this. So draft for now.

Retriggered the CI, currently fails on SciPy since they don't have Python 3.11 wheels available on PyPI yet.

@quaquel statsmodels now builds on Python 3.11, and I was done waiting on a release. So I modified the dependencies in the `pyproject.toml` that for Python 3.11, it installs statsmodels...

I found a project that has quite a nice setup, [pyimgui](https://github.com/pyimgui/pyimgui). Most of the stuff is in the [`setup.py`](https://github.com/pyimgui/pyimgui/blob/master/setup.py#L92) and a bit in [`pyproject.toml`](https://github.com/pyimgui/pyimgui/blob/master/pyproject.toml#L19). What would you prefer, dependencies defined...

@steipatr The issue you were experiencing should be resolved by #183! Could you verify that this solution works for you? You can install the current master version of the EMAworkbench...

Maybe another section with adaptive policies could even be added.