Ewout ter Hoeven

Results 172 issues of Ewout ter Hoeven

It would be amazing if flynt would also be able to replace the old string formats in Jupyter Notebooks (`.ipynb` files)!

enhancement

**Aggegrated agent variable** Currently it's not possible to quickly get a aggegrated metric of an agent variable. This PR adds a method to the `DataCollector` class called `get_agent_metric` that allows...

Currently, when Jupyter Notebooks (`.ipynb`) files are updated, the documentation isn't, because it's generated from the reStructuredText (`.rst`) files. In #1078, for example, [intro_tutorial.ipynb](https://github.com/projectmesa/mesa/blob/main/docs/tutorials/intro_tutorial.ipynb) is updated but [intro_tutorial.rst](https://github.com/projectmesa/mesa/blob/main/docs/tutorials/intro_tutorial.rst) isn't, so...

1 - Backlog

* Converts Readme, Authors, Copying and Release-checklist to Markdown * Adds AppVeyor and Travis build badges to Readme * Deletes News and Changelog (they were empty since 2010 * Updates...

Currently Python 3.11 isn't fully supported in statsmodels yet, including testing in CI and publishing wheels to PyPI. Python 3.11 is [now in beta](https://blog.python.org/2022/05/python-3110b1-is-now-available.html) and feature stable. By testing Python...

TensorFlow has accumulated a lot of improvements in the past releases, so srgan should be updated to [TensorFlow 1.11.0](https://github.com/tensorflow/tensorflow/releases).

AVIF (AV1 Image File Format) is a new image format based on the AV1 video codec. It supports both lossless and lossy compression and [saves](https://calendar.perfplanet.com/2018/is-avif-the-future-of-images-on-the-web/) up to 50% space at...

The [Sampling methods](https://scikit-optimize.github.io/dev/modules/sampler.html) user guide is currently completely empty. Some docs for it would be very useful! Note that there are examples at [Comparing initial sampling methods](https://scikit-optimize.github.io/dev/auto_examples/sampler/initial-sampling-method.html#sphx-glr-auto-examples-sampler-initial-sampling-method-py) and each sampler...

Update the Gradle wrapper from 6.6 to [6.9.1](https://github.com/gradle/gradle/releases/tag/v6.9.1) (the latest 6.x release).

I would want to open the discussion about dropping unsupported Python versions for the next release, and especially Python 2. By supporting only supported Python versions for new releases, new...