Port details |
- py-optuna Hyperparameter optimization framework
- 2.10.1_1 math
=0 2.10.1_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on expired databases/py-sqlalchemy12
This port expired on: 2024-06-04
- Maintainer: nc@FreeBSD.org
- Port Added: 2021-01-01 10:06:34
- Last Update: 2024-06-11 15:24:20
- Commit Hash: 26f1862
- License: MIT
- WWW:
- https://optuna.org/
- Description:
- Optuna is an automatic hyperparameter optimization software framework,
particularly designed for machine learning. It features an imperative,
define-by-run style user API. Thanks to our define-by-run API, the code
written with Optuna enjoys high modularity, and the user of Optuna can
dynamically construct the search spaces for the hyperparameters.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}optuna>0:math/py-optuna@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-optuna
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1659118277
SHA256 (optuna-2.10.1.tar.gz) = 8a12009b57757c1070b3bff2261c24824d6430c22926dd1e2ace33b3deff555f
SIZE (optuna-2.10.1.tar.gz) = 224093
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-alembic14>0 : databases/py-alembic14@py39
- py39-cliff>0 : devel/py-cliff@py39
- py39-cmaes>0 : math/py-cmaes@py39
- py39-colorlog>0 : devel/py-colorlog@py39
- py39-joblib>0 : devel/py-joblib@py39
- py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
- py39-packaging>0 : devel/py-packaging@py39
- py39-scipy>0 : science/py-scipy@py39
- py39-sqlalchemy12>0 : databases/py-sqlalchemy12@py39
- py39-tqdm>0 : misc/py-tqdm@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_py-optuna
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.10.1_1 11 Jun 2024 15:24:20 |
Rene Ladan (rene) |
math/py-optuna: Remove expired port
2024-06-04 math/py-optuna: Depends on expired databases/py-sqlalchemy12 |
2.10.1_1 04 May 2024 14:03:57 |
Rene Ladan (rene) |
math/py-optuna: expire on 2024-06-04 for databases/py-sqlalchemy12 |
2.10.1_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.10.1_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.10.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.10.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.10.1 29 Jul 2022 18:26:32 |
Neel Chauhan (nc) |
math/py-optuna: Update to 2.10.1 |
2.10.0 04 Oct 2021 18:01:19 |
Neel Chauhan (nc) |
math/py-optuna: Update to 2.10.0 |
2.9.1_1 30 Sep 2021 19:52:39 |
Muhammad Moinur Rahman (bofh) |
math/py-optuna: Switch to alembic 1.4.x
- This is required as part of updating databases/py-alembic
PR: 258793
Approved by: nc |
2.9.1 09 Aug 2021 17:19:26 |
Neel Chauhan (nc) |
math/py-optuna: Update to 2.9.1 |
2.8.0 12 Jun 2021 03:56:41 |
Neel Chauhan (nc) |
math/py-optuna: Update to 2.8.0 |
2.7.0 08 Apr 2021 21:43:37 |
Neel Chauhan (nc) |
math/py-optuna: Update to 2.7.0 |
2.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.6.0 16 Mar 2021 18:35:00 |
nc |
math/py-optuna: Update to 2.6.0
Changes: https://github.com/optuna/optuna/releases/tag/v2.6.0 |
2.5.0 04 Feb 2021 01:53:06 |
nc |
math/py-optuna: Update to 2.5.0
Approved by: 0mp (mentor, implicit) |
2.4.0 16 Jan 2021 16:38:24 |
nc |
math/py-optuna: Update to 2.4.0
Changes: https://github.com/optuna/optuna/releases/tag/v2.4.0
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D28145 |
2.3.0 05 Jan 2021 15:33:40 |
nc |
Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D27966 |
2.3.0 02 Jan 2021 11:29:48 |
pi |
graphics/py-box2d-py, math/py-cmaes, math/py-optuna: remove pkg-message.in
PR: 252342
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
2.3.0 01 Jan 2021 10:06:27 |
pi |
New port: math/py-optuna: A hyperparameter optimization framework
Optuna is an automatic hyperparameter optimization software framework,
particularly designed for machine learning. It features an imperative,
define-by-run style user API. Thanks to our define-by-run API, the code
written with Optuna enjoys high modularity, and the user of Optuna can
dynamically construct the search spaces for the hyperparameters.
WWW: https://optuna.org/
PR: 252151
Submitted by: Neel Chauhan <neel@neelc.org> |