muxator
muxator
With this change `jvmtop.sh` can be symlinked in a directory in the `PATH` and called from anywhere. ```bash $ ls -l /usr/local/bin/jvmtop.sh lrwxrwxrwx 1 root root 32 Dec 13 21:46...
Hi, looking at the library's source, I guess there is no support for timer functions (the ones described in http://api.zeromq.org/master:zmq-timers). Is there a safe way to use zmq timers while...
Hi, the latest commit in this repository (ff652d6e43a950aa659621cd42816dbc4df891d0) is from 2016. If the repository is no longer maintained, it could be a good idea to **archive it**, so users are...
This is an experiment aimed at supporting python 3.12, which is already at its second point release. Formally, python 3.8 is still going to be supported for 6 months (https://devguide.python.org/versions)....
The latest commit on the documentation branch is 10ad136b589c ("Deployed 8aff1e5 with MkDocs version: 1.3.0"). 8aff1e5 is v0.2.1, which is not current. https://bancaditalia.github.io/black-it report 0.3.3, but that it misleading. We...
Black-it cannot be made compatible with python 3.11 because [GPy](https://github.com/SheffieldML/GPy) does not build with python 3.11. This is the issue, with no solution for now: https://github.com/SheffieldML/GPy/issues/998
Currently, when tox is used to run the tests, various venvs are built reading the `dependencies` section in `tox.ini`. Those dependencies are a subset of the dev dependencies listed in...
The test `test_sir_w_breaks()` assumes that a file named `tests/fixtures/data/test_sir_w_breaks_python.npy` is committed in the repo, but the file is not there: https://github.com/bancaditalia/black-it/blob/01593e7111f7d3fa05eff0c146274c5f535dcd68/tests/test_examples/test_sir_python.py#L59-L63 `tests/test_examples/test_sir_python.py` was introduced in d7a3e849cd4a (@marcofavoritobi). It contained two...
From https://python-poetry.org/docs/managing-dependencies/#dependency-groups: > **A note about defining a dev dependencies group** > > The proper way to define a dev dependencies group since Poetry 1.2.0 is the following: > >...
# DO NOT MERGE YET This PR introduces support for python 3.13 in black-it and removes support for 3.9. After the recent PRs the changes needed to support a new...