mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
New port: science/py-paramz: Parameterization framework
This commit is contained in:
parent
f6c94712d1
commit
6bb36770f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487728
@ -233,6 +233,7 @@
|
||||
SUBDIR += py-obspy
|
||||
SUBDIR += py-openpiv
|
||||
SUBDIR += py-paida
|
||||
SUBDIR += py-paramz
|
||||
SUBDIR += py-phono3py
|
||||
SUBDIR += py-phonopy
|
||||
SUBDIR += py-pupynere
|
||||
|
25
science/py-paramz/Makefile
Normal file
25
science/py-paramz/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= paramz
|
||||
DISTVERSION= 0.9.4
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Parameterization framework
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}decorator>=4.0.10:devel/py-decorator@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/py-paramz/distinfo
Normal file
3
science/py-paramz/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545112822
|
||||
SHA256 (paramz-0.9.4.tar.gz) = 179ca77a965e6e724217257793e3c8c022285ea2190a85e0826ac98dea316219
|
||||
SIZE (paramz-0.9.4.tar.gz) = 70747
|
17
science/py-paramz/pkg-descr
Normal file
17
science/py-paramz/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
Parameterization Framework for parameterized model creation and handling. This
|
||||
is a lightweight framework for using parameterized models.
|
||||
|
||||
Features:
|
||||
* Easy model creation with parameters
|
||||
* Fast optimized access of parameters for optimization routines
|
||||
* Memory efficient storage of parameters (only one copy in memory)
|
||||
* Renaming of parameters
|
||||
* Intuitive printing of models and parameters
|
||||
* Gradient saving directly inside parameters
|
||||
* Gradient checking of parameters
|
||||
* Optimization of parameters
|
||||
* Jupyter notebook integration
|
||||
* Efficient storage of models, for reloading
|
||||
* Efficient caching included
|
||||
|
||||
WWW: https://github.com/sods/paramz
|
Loading…
Reference in New Issue
Block a user