James Gaboardi
James Gaboardi
Not sure why `flake8` and `pytest` are not being recognized in the `micromamba` environment. I'll try to look more into this later.
@martinfleis Is this fixed now?
`"touches"` is not a valid predicate argument in [geopandas v0.8.2](https://geopandas.org/en/v0.8.2/reference/geopandas.sjoin.html?highlight=spatial%20join), which is the [version being pulled in](https://github.com/pysal/momepy/runs/7793755697?check_suite_focus=true#step:4:11) for the 3.8-minimal CI run, resulting in the current [failure](https://github.com/pysal/momepy/runs/7793755697?check_suite_focus=true#step:6:194).
@gregmaya We are also seeing the *Read The Docs* error in #382, so it's not specific to this PR. However, I am wondering what is going on with the 3.8...
congrats @gregmaya!!! :tada:
@gsagostini Did you run `black` with `pre-commit` for code in this PR before pushing up the latest commits?
> @martinfleis I'm having trouble bringing my fork up to date to solve conflicts. Is there a better way to do so than to revert my commits, fork momepy again,...
It is called during the release action (e.g. [here](https://github.com/pysal/libpysal/blob/master/.github/workflows/release_and_publish.yml#L39) for `libpysal`). If `momepy` will not be running an automated `CHANGELOG` then you are correct, there is no reason to have...
> I think the automatic change log is causing more problems than it solves. > > It might be better to use the git count to get some summary statistics,...
Interesting...