Ethan White
Ethan White
We've recently implemented distribution of the release models via huggingface. huggingface provides download tracking, but our configuration doesn't support it currently. We should update our model metadata or repository contents...
Our docs are currently showing the docs from `main`. When we change functionality this will cause issues for most users until the functionality is released (see #745). We should change...
Our current code structure is: ``` ├─ packagename │ ├─ __init__.py │ └─ ... ├─ tests │ └─ ... └─ setup.py ``` While this is valid it causes a problem...
We had two copies of deepforest_config.yml. The first was the main copy in the root directory of the repo. The second was a copy that got distributed with the package....
From @bw4sz: > I think the readthedocs table of contents is getting pretty long and messy  > I'd like to reorganize it at...
Could also start loops
Setup on current exercise is too long
As part of the move to quarto we need to finishing adding the questions from this repo to the solutions qmd documents in https://github.com/weecology/dcsem-solutions/. This has generally been done up...
We've now fully embraced tidyverse, so might as well finish the job and switch from apply to map for repeating things