Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes a variety of changes across multiple files to enhance linting configurations, update documentation, and modify code for improved functionality and compatibility.
Versioning:
superblockify/_version.py
to 1.0.1.Documentation Updates:
docs/changelog.rst
with details about lint reconfiguration, bug fixes, updates, and documentation improvements.docs/conf.py
to dynamically update the copyright year usingdatetime.now().year
and changed the release version to 1.0.1.Code Enhancements:
unary_union
withunion_all
in multiple files (docs/guide/31_tessellation.myst
,docs/guide/32_edge_population.myst
,examples/07-superblock-boundary.ipynb
) to improve geometric operations. [1] [2] [3]docs/guide/30_population_density.myst
andexamples/06-population-density.ipynb
to add alow_cutoff
parameter to theget_population
function, allowing for the exclusion of low population values. [1] [2]Linting Configuration:
.github/workflows/lint.yml
to ignore additional pylint warningsR0917
for both source code and tests.