Sourced from grid's releases.
v1.0.1
What's Changed
- Add non-allocating delete_row and delete_col methods by
@​Copilotin becheran/grid#70New Contributors
@​Copilotmade their first contribution in becheran/grid#70Full Changelog: https://github.com/becheran/grid/compare/v1.0.0...v1.0.1
8caa819
chore: Release grid version 1.0.1e879d41
Add safety checks for empty input in insert_row and insert_col
methodsbe213bd
Add safety checks for grid dimension overflow in expand and prepend
methodse77e0c0
style: format test assertions for better readability781d36c
Add comprehensive tests for delete methods including equivalence
tests9bf8d0b
Add delete_row and delete_col methods to avoid allocationda542e1
chore: fix pipeline formatting875f418
chore: auto generate release notes