Hirokazu Takaya
Hirokazu Takaya
After completion, this method will be explained in YAML issue templates. #1232
Downloadable CSV files are available in WHO web site, but I could not find APIs. https://worldhealthorg.shinyapps.io/mpx_global/ Python script of "Our World In Data" uses URL of WHO, but indirect downloading...
We may need the `sphinx.ext.autodoc.typehints` extension to show types in documentation. https://github.com/tox-dev/sphinx-autodoc-typehints
`sphinx.ext.autodoc.typehints` will be used in documentation workflow with #1285.
With "1286, - use type hints in APIs users will call: dynamics - use `pyright` as type checker - fix/suppress errors of type hints found by `pyright` - update intersphinx...
cf. https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#using-the-python-version-input
@fpgmaas Do you have any ideas to check compatibility of dependencies (linsted on pyproject.toml) with specific Python versions? This may be a new project (or within the scope of `deptry`),...
After Python 3.11 releases, pull request will be created and tested to check we can use `covsirphy` with Python 3.11. The pull request will be rebased when new changes detected...
@fpgmaas Thank you for your comment despite the sudden mention! GitHub Actions workflow runs `pytest` with `python-version matrix` at this time in this project, but `tox` can be a used...
Rust codes were not changed, but `coverage-rust` failed with the following error message. Revision of the workflow may be required with another PR. ```Bash libunwind: stepWithCompactEncoding - invalid compact unwind...