8000 Tags · 4DNucleome/PartSegCore-compiled-backend · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: 4DNucleome/PartSegCore-compiled-backend

Tags

v0.15.13

Toggle v0.15.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 (#73)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.0.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.23.3...v3.0.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>

v0.15.12

Toggle v0.15.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix checking if polygon is convex (#68)

* add tests, start fixing

* fix check for beeing convex

* improve centroid

* improve docstring

* fix orientation usage

* improve tests

* improve naming and type annotation

* more improvements

* improve assert information

v0.15.11

Toggle v0.15.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do not deduplicate single line polygon (#65)

* do not deduplicate single line polygon

* render edges of short polygon

* update docstring

v0.15.10

Toggle v0.15.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add option to deduplicate edges in edge triangulation (#64)

* start deduplicate edges

* add option to remove duplicate edges from path triangulation

* fix tests

* fix on linux

* disable debug mode

* improve documentation

* fix traingle numbers

v0.15.9

Toggle v0.15.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Downgrade minimum numpy to 1.23.5 (#61)

* Downgrade minimum numpy to 1.23.5

* Add testing min req

v0.15.8

Toggle v0.15.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reduce python interactions in cython part of code (#58)

* reduce python interactions in cython part of code

* improve tests

v0.15.7

Toggle v0.15.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rebuild PartSegCore for numpy 2.0 (#29)

* require at least numpy 2.0

* Update pyproject.toml

v0.15.6

Toggle v0.15.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add macos arm wheels (#18)

* add macos arm wheels

* bump cibuildwheel

* build libomp

* add sudo

v0.15.5

Toggle v0.15.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix types in _zero_preserving_modulo_seq to proper function dispatch (#…

…17)

v0.15.4

Toggle v0.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix modulo calculation (#15)

* fix modulo calculation

* fix modulo
0