pysal / spopt

Spatial Optimization
https://pysal.org/spopt/
BSD 3-Clause "New" or "Revised" License
305 stars 46 forks source link

High level description of spopt needed for meta release change log #135

Closed sjsrey closed 3 years ago

sjsrey commented 3 years ago

We need something similar to what was done for pysal/access in 2.3.0

jGaboardi commented 3 years ago

@xf37 Here is a start for the release notes @sjsrey needs for pysal/pysal#1208. Since we are only releasing stuff for regionalization, would you be able to give a go at this? These notes are based on that of pysal/access for pysal v2.3.0.


pysal/spopt

Providing methods for solving optimization problems with spatial data. Currently, regionalization methods are supported with planned support for facility location and transportation-oriented modeling.

This spopt.region models implemented include:

jGaboardi commented 3 years ago

Once complete the pysal/spopt notes need to be added to the draft release notes for v2.4.0-rc1.

sjsrey commented 3 years ago

Once complete the pysal/spopt notes need to be added to the draft release notes for v2.4.0-rc1.

Changes should now be added as a PR into https://github.com/pysal/pysal/blob/master/CHANGELOG.md

xf37 commented 3 years ago

@xf37 Here is a start for the release notes @sjsrey needs for pysal/pysal#1208. Since we are only releasing stuff for regionalization, would you be able to give a go at this? These notes are based on that of pysal/access for pysal v2.3.0.

pysal/spopt

Providing methods for solving optimization problems with spatial data. Currently, regionalization methods are supported with planned support for facility location and transportation-oriented modeling.

  • We implement ...
  • We support ...

This spopt.region models implemented include:

  • ...
  • ...

Okay. I will try to finish it and ask for your comments.

jGaboardi commented 3 years ago

Resolving in pysal/pysal#1217