Skip to content

Update changes and metadata for 2.5#1738

Merged
adam-urbanczyk merged 4 commits into
masterfrom
2.5_rel
Jan 2, 2025
Merged

Update changes and metadata for 2.5#1738
adam-urbanczyk merged 4 commits into
masterfrom
2.5_rel

Conversation

@adam-urbanczyk
Copy link
Copy Markdown
Member

@adam-urbanczyk adam-urbanczyk commented Jan 1, 2025

  • changes
  • version in __init__.py
  • version in setup.py

@adam-urbanczyk
Copy link
Copy Markdown
Member Author

This is it for 2.5

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 1, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.33%. Comparing base (7b9a48d) to head (e10d6c4).
Report is 18 commits behind head on master.

Files with missing lines Patch % Lines
cadquery/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1738   +/-   ##
=======================================
  Coverage   95.33%   95.33%           
=======================================
  Files          28       28           
  Lines        6842     6842           
  Branches     1025     1025           
=======================================
  Hits         6523     6523           
  Misses        194      194           
  Partials      125      125           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@jmwright jmwright left a comment

Choose a reason for hiding this comment

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

Looks good, thanks @adam-urbanczyk ! If you send me your PyPI user name, I will get you added so you can push releases.

@adam-urbanczyk
Copy link
Copy Markdown
Member Author

Done

@lorenzncode
Copy link
Copy Markdown
Member

One other suggestion is to change the conda env detection in setup.py from:

is_conda = "CONDA_PREFIX_1" in os.environ
to
is_conda = "CONDA_PREFIX" in os.environ

The current check is not effective with micromamba.

@adam-urbanczyk adam-urbanczyk merged commit 6cb4124 into master Jan 2, 2025
@jmwright jmwright deleted the 2.5_rel branch October 28, 2025 20:18
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.

3 participants