From 4b4cfaa58a8e7ac1263d8ae93aaf0e025ded7bf0 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 25 Apr 2023 08:38:23 +0000 Subject: automatic import of python-pyamg --- .gitignore | 1 + python-pyamg.spec | 122 +++++++++++++++++++++++++++++++++++++++--------------- sources | 2 +- 3 files changed, 90 insertions(+), 35 deletions(-) diff --git a/.gitignore b/.gitignore index 35e62bc..cf211b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pyamg-4.2.3.tar.gz +/pyamg-5.0.0.tar.gz diff --git a/python-pyamg.spec b/python-pyamg.spec index 79e08df..39656c4 100644 --- a/python-pyamg.spec +++ b/python-pyamg.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyamg -Version: 4.2.3 +Version: 5.0.0 Release: 1 Summary: PyAMG: Algebraic Multigrid Solvers in Python License: MIT URL: https://github.com/pyamg/pyamg -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6d/1a/c6602b4e25093563c9f7a9b79fd462b2db9076043471588c96e307255fc2/pyamg-4.2.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dd/22/e8c569797fc2ffb6c5115237eeb60f48201d63792d8a829b0f997839cafa/pyamg-5.0.0.tar.gz Requires: python3-numpy Requires: python3-scipy @@ -14,6 +14,7 @@ Requires: python3-scipy [![CI](https://github.com/pyamg/pyamg/workflows/CI/badge.svg)](https://github.com/pyamg/pyamg/actions?query=workflow%3ACI+branch%3Amain) [![PyPi](https://img.shields.io/pypi/pyversions/pyamg.svg?style=flat-square)](https://pypi.python.org/pypi/pyamg/) [![codecov](https://codecov.io/gh/pyamg/pyamg/branch/main/graph/badge.svg?token=JpRo1gdALC)](https://codecov.io/gh/pyamg/pyamg) +[![DOI](https://joss.theoj.org/papers/10.21105/joss.04142/status.svg)](https://doi.org/10.21105/joss.04142) # Installation PyAMG requires `numpy` and `scipy` @@ -43,18 +44,37 @@ PyAMG is a library of **Algebraic Multigrid (AMG)** solvers with a convenient Py ![](https://raw.githubusercontent.com/pyamg/pyamg/main/docs/logo/pyamg_logo_withtext.png) -PyAMG is currently developed by [Luke Olson](http://lukeo.cs.illinois.edu), and [Jacob Schroder](http://people.llnl.gov/schroder2). +PyAMG is currently developed and maintained by +[Luke Olson](http://lukeo.cs.illinois.edu), +[Jacob Schroder](https://www.unm.edu/~jbschroder), and +[Ben Southworth](https://arxiv.org/a/southworth_b_1.html). +The organization of the project can be found in [`organization.md`](organization.md) and +examples of use can be found in [`pyamg-examples`](https://github.com/pyamg/pyamg-examples). + +**Acknowledgements:** +PyAMG was created by +[Nathan Bell](http://wnbell.com/), +[Luke Olson](http://lukeo.cs.illinois.edu), and +[Jacob Schroder](https://www.unm.edu/~jbschroder). +Portions of the project were partially supported by the NSF under award DMS-0612448. # Citing +If you use PyAMG in your work, please consider using the following citation: +
-@MISC{OlSc2018,
-      author = "Olson, L. N. and Schroder, J. B.",
-      title = "{PyAMG}: Algebraic Multigrid Solvers in {Python} v4.0",
-      year = "2018",
-      url = "https://github.com/pyamg/pyamg",
-      note = "Release 4.0"
-      }
+@article{BeOlSc2022,
+  author    = {Nathan Bell and Luke N. Olson and Jacob Schroder},
+  title     = {{PyAMG}: Algebraic Multigrid Solvers in Python},
+  journal   = {Journal of Open Source Software},
+  year      = {2022},
+  publisher = {The Open Journal},
+  volume    = {7},
+  number    = {72},
+  pages     = {4142},
+  doi       = {10.21105/joss.04142},
+  url       = {https://doi.org/10.21105/joss.04142},
+}
 
# Getting Help @@ -169,8 +189,6 @@ conda search pyamg --channel conda-forge ``` - - %package -n python3-pyamg Summary: PyAMG: Algebraic Multigrid Solvers in Python Provides: python-pyamg @@ -184,6 +202,7 @@ BuildRequires: gdb [![CI](https://github.com/pyamg/pyamg/workflows/CI/badge.svg)](https://github.com/pyamg/pyamg/actions?query=workflow%3ACI+branch%3Amain) [![PyPi](https://img.shields.io/pypi/pyversions/pyamg.svg?style=flat-square)](https://pypi.python.org/pypi/pyamg/) [![codecov](https://codecov.io/gh/pyamg/pyamg/branch/main/graph/badge.svg?token=JpRo1gdALC)](https://codecov.io/gh/pyamg/pyamg) +[![DOI](https://joss.theoj.org/papers/10.21105/joss.04142/status.svg)](https://doi.org/10.21105/joss.04142) # Installation PyAMG requires `numpy` and `scipy` @@ -213,18 +232,37 @@ PyAMG is a library of **Algebraic Multigrid (AMG)** solvers with a convenient Py ![](https://raw.githubusercontent.com/pyamg/pyamg/main/docs/logo/pyamg_logo_withtext.png) -PyAMG is currently developed by [Luke Olson](http://lukeo.cs.illinois.edu), and [Jacob Schroder](http://people.llnl.gov/schroder2). +PyAMG is currently developed and maintained by +[Luke Olson](http://lukeo.cs.illinois.edu), +[Jacob Schroder](https://www.unm.edu/~jbschroder), and +[Ben Southworth](https://arxiv.org/a/southworth_b_1.html). +The organization of the project can be found in [`organization.md`](organization.md) and +examples of use can be found in [`pyamg-examples`](https://github.com/pyamg/pyamg-examples). + +**Acknowledgements:** +PyAMG was created by +[Nathan Bell](http://wnbell.com/), +[Luke Olson](http://lukeo.cs.illinois.edu), and +[Jacob Schroder](https://www.unm.edu/~jbschroder). +Portions of the project were partially supported by the NSF under award DMS-0612448. # Citing +If you use PyAMG in your work, please consider using the following citation: +
-@MISC{OlSc2018,
-      author = "Olson, L. N. and Schroder, J. B.",
-      title = "{PyAMG}: Algebraic Multigrid Solvers in {Python} v4.0",
-      year = "2018",
-      url = "https://github.com/pyamg/pyamg",
-      note = "Release 4.0"
-      }
+@article{BeOlSc2022,
+  author    = {Nathan Bell and Luke N. Olson and Jacob Schroder},
+  title     = {{PyAMG}: Algebraic Multigrid Solvers in Python},
+  journal   = {Journal of Open Source Software},
+  year      = {2022},
+  publisher = {The Open Journal},
+  volume    = {7},
+  number    = {72},
+  pages     = {4142},
+  doi       = {10.21105/joss.04142},
+  url       = {https://doi.org/10.21105/joss.04142},
+}
 
# Getting Help @@ -339,8 +377,6 @@ conda search pyamg --channel conda-forge ``` - - %package help Summary: Development documents and examples for pyamg Provides: python3-pyamg-doc @@ -348,6 +384,7 @@ Provides: python3-pyamg-doc [![CI](https://github.com/pyamg/pyamg/workflows/CI/badge.svg)](https://github.com/pyamg/pyamg/actions?query=workflow%3ACI+branch%3Amain) [![PyPi](https://img.shields.io/pypi/pyversions/pyamg.svg?style=flat-square)](https://pypi.python.org/pypi/pyamg/) [![codecov](https://codecov.io/gh/pyamg/pyamg/branch/main/graph/badge.svg?token=JpRo1gdALC)](https://codecov.io/gh/pyamg/pyamg) +[![DOI](https://joss.theoj.org/papers/10.21105/joss.04142/status.svg)](https://doi.org/10.21105/joss.04142) # Installation PyAMG requires `numpy` and `scipy` @@ -377,18 +414,37 @@ PyAMG is a library of **Algebraic Multigrid (AMG)** solvers with a convenient Py ![](https://raw.githubusercontent.com/pyamg/pyamg/main/docs/logo/pyamg_logo_withtext.png) -PyAMG is currently developed by [Luke Olson](http://lukeo.cs.illinois.edu), and [Jacob Schroder](http://people.llnl.gov/schroder2). +PyAMG is currently developed and maintained by +[Luke Olson](http://lukeo.cs.illinois.edu), +[Jacob Schroder](https://www.unm.edu/~jbschroder), and +[Ben Southworth](https://arxiv.org/a/southworth_b_1.html). +The organization of the project can be found in [`organization.md`](organization.md) and +examples of use can be found in [`pyamg-examples`](https://github.com/pyamg/pyamg-examples). + +**Acknowledgements:** +PyAMG was created by +[Nathan Bell](http://wnbell.com/), +[Luke Olson](http://lukeo.cs.illinois.edu), and +[Jacob Schroder](https://www.unm.edu/~jbschroder). +Portions of the project were partially supported by the NSF under award DMS-0612448. # Citing +If you use PyAMG in your work, please consider using the following citation: +
-@MISC{OlSc2018,
-      author = "Olson, L. N. and Schroder, J. B.",
-      title = "{PyAMG}: Algebraic Multigrid Solvers in {Python} v4.0",
-      year = "2018",
-      url = "https://github.com/pyamg/pyamg",
-      note = "Release 4.0"
-      }
+@article{BeOlSc2022,
+  author    = {Nathan Bell and Luke N. Olson and Jacob Schroder},
+  title     = {{PyAMG}: Algebraic Multigrid Solvers in Python},
+  journal   = {Journal of Open Source Software},
+  year      = {2022},
+  publisher = {The Open Journal},
+  volume    = {7},
+  number    = {72},
+  pages     = {4142},
+  doi       = {10.21105/joss.04142},
+  url       = {https://doi.org/10.21105/joss.04142},
+}
 
# Getting Help @@ -503,10 +559,8 @@ conda search pyamg --channel conda-forge ``` - - %prep -%autosetup -n pyamg-4.2.3 +%autosetup -n pyamg-5.0.0 %build %py3_build @@ -546,5 +600,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot - 4.2.3-1 +* Tue Apr 25 2023 Python_Bot - 5.0.0-1 - Package Spec generated diff --git a/sources b/sources index f9851c0..e7c0e23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3870f3a9c42fcfe02565afbdd24d2ec2 pyamg-4.2.3.tar.gz +86889cbaf72768004eb4f22fcffd4352 pyamg-5.0.0.tar.gz -- cgit v1.2.3