Skip to content

Commit 631a771

Browse files
committed
Change prisae->emsig
1 parent a614852 commit 631a771

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: Deploy to PyPI
6666
runs-on: ubuntu-latest
6767
# Only from the origin repository, not forks; only master.
68-
if: github.repository_owner == 'prisae' && github.ref == 'refs/heads/master'
68+
if: github.repository_owner == 'emsig' && github.ref == 'refs/heads/main'
6969

7070
steps:
7171
# Checks-out your repository under $GITHUB_WORKSPACE

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
#########
33

4+
5+
v0.2.2 : Update home and build backend
6+
--------------------------------------
7+
8+
No code changes. What changed:
9+
- Moved from github.com/prisae to github.com/emsig.
10+
- Ported build from distutils to meson (thanks @jokva).
11+
12+
413
v0.2.1 : Fix packaging
514
----------------------
615

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. image:: https://github.com/prisae/fftlog/workflows/pytest/badge.svg?branch=master
2-
:target: https://github.com/prisae/fftlog/actions
1+
.. image:: https://github.com/emsig/fftlog/workflows/pytest/badge.svg?branch=master
2+
:target: https://github.com/emsig/fftlog/actions
33
:alt: GitHub Actions
44
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3830534.svg
55
:target: https://doi.org/10.5281/zenodo.3830534
@@ -13,8 +13,8 @@ This is a simple `f2py`-wrapper for the logarithmic FFT code *FFTLog* as
1313
presented in Appendix B of [Hami00]_ and published at
1414
`casa.colorado.edu/~ajsh/FFTLog <http://casa.colorado.edu/~ajsh/FFTLog>`_.
1515

16-
A pure python version (`pyfftlog`) can be found on `github.com/prisae/pyfftlog
17-
<https://github.com/prisae/pyfftlog>`_. Tests have shown that `fftlog` is a bit
16+
A pure python version (`pyfftlog`) can be found on `github.com/emsig/pyfftlog
17+
<https://github.com/emsig/pyfftlog>`_. Tests have shown that `fftlog` is a bit
1818
faster than `pyfftlog`, but `pyfftlog` is easier to implement, as you only need
1919
`NumPy` and `SciPy`, without the need to compile anything.
2020

@@ -28,7 +28,7 @@ test from the original code, and my use case, which is `pyfftlog.fftl` with
2828
(forward). Please let me know if you encounter any issues.
2929

3030
- **Documentation**: https://pyfftlog.readthedocs.io
31-
- **Source Code**: https://github.com/prisae/fftlog
31+
- **Source Code**: https://github.com/emsig/fftlog
3232

3333
**Note** that the documentation is for the pure python version `pyfftlog`, but
3434
equally applies to `fftlog`.

0 commit comments

Comments
 (0)