Skip to content

Bits Bytes and Fixes#50

Merged
schuhmaj merged 13 commits intomainfrom
bits-bytes-and-fixes
Oct 17, 2025
Merged

Bits Bytes and Fixes#50
schuhmaj merged 13 commits intomainfrom
bits-bytes-and-fixes

Conversation

@schuhmaj
Copy link
Copy Markdown
Collaborator

@schuhmaj schuhmaj commented Sep 9, 2025

Changelog Version 3.3.1

  • Automatic parsing of the version number based on the most recent git tag
    • Deactivated because it leads to issues:
      • Not possible if downloading the zip or tar.gz release as conda does, since this does not contain the git history
      • Not possible if only a partial git history is available (like in the GitHub CI)
    • However, I did keep the function available in the CMake Build System
  • Resolves Polyhedron Constructor silently fails with non existing file locations #49
    • A runtime error is thrown if the Polyhedron's source files don't exist
  • Update PyPI Build Wheels and Pybind11 Dependency to enable Python 3.14 builds and Windows 3.13-free-threaded builds
  • Drop official "support" for the deprecated Python 3.8 (The module can still be built for 3.8 and older versions. However, GitHub's maximum runner duration is 6 hours - We simply cannot build wheels for all versions in time)

@schuhmaj schuhmaj force-pushed the bits-bytes-and-fixes branch from 4d05b49 to da461c8 Compare September 12, 2025 11:09
drop Python 3.8 support since it has reached its end-of-life
@schuhmaj schuhmaj self-assigned this Oct 16, 2025
@schuhmaj schuhmaj marked this pull request as ready for review October 16, 2025 10:25
@schuhmaj schuhmaj requested a review from gomezzz October 16, 2025 10:26
Copy link
Copy Markdown
Collaborator

@gomezzz gomezzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@schuhmaj schuhmaj merged commit 7fe1490 into main Oct 17, 2025
6 checks passed
@schuhmaj schuhmaj deleted the bits-bytes-and-fixes branch October 17, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Polyhedron Constructor silently fails with non existing file locations

2 participants