-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release 1.2.0 #193
release 1.2.0 #193
Conversation
…e-and-hashable Geometries should be immutable and hashable #128
documentation initial version
updates: - [github.com/psf/black: 23.10.0 → 23.10.1](psf/black@23.10.0...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](astral-sh/ruff-pre-commit@v0.1.1...v0.1.3)
[pre-commit.ci] pre-commit autoupdate
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
introduced force_2d for a subset of geometries #180
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.3...v0.1.4) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1)
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hakancelikdev/unimport: 1.0.0 → 1.1.0](hakancelikdev/unimport@1.0.0...1.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6)
[pre-commit.ci] pre-commit autoupdate
it cannot be guaranteed that objects which compare equal have the same hash value
updates: - [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.7.1](pre-commit/mirrors-mypy@v1.7.0...v1.7.1) - [github.com/python-jsonschema/check-jsonschema: 0.27.1 → 0.27.2](python-jsonschema/check-jsonschema@0.27.1...0.27.2)
[pre-commit.ci] pre-commit autoupdate
Watermelon AI SummaryThis Pull Request aggregates changes aimed at releasing version 1.2.0, focusing on making geometries in the codebase immutable and hashable to ensure consistency and easier management of data, updating documentation and development tools, and applying code quality enhancements and bug fixes. GitHub PRs
Click here to login to Jira |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #193 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 21 21
Lines 2244 2369 +125
Branches 0 256 +256
==========================================
+ Hits 2244 2369 +125 ☔ View full report in Codecov by Sentry. |
PR Summary
|
No description provided.