Skip to content
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

add py3.12 support #120

Merged
merged 19 commits into from
Mar 10, 2025
Merged

add py3.12 support #120

merged 19 commits into from
Mar 10, 2025

Conversation

LGro
Copy link
Member

@LGro LGro commented Oct 5, 2023

Adding support for Python 3.12. The main concern might be that we need a very recent pytorch version for that, which might cause incompatibilities with other third party dependencies. I'd suggest we try it out ☺️

Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
@LGro LGro force-pushed the feature/python-3-12 branch from 65f84e0 to ac06638 Compare November 24, 2023 12:20
LGro added 6 commits November 24, 2023 13:36
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
….10 instead of unsupported 3.8

Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Copy link

github-actions bot commented May 13, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  blackboxopt
  base.py
  evaluation.py
  io.py
  utils.py
  blackboxopt/optimization_loops
  dask_distributed.py
  sequential.py
  blackboxopt/optimizers
  botorch_base.py
  botorch_utils.py
  testing.py
  blackboxopt/optimizers/staged
  configuration_sampler.py
  iteration.py
  optimizer.py
  utils.py
  blackboxopt/visualizations
  utils.py
Project Total  

This report was generated by python-coverage-comment-action

@LGro LGro marked this pull request as ready for review May 13, 2024 15:10
@LGro LGro requested a review from aeivazi May 13, 2024 15:10
LGro added 2 commits March 10, 2025 13:45
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
@LGro LGro force-pushed the feature/python-3-12 branch from daec301 to b4b3ad9 Compare March 10, 2025 12:45
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
@LGro LGro force-pushed the feature/python-3-12 branch from 63773f5 to a39ecd8 Compare March 10, 2025 13:02
LGro added 5 commits March 10, 2025 14:18
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
@LGro LGro force-pushed the feature/python-3-12 branch from 0bdef81 to bb25791 Compare March 10, 2025 13:35
LGro added 3 commits March 10, 2025 14:41
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Copy link
Collaborator

@aeivazi aeivazi left a comment

Choose a reason for hiding this comment

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

thank you, just one comment on PR ;)

Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
@LGro LGro merged commit f644319 into main Mar 10, 2025
9 checks passed
@LGro LGro deleted the feature/python-3-12 branch March 10, 2025 14:46
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.

2 participants