Recent Releases of spopt

spopt - v0.7.0

What's Changed

Enhancements

  • ENH: add Spatial Adaptive Agglomerative Aggregation (SA3) regionalisation algorithm by @u3ks in https://github.com/pysal/spopt/pull/482 ### Other Changes
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/pysal/spopt/pull/458
  • explicit Mac intel test by @jGaboardi in https://github.com/pysal/spopt/pull/459
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/pysal/spopt/pull/462
  • add Python 3.13 to testing matrix by @jGaboardi in https://github.com/pysal/spopt/pull/472
  • bump ruff version in precommit by @jGaboardi in https://github.com/pysal/spopt/pull/474
  • ruff & update notebooks by @jGaboardi in https://github.com/pysal/spopt/pull/477
  • drop support for Python 3.10 by @jGaboardi in https://github.com/pysal/spopt/pull/478
  • Fix: properly render P-Median model formulation in docs (#466) by @Abhishek-Dimri in https://github.com/pysal/spopt/pull/483
  • Update numpy array comparisons to use isin by @emmanuel-ferdman in https://github.com/pysal/spopt/pull/484
  • bump libpysal requirement to 4.10 by @martinfleis in https://github.com/pysal/spopt/pull/486
  • update dependencies, testing & CI hiccups [2025-06] by @jGaboardi in https://github.com/pysal/spopt/pull/490
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/pysal/spopt/pull/496
  • store tests & testing data by subpackage by @jGaboardi in https://github.com/pysal/spopt/pull/495
  • update infra & add new SA3 functionality to docs by @jGaboardi in https://github.com/pysal/spopt/pull/497

New Contributors

  • @Abhishek-Dimri made their first contribution in https://github.com/pysal/spopt/pull/483
  • @emmanuel-ferdman made their first contribution in https://github.com/pysal/spopt/pull/484
  • @u3ks made their first contribution in https://github.com/pysal/spopt/pull/482

Full Changelog: https://github.com/pysal/spopt/compare/v0.6.1...v0.7.0

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] 11 months ago

spopt - v0.7.0rc1

What's Changed

Enhancements

  • ENH: add Spatial Adaptive Agglomerative Aggregation (SA3) regionalisation algorithm by @u3ks in https://github.com/pysal/spopt/pull/482 ### Other Changes
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/pysal/spopt/pull/458
  • explicit Mac intel test by @jGaboardi in https://github.com/pysal/spopt/pull/459
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/pysal/spopt/pull/462
  • add Python 3.13 to testing matrix by @jGaboardi in https://github.com/pysal/spopt/pull/472
  • bump ruff version in precommit by @jGaboardi in https://github.com/pysal/spopt/pull/474
  • ruff & update notebooks by @jGaboardi in https://github.com/pysal/spopt/pull/477
  • drop support for Python 3.10 by @jGaboardi in https://github.com/pysal/spopt/pull/478
  • Fix: properly render P-Median model formulation in docs (#466) by @Abhishek-Dimri in https://github.com/pysal/spopt/pull/483
  • Update numpy array comparisons to use isin by @emmanuel-ferdman in https://github.com/pysal/spopt/pull/484
  • bump libpysal requirement to 4.10 by @martinfleis in https://github.com/pysal/spopt/pull/486
  • update dependencies, testing & CI hiccups [2025-06] by @jGaboardi in https://github.com/pysal/spopt/pull/490
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/pysal/spopt/pull/496
  • store tests & testing data by subpackage by @jGaboardi in https://github.com/pysal/spopt/pull/495
  • update infra & add new SA3 functionality to docs by @jGaboardi in https://github.com/pysal/spopt/pull/497

New Contributors

  • @Abhishek-Dimri made their first contribution in https://github.com/pysal/spopt/pull/483
  • @emmanuel-ferdman made their first contribution in https://github.com/pysal/spopt/pull/484
  • @u3ks made their first contribution in https://github.com/pysal/spopt/pull/482

Full Changelog: https://github.com/pysal/spopt/compare/v0.6.1...v0.7.0rc1

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] 11 months ago

spopt - v0.6.1

What's Changed

Bug Fixes

  • Fix service radius in LSCP GIS notebook by @gegen07 in https://github.com/pysal/spopt/pull/447 ### Other Changes
  • Switch repository formatting to ruff by @jGaboardi in https://github.com/pysal/spopt/pull/433
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/436
  • resolve some warnings in CI by @jGaboardi in https://github.com/pysal/spopt/pull/439
  • remove link to gitter room & add link to Discord channel by @jGaboardi in https://github.com/pysal/spopt/pull/441
  • test against Apple silicon by @jGaboardi in https://github.com/pysal/spopt/pull/442
  • re- lint & re-format repo – #438 by @jGaboardi in https://github.com/pysal/spopt/pull/444
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/445
  • testing code cleanup by @jGaboardi in https://github.com/pysal/spopt/pull/449
  • add OR_classic_problem to README by @jGaboardi in https://github.com/pysal/spopt/pull/454
  • fix numpy=2.0.0 compat -- #456 by @jGaboardi in https://github.com/pysal/spopt/pull/457

Full Changelog: https://github.com/pysal/spopt/compare/v0.6.0...v0.6.1

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] almost 2 years ago

spopt - v0.6.1rc1

What's Changed

Bug Fixes

  • Fix service radius in LSCP GIS notebook by @gegen07 in https://github.com/pysal/spopt/pull/447 ### Other Changes
  • Switch repository formatting to ruff by @jGaboardi in https://github.com/pysal/spopt/pull/433
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/436
  • resolve some warnings in CI by @jGaboardi in https://github.com/pysal/spopt/pull/439
  • remove link to gitter room & add link to Discord channel by @jGaboardi in https://github.com/pysal/spopt/pull/441
  • test against Apple silicon by @jGaboardi in https://github.com/pysal/spopt/pull/442
  • re- lint & re-format repo – #438 by @jGaboardi in https://github.com/pysal/spopt/pull/444
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/445
  • testing code cleanup by @jGaboardi in https://github.com/pysal/spopt/pull/449
  • add OR_classic_problem to README by @jGaboardi in https://github.com/pysal/spopt/pull/454
  • fix numpy=2.0.0 compat -- #456 by @jGaboardi in https://github.com/pysal/spopt/pull/457

Full Changelog: https://github.com/pysal/spopt/compare/v0.6.0...v0.6.1rc1

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] almost 2 years ago

spopt - v0.6.0

What's Changed

Bug Fixes

  • remove zip(strict=True) in k-nearest p-median by @jGaboardi in https://github.com/pysal/spopt/pull/403
  • solve b410 by @ljwolf in https://github.com/pysal/spopt/pull/411
  • Formulation of KN-PMP omitted opening constraints by @jGaboardi in https://github.com/pysal/spopt/pull/420 ### Enhancements
  • capacitated p-median with predefined facilities by @rongboxu in https://github.com/pysal/spopt/pull/374 ### Regionalization
  • Fix CI failure due to AZP multiple valid MST by @gegen07 in https://github.com/pysal/spopt/pull/406 ### Facility Location
  • update predefined facility explanation by @jGaboardi in https://github.com/pysal/spopt/pull/384
  • Add the k nearest p-median module and the tutorial example for capacitated p-median by @rongboxu in https://github.com/pysal/spopt/pull/397
  • Add KNearestPMP to API and documentation by @jGaboardi in https://github.com/pysal/spopt/pull/399
  • default to binary assignment for clients by @jGaboardi in https://github.com/pysal/spopt/pull/366
  • Prepend capacitated model name by @jGaboardi in https://github.com/pysal/spopt/pull/417
  • locate models – standardized default names by @jGaboardi in https://github.com/pysal/spopt/pull/422
  • flesh out kn-pmp testing by @jGaboardi in https://github.com/pysal/spopt/pull/429
  • parameters & docstring clean up in KNearestPMedian by @jGaboardi in https://github.com/pysal/spopt/pull/424
  • Review messaging in KN-PMP by @jGaboardi in https://github.com/pysal/spopt/pull/426
  • fix Church 2018 (tobler paper) cite by @jGaboardi in https://github.com/pysal/spopt/pull/430
  • K-nearest p-median demo notebook by @jGaboardi in https://github.com/pysal/spopt/pull/431 ### Other Changes
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/349
  • Update regionalisation demo in README by @paddyroddy in https://github.com/pysal/spopt/pull/351
  • Update Versioneer by @github-actions in https://github.com/pysal/spopt/pull/345
  • Overhaul repo infrastructure by @jGaboardi in https://github.com/pysal/spopt/pull/353
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/355
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/357
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/359
  • address new ruff failures by @jGaboardi in https://github.com/pysal/spopt/pull/360
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/365
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/367
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/371
  • shapely>=2 & other minimum version deps by @jGaboardi in https://github.com/pysal/spopt/pull/377
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/378
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/379
  • [WIP] capacitated p median by @ljwolf in https://github.com/pysal/spopt/pull/358
  • add Church & Murray Business Site Selection to refs by @rongboxu in https://github.com/pysal/spopt/pull/382
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/388
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/389
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/390
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/391
  • update precommit CI frequency -- resolve #392 by @jGaboardi in https://github.com/pysal/spopt/pull/393
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/398
  • Update GHA, etc (2023-10-15) by @jGaboardi in https://github.com/pysal/spopt/pull/405
  • Update 311-DEV.yaml by @jGaboardi in https://github.com/pysal/spopt/pull/408
  • Maint work for update supported Python versions, CI environments, et.c by @jGaboardi in https://github.com/pysal/spopt/pull/413
  • stricter linting – follow up #413 by @jGaboardi in https://github.com/pysal/spopt/pull/418

New Contributors

  • @paddyroddy made their first contribution in https://github.com/pysal/spopt/pull/351
  • @rongboxu made their first contribution in https://github.com/pysal/spopt/pull/374
  • @ljwolf made their first contribution in https://github.com/pysal/spopt/pull/358

Full Changelog: https://github.com/pysal/spopt/compare/v0.5.0...v0.6.0

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 2 years ago

spopt - v0.5.0

What's Changed

Bug Fixes

  • Fix CLSCP-SO bugs and add tests by @jGaboardi in https://github.com/pysal/spopt/pull/316
  • [BUG] affinity in Skater spanning forest by @jGaboardi in https://github.com/pysal/spopt/pull/333
  • [BUG] bounds for client assignment variables by @jGaboardi in https://github.com/pysal/spopt/pull/336 ### Enhancements
  • LSCP-B by @erinrolson in https://github.com/pysal/spopt/pull/259
  • P dispersion by @erinrolson in https://github.com/pysal/spopt/pull/268 ### Regionalization
  • Region-k-means seed by @jGaboardi in https://github.com/pysal/spopt/pull/294
  • expose SPENC kwargs by @jGaboardi in https://github.com/pysal/spopt/pull/312 ### Facility Location
  • Rewrite LSCPB formulation by @erinrolson in https://github.com/pysal/spopt/pull/272
  • New attributes & functionality for locate models by @jGaboardi in https://github.com/pysal/spopt/pull/296
  • start of doc work – focusing on locate docs by @jGaboardi in https://github.com/pysal/spopt/pull/302
  • Streamline redundant parameter passing in constraint constructors by @jGaboardi in https://github.com/pysal/spopt/pull/319
  • individual locate test, tqdm, & bare minimal testing env by @jGaboardi in https://github.com/pysal/spopt/pull/324
  • Clean up the implementation of the capacitated LSCP by @jGaboardi in https://github.com/pysal/spopt/pull/329 ### Other Changes
  • JOSS -- update footnote hyperlinks by @jGaboardi in https://github.com/pysal/spopt/pull/254
  • Update citation info by @jGaboardi in https://github.com/pysal/spopt/pull/256
  • correct bitex cite syntax by @jGaboardi in https://github.com/pysal/spopt/pull/257
  • Locate Notebooks with API inconsistent usage by @gegen07 in https://github.com/pysal/spopt/pull/261
  • mark kmeansheuristicsynthsmall test with xfail by @jGaboardi in https://github.com/pysal/spopt/pull/264
  • Add spacing in lscp math definition by @erinrolson in https://github.com/pysal/spopt/pull/266
  • Update typo in p-median example by @nickbearman in https://github.com/pysal/spopt/pull/275
  • .coverage in .gitignore by @jGaboardi in https://github.com/pysal/spopt/pull/277
  • testing overhaul, etc by @jGaboardi in https://github.com/pysal/spopt/pull/279
  • Update/cleanup/standardize notebooks by @jGaboardi in https://github.com/pysal/spopt/pull/288
  • Drop Py37, update binders, & test future shapely dev by @jGaboardi in https://github.com/pysal/spopt/pull/292
  • remove pip install in notebooks by @jGaboardi in https://github.com/pysal/spopt/pull/293
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/301
  • utilize BaseSpOptExactSolver by @jGaboardi in https://github.com/pysal/spopt/pull/305
  • doc work and formatting continued (random_region, util, ward) by @jGaboardi in https://github.com/pysal/spopt/pull/307
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/313
  • Facility capacity for LSCP by @erinrolson in https://github.com/pysal/spopt/pull/273
  • workaround for cascading references in docs by @jGaboardi in https://github.com/pysal/spopt/pull/309
  • doc build env correction by @jGaboardi in https://github.com/pysal/spopt/pull/334
  • polish up docstrings, etc. in skater.py by @jGaboardi in https://github.com/pysal/spopt/pull/335
  • Update release_and_publish.yml by @jGaboardi in https://github.com/pysal/spopt/pull/338
  • add versioneer action by @jGaboardi in https://github.com/pysal/spopt/pull/340
  • Update Versioneer by @github-actions in https://github.com/pysal/spopt/pull/342
  • Add requirements_notebooks.txt to MANIFEST by @jGaboardi in https://github.com/pysal/spopt/pull/344

New Contributors

  • @erinrolson made their first contribution in https://github.com/pysal/spopt/pull/266
  • @nickbearman made their first contribution in https://github.com/pysal/spopt/pull/275
  • @pre-commit-ci made their first contribution in https://github.com/pysal/spopt/pull/301
  • @github-actions made their first contribution in https://github.com/pysal/spopt/pull/342

Full Changelog: https://github.com/pysal/spopt/compare/v0.4.1...v0.5.0

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 3 years ago

spopt - v0.5.0rc2

What's Changed

Other Changes

  • Update release_and_publish.yml by @jGaboardi in https://github.com/pysal/spopt/pull/338
  • add versioneer action by @jGaboardi in https://github.com/pysal/spopt/pull/340
  • Update Versioneer by @github-actions in https://github.com/pysal/spopt/pull/342
  • Add requirements_notebooks.txt to MANIFEST by @jGaboardi in https://github.com/pysal/spopt/pull/344

New Contributors

  • @github-actions made their first contribution in https://github.com/pysal/spopt/pull/342

Full Changelog: https://github.com/pysal/spopt/compare/v0.5.0rc1...v0.5.0rc2

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 3 years ago

spopt - v0.5.0rc1

What's Changed

Bug Fixes

  • Fix CLSCP-SO bugs and add tests by @jGaboardi in https://github.com/pysal/spopt/pull/316
  • [BUG] affinity in Skater spanning forest by @jGaboardi in https://github.com/pysal/spopt/pull/333
  • [BUG] bounds for client assignment variables by @jGaboardi in https://github.com/pysal/spopt/pull/336 ### Enhancements
  • LSCP-B by @erinrolson in https://github.com/pysal/spopt/pull/259
  • P dispersion by @erinrolson in https://github.com/pysal/spopt/pull/268 ### Regionalization
  • Region-k-means seed by @jGaboardi in https://github.com/pysal/spopt/pull/294
  • expose SPENC kwargs by @jGaboardi in https://github.com/pysal/spopt/pull/312 ### Facility Location
  • Rewrite LSCPB formulation by @erinrolson in https://github.com/pysal/spopt/pull/272
  • New attributes & functionality for locate models by @jGaboardi in https://github.com/pysal/spopt/pull/296
  • start of doc work – focusing on locate docs by @jGaboardi in https://github.com/pysal/spopt/pull/302
  • Streamline redundant parameter passing in constraint constructors by @jGaboardi in https://github.com/pysal/spopt/pull/319
  • individual locate test, tqdm, & bare minimal testing env by @jGaboardi in https://github.com/pysal/spopt/pull/324
  • Clean up the implementation of the capacitated LSCP by @jGaboardi in https://github.com/pysal/spopt/pull/329 ### Other Changes
  • JOSS -- update footnote hyperlinks by @jGaboardi in https://github.com/pysal/spopt/pull/254
  • Update citation info by @jGaboardi in https://github.com/pysal/spopt/pull/256
  • correct bitex cite syntax by @jGaboardi in https://github.com/pysal/spopt/pull/257
  • Locate Notebooks with API inconsistent usage by @gegen07 in https://github.com/pysal/spopt/pull/261
  • mark kmeansheuristicsynthsmall test with xfail by @jGaboardi in https://github.com/pysal/spopt/pull/264
  • Add spacing in lscp math definition by @erinrolson in https://github.com/pysal/spopt/pull/266
  • Update typo in p-median example by @nickbearman in https://github.com/pysal/spopt/pull/275
  • .coverage in .gitignore by @jGaboardi in https://github.com/pysal/spopt/pull/277
  • testing overhaul, etc by @jGaboardi in https://github.com/pysal/spopt/pull/279
  • Update/cleanup/standardize notebooks by @jGaboardi in https://github.com/pysal/spopt/pull/288
  • Drop Py37, update binders, & test future shapely dev by @jGaboardi in https://github.com/pysal/spopt/pull/292
  • remove pip install in notebooks by @jGaboardi in https://github.com/pysal/spopt/pull/293
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/301
  • utilize BaseSpOptExactSolver by @jGaboardi in https://github.com/pysal/spopt/pull/305
  • doc work and formatting continued (random_region, util, ward) by @jGaboardi in https://github.com/pysal/spopt/pull/307
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/spopt/pull/313
  • Facility capacity for LSCP by @erinrolson in https://github.com/pysal/spopt/pull/273
  • workaround for cascading references in docs by @jGaboardi in https://github.com/pysal/spopt/pull/309
  • doc build env correction by @jGaboardi in https://github.com/pysal/spopt/pull/334
  • polish up docstrings, etc. in skater.py by @jGaboardi in https://github.com/pysal/spopt/pull/335

New Contributors

  • @erinrolson made their first contribution in https://github.com/pysal/spopt/pull/266
  • @nickbearman made their first contribution in https://github.com/pysal/spopt/pull/275
  • @pre-commit-ci made their first contribution in https://github.com/pysal/spopt/pull/301

Full Changelog: https://github.com/pysal/spopt/compare/v0.4.1...v0.5.0rc1

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 3 years ago

spopt - v0.4.1: spopt: a python package for solving spatial optimization problems in PySAL

What's Changed

Facility Location

  • Check feasibility following solution attempt by @jGaboardi in https://github.com/pysal/spopt/pull/239
  • Document locate class properties by @gegen07 in https://github.com/pysal/spopt/pull/243 ### Other Changes
  • add spopt ref to JOSS paper by @jGaboardi in https://github.com/pysal/spopt/pull/245
  • cleaning up JOSS manuscript -- references & links by @jGaboardi in https://github.com/pysal/spopt/pull/247
  • address reference concerns, etc. [2] by @jGaboardi in https://github.com/pysal/spopt/pull/249
  • clean out code block and add preexisting facility text by @jGaboardi in https://github.com/pysal/spopt/pull/250
  • a 'final' proofing for JOSS manuscript by @jGaboardi in https://github.com/pysal/spopt/pull/252

Full Changelog: https://github.com/pysal/spopt/compare/v0.4.0...v0.4.1

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] almost 4 years ago

spopt - v0.4.0

What's Changed

Enhancements

  • Add predefined locations to coverage models by @gegen07 in https://github.com/pysal/spopt/pull/231 ### Other Changes
  • UBDC acknowledgement by @jGaboardi in https://github.com/pysal/spopt/pull/235

Full Changelog: https://github.com/pysal/spopt/compare/v0.3.0...v0.4.0

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] almost 4 years ago

spopt - v0.3.0

What's Changed

Regionalization

  • Fix skater islands kwarg being ignored by @jGaboardi in https://github.com/pysal/spopt/pull/225 ### Other Changes
  • Gaboardi/ORNL Acknowledgement by @jGaboardi in https://github.com/pysal/spopt/pull/206
  • fix JOSS formatting by @martinfleis in https://github.com/pysal/spopt/pull/207
  • add 310 to CI matrix by @jGaboardi in https://github.com/pysal/spopt/pull/208
  • Xdist tests by @jGaboardi in https://github.com/pysal/spopt/pull/211
  • update pre-commit & bump supported python versions by @jGaboardi in https://github.com/pysal/spopt/pull/212
  • Region docs by @sjsrey in https://github.com/pysal/spopt/pull/214
  • bump actions/setup-python from 2 to 3 by @jGaboardi in https://github.com/pysal/spopt/pull/219
  • Bump actions/checkout from 2 to 3 by @jGaboardi in https://github.com/pysal/spopt/pull/220
  • mclp and lscp jupyter notebooks using osrm routing by @TimMcCauley in https://github.com/pysal/spopt/pull/221
  • policy for multiple components in maxp by @sjsrey in https://github.com/pysal/spopt/pull/223
  • doc: update policy options for maxp by @sjsrey in https://github.com/pysal/spopt/pull/226
  • Components fix by @sjsrey in https://github.com/pysal/spopt/pull/227
  • Components by @sjsrey in https://github.com/pysal/spopt/pull/228

New Contributors

  • @martinfleis made their first contribution in https://github.com/pysal/spopt/pull/207
  • @TimMcCauley made their first contribution in https://github.com/pysal/spopt/pull/221

Full Changelog: https://github.com/pysal/spopt/compare/v0.2.1...v0.3.0

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] about 4 years ago

spopt - v0.2.1

What's Changed

Bug Fixes

  • Update candidates list after making a move by @sjsrey in https://github.com/pysal/spopt/pull/202
  • install pulp for docs build by @jGaboardi in https://github.com/pysal/spopt/pull/205 ### Enhancements
  • Add Locate Module by @gegen07 in https://github.com/pysal/spopt/pull/186 ### Other Changes
  • update maxp notebook by @jGaboardi in https://github.com/pysal/spopt/pull/182
  • update random region notebook by @jGaboardi in https://github.com/pysal/spopt/pull/181
  • minor notebook/docs updates by @jGaboardi in https://github.com/pysal/spopt/pull/183
  • Doc site work by @jGaboardi in https://github.com/pysal/spopt/pull/184
  • Update locate docs by @gegen07 in https://github.com/pysal/spopt/pull/193
  • switch to versioneer by @jGaboardi in https://github.com/pysal/spopt/pull/194
  • Add examples section to locate module by @gegen07 in https://github.com/pysal/spopt/pull/198
  • access package version in tools/gitcount by @jGaboardi in https://github.com/pysal/spopt/pull/197
  • Generate Changelog notes automatically on release by @jGaboardi in https://github.com/pysal/spopt/pull/199
  • Update fac-loc real world notebook by @gegen07 in https://github.com/pysal/spopt/pull/204
  • [WIP] JOSS paper revisions work by @jGaboardi in https://github.com/pysal/spopt/pull/200

New Contributors

  • @gegen07 made their first contribution in https://github.com/pysal/spopt/pull/186

Full Changelog: https://github.com/pysal/spopt/compare/v0.2.0...v0.2.1

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 4 years ago

spopt - v0.2.0

What's Changed

Bug Fixes

  • Update candidates list after making a move by @sjsrey in https://github.com/pysal/spopt/pull/202 ### Enhancements
  • Add Locate Module by @gegen07 in https://github.com/pysal/spopt/pull/186 ### Other Changes
  • update maxp notebook by @jGaboardi in https://github.com/pysal/spopt/pull/182
  • update random region notebook by @jGaboardi in https://github.com/pysal/spopt/pull/181
  • minor notebook/docs updates by @jGaboardi in https://github.com/pysal/spopt/pull/183
  • Doc site work by @jGaboardi in https://github.com/pysal/spopt/pull/184
  • Update locate docs by @gegen07 in https://github.com/pysal/spopt/pull/193
  • switch to versioneer by @jGaboardi in https://github.com/pysal/spopt/pull/194
  • Add examples section to locate module by @gegen07 in https://github.com/pysal/spopt/pull/198
  • access package version in tools/gitcount by @jGaboardi in https://github.com/pysal/spopt/pull/197
  • Generate Changelog notes automatically on release by @jGaboardi in https://github.com/pysal/spopt/pull/199
  • Update fac-loc real world notebook by @gegen07 in https://github.com/pysal/spopt/pull/204
  • [WIP] JOSS paper revisions work by @jGaboardi in https://github.com/pysal/spopt/pull/200

New Contributors

  • @gegen07 made their first contribution in https://github.com/pysal/spopt/pull/186

Full Changelog: https://github.com/pysal/spopt/compare/v0.1.2...v0.2.0

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 4 years ago

spopt - Release v0.1.2

Changes

Version 0.1.2 (2021-06-28)

We closed a total of 2 issues (enhancements and bug fixes) through 1 pull requests, since our last release on 2021-06-28.

Issues Closed

  • prep for release of version 0.1.2 (#180)

Pull Requests

  • prep for release of version 0.1.2 (#180)

The following individuals contributed to this release:

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] almost 5 years ago

spopt - Release v0.1.1

Changes

Version 0.1.1 (2021-01-31)

We closed a total of 3 issues (enhancements and bug fixes) through 1 pull requests, since our last release on 2021-01-31.

Issues Closed

  • fresh cut release? (#138)
  • bump version 0.1.0 -> 0.1.1 (#139)

Pull Requests

  • bump version 0.1.0 -> 0.1.1 (#139)

The following individuals contributed to this release:

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 5 years ago

spopt - Release v0.1.0

Changes

Version 0.1.0 (2021-01-20)

We closed a total of 2 issues (enhancements and bug fixes) through 1 pull requests, since our last release on 2021-01-19.

Issues Closed

  • bump v0.1.0 (#136)

Pull Requests

  • bump v0.1.0 (#136)

The following individuals contributed to this release:

  • Serge Rey

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 5 years ago

spopt - Release v0.0.5

Changes

Version 0.0.5 (2021-01-17)

We closed a total of 8 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2021-01-17.

Issues Closed

  • pulp omitted from requirements (#132)
  • pulp to reqs (#133)
  • spopt sub-sub modules not included on PyPI? (#128)
  • Include all packages. (#131)
  • add token user to pypi step (#129)

Pull Requests

  • pulp to reqs (#133)
  • Include all packages. (#131)
  • add token user to pypi step (#129)

The following individuals contributed to this release:

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 5 years ago

spopt - Release v0.0.4

Changes

Version 0.0.4 (2021-01-17)

We closed a total of 4 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2021-01-17.

Issues Closed

  • Include all packages. (#131)
  • add token user to pypi step (#129)

Pull Requests

  • Include all packages. (#131)
  • add token user to pypi step (#129)

The following individuals contributed to this release:

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 5 years ago

spopt - Release v0.0.3

Changes

Version 0.0.3 (2021-01-15)

We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2021-01-15.

Issues Closed

  • update changelog notebook (#122)
  • fix changelog notebook (#121)
  • bump version to v0.0.2 (#120)
  • bump initial version down to 0.0.1 (#117)

Pull Requests

  • update changelog notebook (#122)
  • bump version to v0.0.2 (#120)
  • bump initial version down to 0.0.1 (#117)

The following individuals contributed to this release:

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 5 years ago