Skip to content

Conversation

@RDaxini
Copy link
Collaborator

@RDaxini RDaxini commented Nov 5, 2025

Describe your changes

Issue ticket number and link

Fixes #297

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist before requesting a review

  • I have performed a self-review of my code
  • Code changes are covered by tests.
  • Code changes have been evaluated for compatibility/integration with Scenario analysis (for future PRs)
  • Code changes have been evaluated for compatibility/integration with geospatial autotemplating (for future PRs)
  • New functions added to init.py
  • API.rst is up to date, along with other sphinx docs pages
  • Example notebooks are rerun and differences in results scrutinized
  • What's new changelog has been updated in the docs

@RDaxini RDaxini self-assigned this Nov 5, 2025
@RDaxini RDaxini added testing build tools Pipelines, CI, GH actions labels Nov 5, 2025
@RDaxini RDaxini added this to the v0.6.2 milestone Nov 5, 2025
@RDaxini RDaxini linked an issue Nov 5, 2025 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.67%. Comparing base (51172fd) to head (163a26d).
⚠️ Report is 428 commits behind head on development.

Additional details and impacted files
@@               Coverage Diff               @@
##           development     #299      +/-   ##
===============================================
+ Coverage        71.66%   74.67%   +3.01%     
===============================================
  Files               40       41       +1     
  Lines             4524     4813     +289     
===============================================
+ Hits              3242     3594     +352     
+ Misses            1282     1219      -63     

☔ 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.

@RDaxini
Copy link
Collaborator Author

RDaxini commented Nov 5, 2025

Looks like numba isn't supported in python 3.14 but we use it in humidity.py so this PR needs to wait until all required dependencies support 3.14

@RDaxini RDaxini modified the milestones: v0.6.2, Someday Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build tools Pipelines, CI, GH actions testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Python 3.14 to test matrix

4 participants