Charles Tapley Hoyt
Charles Tapley Hoyt
Closes #564
I just saw your publication (https://doi.org/10.1016/j.jrt.2025.100110) and was happy to see it referencing UBERON and other biomedical ontologies as inspiration / justification for construction of the data hazards vocabulary, but...
@v0lta want to PR something in here?
uv is starting to add support for version string management. If https://github.com/astral-sh/uv/issues/13223 is implemented, it will be possible to switch cookiecutter-snekpack over completely from using `bump-my-version` Implementation: https://github.com/astral-sh/uv/pull/13578
New contributors often get caught up on not knowing what a CI/CD system is, or how to look at the results run by GitHub actions. I made a quick explanation...
Somewhere, this template should explain the difference between sphinx, napolean, and numpy docstring formats
Since pandas implements missing values as floats, this can give exceptions like ```python-traceback Traceback (most recent call last): File "/Users/cthoyt/.virtualenvs/biopragmatics/bin/biomappings", line 10, in sys.exit(main()) ~~~~^^ File "/Users/cthoyt/.virtualenvs/biopragmatics/lib/python3.14/site-packages/click/core.py", line 1462, in...
This is an incomplete demo of implementing a mapping hashing procedure suggested in https://github.com/mapping-commons/sssom/issues/436 This MUST not be merged without developing a full testing suite for SSSOM. The standard has...