Ewout ter Hoeven

Results 172 issues of Ewout ter Hoeven

Currently the patch releases (like [1.2.1](https://github.com/ERGO-Code/HiGHS/releases/tag/v1.2.1) and [1.2.2](https://github.com/ERGO-Code/HiGHS/releases/tag/v1.2.2)) are tagged from the default `master` branch, on which new feature development also happens, and thus include feature changes. This introduces instability...

enhancement

A changelog would be useful to keep track and read upon changes between releases. Many formats are possible, some examples: - https://keepachangelog.com/en/1.0.0/ - https://github.com/pandas-dev/pandas/blob/main/doc/source/whatsnew/v1.4.0.rst - https://github.com/scipy/scipy/blob/main/doc/release/1.8.0-notes.rst - https://github.com/jupyterlab/jupyterlab/blob/3.4.x/CHANGELOG.md

enhancement

Not directly related to the codebase, but it would be very useful to have rav1e available in the most used package managers. These for example: - [ ] [APT](https://wiki.debian.org/Apt) (Debian...

enhancement
help wanted

Currently Python 3.11 isn't fully supported in Fiona yet, including testing in CI and publishing wheels to PyPI. Python 3.11 is expected to be released as stable in October 2022,...

Currently when building with Visual Studio 2019 over 4000 warnings are generated, as can been seen in this [AppVeyor run](https://ci.appveyor.com/project/AliceVision/alicevision/builds/32871564/messages). A little under half is from dependencies, all others are...

scope:build
windows
do not close

Currently the Visual Studio Solution File (`guetzli.sln`) and the project files (`guetzli.vcxproj` and `guetzli_static.vcxproj`) are configured for Visual Studio 2015. It would be nice if those could be recompiled for...

- Update Linux environment from Ubuntu 14.04 to 18.04 LTS - Update macOS environment from macOS 10.13 with Xcode 9.4 to macOS 10.14 with Xcode 11.2 - Update Bazel from...

When trying to update [sbt](https://github.com/sbt/sbt) from 1.3 to a newer 1.4+ version (tested multiple ones), the [following error](https://github.com/EwoutH/NetLogo/runs/4070215159?check_suite_focus=true#step:7:276) pops up: ``` [error] /home/runner/work/NetLogo/NetLogo/project/Scaladoc.scala:47:39: type mismatch; [error] found : Array[xsbti.VirtualFile] [error]...

When updating to jmock 2.8.1+ I encountered the a [compilation error](https://github.com/EwoutH/NetLogo/runs/4163797965?check_suite_focus=true#step:6:240). ``` Error: /home/runner/work/NetLogo/NetLogo/netlogo-gui/src/test/util/MockSuite.scala:184:42: value returnValue is not a member of object org.jmock.Expectations Error: def returnValue[T](t:T) = Expectations.returnValue(t) Error: ^...

This is a tracking issue for a large set of dependency updates I intend to perform. Currently many dependencies are out of date, blocking updates in Java, Scala and SBT....