James Gaboardi
James Gaboardi
Once I get started on this, until I get it right will we want to: * iterate over `v0.7.0.post{1...N}` * iterate over `v0.8.0rc{1...N}` * something else?
#### Steps 1. open pr with new infrastructure - #604 2. decide on labels/tags for `release.yml`, etc. - #604 4. remove `changelog` from docs - #604 5. remove [`CHANGELOG.md`](https://github.com/pysal/momepy/blob/main/CHANGELOG.md) -...
beginning alpha release attempts * [x] `v0.8.0-alpha1` ❌ - see #607 * [x] `v0.8.0-alpha2` ✅ - https://github.com/pysal/momepy/releases/tag/v0.8.0-alpha2 * [ ] `v0.8.0-alpha3`? (determine if commits are truncated to only the absolute...
So we're all good to close this? Are we sure we don't want one final test release to make sure those new tags are picked up properly and looking nice?...
@gregmaya Also, you can take care of the formatting issues/failure either installing `pre-commit` in your environment or running the following on `preprocessing.py`: ``` $ isort preprocessing.py $ flake8 preprocessing.py $...
xref #396
> Hopefully, by keeping the PR as 'draft' I wasn't spamming you in every single commit All good. I don't mind it at all.
@gegen07 Yeah, let's try it. But I think we should stick with open source options as a top defaults.
@gegen07 @ljwolf Do either of you have any strong opinions about this?
> Should we assign the names in the builder process instead of passing the name as an argument? This is a good point... I was halfway thinking we should keep...