pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-astroML (math/py-astroML) import py38-astroML-1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81cae3f52f0a
branches:  trunk
changeset: 443699:81cae3f52f0a
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Dec 19 14:42:39 2020 +0000

description:
(math/py-astroML) import py38-astroML-1.0

Based on PR pkg/55871 by Daisuke Kinoshita:

AstroML is an Astropy affiliated Python module for machine learning and
data mining in astronomy.

diffstat:

 math/py-astroML/DESCR    |    2 +
 math/py-astroML/Makefile |   24 +++
 math/py-astroML/PLIST    |  327 +++++++++++++++++++++++++++++++++++++++++++++++
 math/py-astroML/distinfo |    6 +
 4 files changed, 359 insertions(+), 0 deletions(-)

diffs (truncated from 375 to 300 lines):

diff -r 3b564359fd04 -r 81cae3f52f0a math/py-astroML/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-astroML/DESCR     Sat Dec 19 14:42:39 2020 +0000
@@ -0,0 +1,2 @@
+AstroML is an Astropy affiliated Python module for machine learning and
+data mining in astronomy.
diff -r 3b564359fd04 -r 81cae3f52f0a math/py-astroML/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-astroML/Makefile  Sat Dec 19 14:42:39 2020 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/12/19 14:42:39 mef Exp $
+
+DISTNAME=      astroML-1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math python
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=astroML/}
+GITHUB_PROJECT=        astroML
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.astroml.org/
+COMMENT=       Astropy affiliated module for machine learning and data mining
+LICENSE=       modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+PYTHON_VERSIONS_INCOMPATIBLE+= 36
+
+DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=2.1.1:../../graphics/py-matplotlib
+DEPENDS+=      ${PYPKGPREFIX}-scikit-learn>=0.18:../../math/py-scikit-learn
+DEPENDS+=      ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
+
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3b564359fd04 -r 81cae3f52f0a math/py-astroML/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-astroML/PLIST     Sat Dec 19 14:42:39 2020 +0000
@@ -0,0 +1,327 @@
+@comment $NetBSD: PLIST,v 1.1 2020/12/19 14:42:39 mef Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/astroML/__init__.py
+${PYSITELIB}/astroML/__init__.pyc
+${PYSITELIB}/astroML/__init__.pyo
+${PYSITELIB}/astroML/classification/__init__.py
+${PYSITELIB}/astroML/classification/__init__.pyc
+${PYSITELIB}/astroML/classification/__init__.pyo
+${PYSITELIB}/astroML/classification/gmm_bayes.py
+${PYSITELIB}/astroML/classification/gmm_bayes.pyc
+${PYSITELIB}/astroML/classification/gmm_bayes.pyo
+${PYSITELIB}/astroML/classification/tests/__init__.py
+${PYSITELIB}/astroML/classification/tests/__init__.pyc
+${PYSITELIB}/astroML/classification/tests/__init__.pyo
+${PYSITELIB}/astroML/classification/tests/test_gmm_bayes.py
+${PYSITELIB}/astroML/classification/tests/test_gmm_bayes.pyc
+${PYSITELIB}/astroML/classification/tests/test_gmm_bayes.pyo
+${PYSITELIB}/astroML/clustering/__init__.py
+${PYSITELIB}/astroML/clustering/__init__.pyc
+${PYSITELIB}/astroML/clustering/__init__.pyo
+${PYSITELIB}/astroML/clustering/mst_clustering.py
+${PYSITELIB}/astroML/clustering/mst_clustering.pyc
+${PYSITELIB}/astroML/clustering/mst_clustering.pyo
+${PYSITELIB}/astroML/clustering/tests/__init__.py
+${PYSITELIB}/astroML/clustering/tests/__init__.pyc
+${PYSITELIB}/astroML/clustering/tests/__init__.pyo
+${PYSITELIB}/astroML/clustering/tests/test_MST_clustering.py
+${PYSITELIB}/astroML/clustering/tests/test_MST_clustering.pyc
+${PYSITELIB}/astroML/clustering/tests/test_MST_clustering.pyo
+${PYSITELIB}/astroML/conftest.py
+${PYSITELIB}/astroML/conftest.pyc
+${PYSITELIB}/astroML/conftest.pyo
+${PYSITELIB}/astroML/correlation.py
+${PYSITELIB}/astroML/correlation.pyc
+${PYSITELIB}/astroML/correlation.pyo
+${PYSITELIB}/astroML/cosmology.py
+${PYSITELIB}/astroML/cosmology.pyc
+${PYSITELIB}/astroML/cosmology.pyo
+${PYSITELIB}/astroML/crossmatch.py
+${PYSITELIB}/astroML/crossmatch.pyc
+${PYSITELIB}/astroML/crossmatch.pyo
+${PYSITELIB}/astroML/datasets/LIGO_bigdog.py
+${PYSITELIB}/astroML/datasets/LIGO_bigdog.pyc
+${PYSITELIB}/astroML/datasets/LIGO_bigdog.pyo
+${PYSITELIB}/astroML/datasets/LINEAR_sample.py
+${PYSITELIB}/astroML/datasets/LINEAR_sample.pyc
+${PYSITELIB}/astroML/datasets/LINEAR_sample.pyo
+${PYSITELIB}/astroML/datasets/__init__.py
+${PYSITELIB}/astroML/datasets/__init__.pyc
+${PYSITELIB}/astroML/datasets/__init__.pyo
+${PYSITELIB}/astroML/datasets/dr7_quasar.py
+${PYSITELIB}/astroML/datasets/dr7_quasar.pyc
+${PYSITELIB}/astroML/datasets/dr7_quasar.pyo
+${PYSITELIB}/astroML/datasets/generated.py
+${PYSITELIB}/astroML/datasets/generated.pyc
+${PYSITELIB}/astroML/datasets/generated.pyo
+${PYSITELIB}/astroML/datasets/hogg2010test.py
+${PYSITELIB}/astroML/datasets/hogg2010test.pyc
+${PYSITELIB}/astroML/datasets/hogg2010test.pyo
+${PYSITELIB}/astroML/datasets/imaging_sample.py
+${PYSITELIB}/astroML/datasets/imaging_sample.pyc
+${PYSITELIB}/astroML/datasets/imaging_sample.pyo
+${PYSITELIB}/astroML/datasets/kelly2007test.py
+${PYSITELIB}/astroML/datasets/kelly2007test.pyc
+${PYSITELIB}/astroML/datasets/kelly2007test.pyo
+${PYSITELIB}/astroML/datasets/moving_objects.py
+${PYSITELIB}/astroML/datasets/moving_objects.pyc
+${PYSITELIB}/astroML/datasets/moving_objects.pyo
+${PYSITELIB}/astroML/datasets/nasa_atlas.py
+${PYSITELIB}/astroML/datasets/nasa_atlas.pyc
+${PYSITELIB}/astroML/datasets/nasa_atlas.pyo
+${PYSITELIB}/astroML/datasets/rrlyrae_mags.py
+${PYSITELIB}/astroML/datasets/rrlyrae_mags.pyc
+${PYSITELIB}/astroML/datasets/rrlyrae_mags.pyo
+${PYSITELIB}/astroML/datasets/rrlyrae_templates.py
+${PYSITELIB}/astroML/datasets/rrlyrae_templates.pyc
+${PYSITELIB}/astroML/datasets/rrlyrae_templates.pyo
+${PYSITELIB}/astroML/datasets/sdss_S82standards.py
+${PYSITELIB}/astroML/datasets/sdss_S82standards.pyc
+${PYSITELIB}/astroML/datasets/sdss_S82standards.pyo
+${PYSITELIB}/astroML/datasets/sdss_corrected_spectra.py
+${PYSITELIB}/astroML/datasets/sdss_corrected_spectra.pyc
+${PYSITELIB}/astroML/datasets/sdss_corrected_spectra.pyo
+${PYSITELIB}/astroML/datasets/sdss_filters.py
+${PYSITELIB}/astroML/datasets/sdss_filters.pyc
+${PYSITELIB}/astroML/datasets/sdss_filters.pyo
+${PYSITELIB}/astroML/datasets/sdss_galaxy_colors.py
+${PYSITELIB}/astroML/datasets/sdss_galaxy_colors.pyc
+${PYSITELIB}/astroML/datasets/sdss_galaxy_colors.pyo
+${PYSITELIB}/astroML/datasets/sdss_specgals.py
+${PYSITELIB}/astroML/datasets/sdss_specgals.pyc
+${PYSITELIB}/astroML/datasets/sdss_specgals.pyo
+${PYSITELIB}/astroML/datasets/sdss_spectrum.py
+${PYSITELIB}/astroML/datasets/sdss_spectrum.pyc
+${PYSITELIB}/astroML/datasets/sdss_spectrum.pyo
+${PYSITELIB}/astroML/datasets/sdss_sspp.py
+${PYSITELIB}/astroML/datasets/sdss_sspp.pyc
+${PYSITELIB}/astroML/datasets/sdss_sspp.pyo
+${PYSITELIB}/astroML/datasets/tools/__init__.py
+${PYSITELIB}/astroML/datasets/tools/__init__.pyc
+${PYSITELIB}/astroML/datasets/tools/__init__.pyo
+${PYSITELIB}/astroML/datasets/tools/cas_query.py
+${PYSITELIB}/astroML/datasets/tools/cas_query.pyc
+${PYSITELIB}/astroML/datasets/tools/cas_query.pyo
+${PYSITELIB}/astroML/datasets/tools/download.py
+${PYSITELIB}/astroML/datasets/tools/download.pyc
+${PYSITELIB}/astroML/datasets/tools/download.pyo
+${PYSITELIB}/astroML/datasets/tools/sdss_fits.py
+${PYSITELIB}/astroML/datasets/tools/sdss_fits.pyc
+${PYSITELIB}/astroML/datasets/tools/sdss_fits.pyo
+${PYSITELIB}/astroML/datasets/tools/sql_query.py
+${PYSITELIB}/astroML/datasets/tools/sql_query.pyc
+${PYSITELIB}/astroML/datasets/tools/sql_query.pyo
+${PYSITELIB}/astroML/datasets/wmap_temperatures.py
+${PYSITELIB}/astroML/datasets/wmap_temperatures.pyc
+${PYSITELIB}/astroML/datasets/wmap_temperatures.pyo
+${PYSITELIB}/astroML/decorators.py
+${PYSITELIB}/astroML/decorators.pyc
+${PYSITELIB}/astroML/decorators.pyo
+${PYSITELIB}/astroML/density_estimation/__init__.py
+${PYSITELIB}/astroML/density_estimation/__init__.pyc
+${PYSITELIB}/astroML/density_estimation/__init__.pyo
+${PYSITELIB}/astroML/density_estimation/bayesian_blocks.py
+${PYSITELIB}/astroML/density_estimation/bayesian_blocks.pyc
+${PYSITELIB}/astroML/density_estimation/bayesian_blocks.pyo
+${PYSITELIB}/astroML/density_estimation/density_estimation.py
+${PYSITELIB}/astroML/density_estimation/density_estimation.pyc
+${PYSITELIB}/astroML/density_estimation/density_estimation.pyo
+${PYSITELIB}/astroML/density_estimation/empirical.py
+${PYSITELIB}/astroML/density_estimation/empirical.pyc
+${PYSITELIB}/astroML/density_estimation/empirical.pyo
+${PYSITELIB}/astroML/density_estimation/gauss_mixture.py
+${PYSITELIB}/astroML/density_estimation/gauss_mixture.pyc
+${PYSITELIB}/astroML/density_estimation/gauss_mixture.pyo
+${PYSITELIB}/astroML/density_estimation/histtools.py
+${PYSITELIB}/astroML/density_estimation/histtools.pyc
+${PYSITELIB}/astroML/density_estimation/histtools.pyo
+${PYSITELIB}/astroML/density_estimation/tests/__init__.py
+${PYSITELIB}/astroML/density_estimation/tests/__init__.pyc
+${PYSITELIB}/astroML/density_estimation/tests/__init__.pyo
+${PYSITELIB}/astroML/density_estimation/tests/test_bayesian_blocks.py
+${PYSITELIB}/astroML/density_estimation/tests/test_bayesian_blocks.pyc
+${PYSITELIB}/astroML/density_estimation/tests/test_bayesian_blocks.pyo
+${PYSITELIB}/astroML/density_estimation/tests/test_density.py
+${PYSITELIB}/astroML/density_estimation/tests/test_density.pyc
+${PYSITELIB}/astroML/density_estimation/tests/test_density.pyo
+${PYSITELIB}/astroML/density_estimation/tests/test_empirical.py
+${PYSITELIB}/astroML/density_estimation/tests/test_empirical.pyc
+${PYSITELIB}/astroML/density_estimation/tests/test_empirical.pyo
+${PYSITELIB}/astroML/density_estimation/tests/test_hist_binwidth.py
+${PYSITELIB}/astroML/density_estimation/tests/test_hist_binwidth.pyc
+${PYSITELIB}/astroML/density_estimation/tests/test_hist_binwidth.pyo
+${PYSITELIB}/astroML/density_estimation/tests/test_xdeconv.py
+${PYSITELIB}/astroML/density_estimation/tests/test_xdeconv.pyc
+${PYSITELIB}/astroML/density_estimation/tests/test_xdeconv.pyo
+${PYSITELIB}/astroML/density_estimation/xdeconv.py
+${PYSITELIB}/astroML/density_estimation/xdeconv.pyc
+${PYSITELIB}/astroML/density_estimation/xdeconv.pyo
+${PYSITELIB}/astroML/dimensionality/__init__.py
+${PYSITELIB}/astroML/dimensionality/__init__.pyc
+${PYSITELIB}/astroML/dimensionality/__init__.pyo
+${PYSITELIB}/astroML/dimensionality/iterative_pca.py
+${PYSITELIB}/astroML/dimensionality/iterative_pca.pyc
+${PYSITELIB}/astroML/dimensionality/iterative_pca.pyo
+${PYSITELIB}/astroML/dimensionality/tests/__init__.py
+${PYSITELIB}/astroML/dimensionality/tests/__init__.pyc
+${PYSITELIB}/astroML/dimensionality/tests/__init__.pyo
+${PYSITELIB}/astroML/dimensionality/tests/test_iterative_PCA.py
+${PYSITELIB}/astroML/dimensionality/tests/test_iterative_PCA.pyc
+${PYSITELIB}/astroML/dimensionality/tests/test_iterative_PCA.pyo
+${PYSITELIB}/astroML/filters.py
+${PYSITELIB}/astroML/filters.pyc
+${PYSITELIB}/astroML/filters.pyo
+${PYSITELIB}/astroML/fourier.py
+${PYSITELIB}/astroML/fourier.pyc
+${PYSITELIB}/astroML/fourier.pyo
+${PYSITELIB}/astroML/linear_model/TLS.py
+${PYSITELIB}/astroML/linear_model/TLS.pyc
+${PYSITELIB}/astroML/linear_model/TLS.pyo
+${PYSITELIB}/astroML/linear_model/__init__.py
+${PYSITELIB}/astroML/linear_model/__init__.pyc
+${PYSITELIB}/astroML/linear_model/__init__.pyo
+${PYSITELIB}/astroML/linear_model/kernel_regression.py
+${PYSITELIB}/astroML/linear_model/kernel_regression.pyc
+${PYSITELIB}/astroML/linear_model/kernel_regression.pyo
+${PYSITELIB}/astroML/linear_model/linear_regression.py
+${PYSITELIB}/astroML/linear_model/linear_regression.pyc
+${PYSITELIB}/astroML/linear_model/linear_regression.pyo
+${PYSITELIB}/astroML/linear_model/linear_regression_errors.py
+${PYSITELIB}/astroML/linear_model/linear_regression_errors.pyc
+${PYSITELIB}/astroML/linear_model/linear_regression_errors.pyo
+${PYSITELIB}/astroML/linear_model/tests/__init__.py
+${PYSITELIB}/astroML/linear_model/tests/__init__.pyc
+${PYSITELIB}/astroML/linear_model/tests/__init__.pyo
+${PYSITELIB}/astroML/linear_model/tests/test_TLS.py
+${PYSITELIB}/astroML/linear_model/tests/test_TLS.pyc
+${PYSITELIB}/astroML/linear_model/tests/test_TLS.pyo
+${PYSITELIB}/astroML/linear_model/tests/test_kernel_regression.py
+${PYSITELIB}/astroML/linear_model/tests/test_kernel_regression.pyc
+${PYSITELIB}/astroML/linear_model/tests/test_kernel_regression.pyo
+${PYSITELIB}/astroML/linear_model/tests/test_linear_regression.py
+${PYSITELIB}/astroML/linear_model/tests/test_linear_regression.pyc
+${PYSITELIB}/astroML/linear_model/tests/test_linear_regression.pyo
+${PYSITELIB}/astroML/lumfunc.py
+${PYSITELIB}/astroML/lumfunc.pyc
+${PYSITELIB}/astroML/lumfunc.pyo
+${PYSITELIB}/astroML/plotting/__init__.py
+${PYSITELIB}/astroML/plotting/__init__.pyc
+${PYSITELIB}/astroML/plotting/__init__.pyo
+${PYSITELIB}/astroML/plotting/ellipse.py
+${PYSITELIB}/astroML/plotting/ellipse.pyc
+${PYSITELIB}/astroML/plotting/ellipse.pyo
+${PYSITELIB}/astroML/plotting/hist_tools.py
+${PYSITELIB}/astroML/plotting/hist_tools.pyc
+${PYSITELIB}/astroML/plotting/hist_tools.pyo
+${PYSITELIB}/astroML/plotting/mcmc.py
+${PYSITELIB}/astroML/plotting/mcmc.pyc
+${PYSITELIB}/astroML/plotting/mcmc.pyo
+${PYSITELIB}/astroML/plotting/multiaxes.py
+${PYSITELIB}/astroML/plotting/multiaxes.pyc
+${PYSITELIB}/astroML/plotting/multiaxes.pyo
+${PYSITELIB}/astroML/plotting/regression.py
+${PYSITELIB}/astroML/plotting/regression.pyc
+${PYSITELIB}/astroML/plotting/regression.pyo
+${PYSITELIB}/astroML/plotting/scatter_contour.py
+${PYSITELIB}/astroML/plotting/scatter_contour.pyc
+${PYSITELIB}/astroML/plotting/scatter_contour.pyo
+${PYSITELIB}/astroML/plotting/settings.py
+${PYSITELIB}/astroML/plotting/settings.pyc
+${PYSITELIB}/astroML/plotting/settings.pyo
+${PYSITELIB}/astroML/plotting/tests/__init__.py
+${PYSITELIB}/astroML/plotting/tests/__init__.pyc
+${PYSITELIB}/astroML/plotting/tests/__init__.pyo
+${PYSITELIB}/astroML/plotting/tests/test_devectorize.py
+${PYSITELIB}/astroML/plotting/tests/test_devectorize.pyc
+${PYSITELIB}/astroML/plotting/tests/test_devectorize.pyo
+${PYSITELIB}/astroML/plotting/tools.py
+${PYSITELIB}/astroML/plotting/tools.pyc
+${PYSITELIB}/astroML/plotting/tools.pyo
+${PYSITELIB}/astroML/resample.py
+${PYSITELIB}/astroML/resample.pyc
+${PYSITELIB}/astroML/resample.pyo
+${PYSITELIB}/astroML/stats/__init__.py
+${PYSITELIB}/astroML/stats/__init__.pyc
+${PYSITELIB}/astroML/stats/__init__.pyo
+${PYSITELIB}/astroML/stats/_binned_statistic.py
+${PYSITELIB}/astroML/stats/_binned_statistic.pyc
+${PYSITELIB}/astroML/stats/_binned_statistic.pyo
+${PYSITELIB}/astroML/stats/_point_statistics.py
+${PYSITELIB}/astroML/stats/_point_statistics.pyc
+${PYSITELIB}/astroML/stats/_point_statistics.pyo
+${PYSITELIB}/astroML/stats/random.py
+${PYSITELIB}/astroML/stats/random.pyc
+${PYSITELIB}/astroML/stats/random.pyo
+${PYSITELIB}/astroML/stats/tests/__init__.py
+${PYSITELIB}/astroML/stats/tests/__init__.pyc
+${PYSITELIB}/astroML/stats/tests/__init__.pyo
+${PYSITELIB}/astroML/stats/tests/test_binned_statistic.py



Home | Main Index | Thread Index | Old Index