pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

Infrastructure #86

Closed martinfleis closed 1 year ago

martinfleis commented 1 year ago

pointpats currently don't have standardised PySAL infrastructure (CI, release action) and I think that the RTD build will also fail because the setup has not been updated to recent versions of sphinx and its extensions.

Since it looks that geopandas may optionally depend on pointpats, I think this needs to be fixed.

I'll give it a first go but may leave some bits to @jGaboardi.

jGaboardi commented 1 year ago

Shall we migrate from master to main as part of this?

martinfleis commented 1 year ago

If you have the rights, go for it.

jGaboardi commented 1 year ago

I thumbed up too soon... I don't have any rights.

@sjsrey Can you grant @martinfleis and I the proper permissions here?

weikang9009 commented 1 year ago

The default branch is main now.

martinfleis commented 1 year ago

Can you please remove master then?

jGaboardi commented 1 year ago

I was able to remove the master branch right now. Somehow I have the admin privileges to do that, but not to reassign the default branch. Weird.

martinfleis commented 1 year ago

Ah, I was probably able to do that as well. I think that standard branch management (not setting the default) fall under the same category as commit rights.

weikang9009 commented 1 year ago

The docs are live on https://pysal.org/pointpats/ now.