Skip to content

Commit 22d7429

Browse files
authored
Rename swarmx to swarmpal (#8)
1 parent 4fb5512 commit 22d7429

28 files changed

+65
-65
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"python.terminal.activateEnvInCurrentTerminal": true,
3-
"python.pythonPath": "${env:CONDA_PREFIX}/envs/swarmx/bin/python",
3+
"python.pythonPath": "${env:CONDA_PREFIX}/envs/swarmpal/bin/python",
44
"python.testing.pytestArgs": [
55
"tests"
66
],

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cff-version: 1.2.0
22
message: If you use this software, please cite it using these metadata.
3-
title: Swarm-DISC/SwarmX
3+
title: Swarm-DISC/SwarmPAL
44
authors:
55
- family-names: Smith
66
given-names: Ashley R. A.
77
orcid: https://orcid.org/0000-0001-5198-9574
8-
repository-code: "https://github.com/Swarm-DISC/SwarmX"
8+
repository-code: "https://github.com/Swarm-DISC/SwarmPAL"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
See the [SwarmX development guide on HackMD](https://hackmd.io/@swarm/dev/%2Ff6YIHfqxT9yL0giWJzhr_Q) for development of this package. The following is provided from the template provided by Scikit-HEP
1+
See the [SwarmPAL development guide on HackMD](https://hackmd.io/@swarm/dev/%2Ff6YIHfqxT9yL0giWJzhr_Q) for development of this package. The following is provided from the template provided by Scikit-HEP
22

33
---
44

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SwarmX
1+
# SwarmPAL
22

33
⚠️ Warning: This package is under construction! ⚠️
44

@@ -14,24 +14,24 @@
1414
[![PyPI platforms][pypi-platforms]][pypi-link] -->
1515

1616

17-
[actions-badge]: https://github.com/Swarm-DISC/SwarmX/workflows/CI/badge.svg
18-
[actions-link]: https://github.com/Swarm-DISC/SwarmX/actions
17+
[actions-badge]: https://github.com/Swarm-DISC/SwarmPAL/workflows/CI/badge.svg
18+
[actions-link]: https://github.com/Swarm-DISC/SwarmPAL/actions
1919
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
2020
[black-link]: https://github.com/psf/black
21-
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/swarmx
22-
[conda-link]: https://github.com/conda-forge/swarmx-feedstock
21+
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/swarmpal
22+
[conda-link]: https://github.com/conda-forge/swarmpal-feedstock
2323
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
24-
[github-discussions-link]: https://github.com/Swarm-DISC/SwarmX/discussions
25-
[gitter-badge]: https://badges.gitter.im/https://github.com/Swarm-DISC/SwarmX/community.svg
26-
[gitter-link]: https://gitter.im/https://github.com/Swarm-DISC/SwarmX/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
27-
[pypi-link]: https://pypi.org/project/swarmx/
28-
[pypi-platforms]: https://img.shields.io/pypi/pyversions/swarmx
29-
[pypi-version]: https://badge.fury.io/py/swarmx.svg
30-
[rtd-badge]: https://readthedocs.org/projects/swarmx/badge/?version=latest
31-
[rtd-link]: https://swarmx.readthedocs.io/en/latest/?badge=latest
24+
[github-discussions-link]: https://github.com/Swarm-DISC/SwarmPAL/discussions
25+
[gitter-badge]: https://badges.gitter.im/https://github.com/Swarm-DISC/SwarmPAL/community.svg
26+
[gitter-link]: https://gitter.im/https://github.com/Swarm-DISC/SwarmPAL/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
27+
[pypi-link]: https://pypi.org/project/swarmpal/
28+
[pypi-platforms]: https://img.shields.io/pypi/pyversions/swarmpal
29+
[pypi-version]: https://badge.fury.io/py/swarmpal.svg
30+
[rtd-badge]: https://readthedocs.org/projects/swarmpal/badge/?version=latest
31+
[rtd-link]: https://swarmpal.readthedocs.io/en/latest/?badge=latest
3232
[sk-badge]: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg
3333

3434

3535
## Development
3636

37-
See the [SwarmX development guide on HackMD](https://hackmd.io/@swarm/dev/%2Ff6YIHfqxT9yL0giWJzhr_Q)
37+
See the [SwarmPAL development guide on HackMD](https://hackmd.io/@swarm/dev/%2Ff6YIHfqxT9yL0giWJzhr_Q)

docs/api.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
swarmx modules
1+
swarmpal modules
22
==============
33

4-
swarmx.toolboxes.fac
4+
swarmpal.toolboxes.fac
55
^^^^^^^^^^^^^^^^^^^^
66

7-
.. automodule:: swarmx.toolboxes.fac
7+
.. automodule:: swarmpal.toolboxes.fac
88
:members:
99

10-
swarmx.toolboxes.secs
10+
swarmpal.toolboxes.secs
1111
^^^^^^^^^^^^^^^^^^^^^
1212

13-
.. automodule:: swarmx.toolboxes.secs
13+
.. automodule:: swarmpal.toolboxes.secs
1414
:members:
1515

16-
swarmx.io
16+
swarmpal.io
1717
^^^^^^^^^
1818

19-
.. autoclass:: swarmx.io.ExternalData
19+
.. autoclass:: swarmpal.io.ExternalData
2020
:members:
2121
:undoc-members:
2222
:show-inheritance:
2323
:inherited-members:
2424

25-
.. autoclass:: swarmx.io.ViresDataFetcher
25+
.. autoclass:: swarmpal.io.ViresDataFetcher
2626
:members:
2727
:undoc-members:
2828
:show-inheritance:

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# -- Project information -----------------------------------------------------
1717

18-
project = "swarmx"
18+
project = "swarmpal"
1919
copyright = "2022, Ashley Smith"
2020
author = "Ashley Smith"
2121

@@ -61,11 +61,11 @@
6161

6262
html_title = f"{project}"
6363

64-
html_baseurl = "https://swarmx.readthedocs.io/en/latest/"
64+
html_baseurl = "https://swarmpal.readthedocs.io/en/latest/"
6565

6666
html_theme_options = {
6767
"home_page_in_toc": True,
68-
"repository_url": "https://github.com/Swarm-DISC/swarmx",
68+
"repository_url": "https://github.com/Swarm-DISC/swarmpal",
6969
"use_repository_button": True,
7070
"use_issues_button": True,
7171
"use_edit_page_button": True,

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
swarmx
2+
swarmpal
33
======
44

55
This project is in the early planning stage.

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
The package is in early development so is not recommended for use yet. The following instructions are a guide how to set up for testing and evaluation. For development, see the [Development Guide on HackMD](https://hackmd.io/@swarm/dev/%2Ff6YIHfqxT9yL0giWJzhr_Q).
44

5-
(If you want to begin with a reasonable conda environment file, you can check [this one used for development](https://raw.githubusercontent.com/Swarm-DISC/SwarmX/staging/environment.yml))
5+
(If you want to begin with a reasonable conda environment file, you can check [this one used for development](https://raw.githubusercontent.com/Swarm-DISC/SwarmPAL/staging/environment.yml))
66

77
Assuming you have a compatible system with git, a fortran compiler, and a Python>=3.8 installation with a recent version of pip, you can install the latest development version from the `staging` branch with:
88

99
```
10-
pip install git+https://github.com/Swarm-DISC/SwarmX@staging#egg=swarmx[dsecs]
10+
pip install git+https://github.com/Swarm-DISC/SwarmPAL@staging#egg=swarmpal[dsecs]
1111
```
1212

1313
The fortran compiler is required in order to install the dependency, apexpy. It may be better to try installing apexpy first and debugging that if you run into trouble.
1414

1515
To bypass installation of apexpy (so disabling usage of the DSECS toolbox), you can use pip without the `[dsecs]` option:
1616

1717
```
18-
pip install git+https://github.com/Swarm-DISC/SwarmX@staging#egg=swarmx
18+
pip install git+https://github.com/Swarm-DISC/SwarmPAL@staging#egg=swarmpal
1919
```

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
SwarmX is a Python package containing analysis and visualisation tools to interact with Swarm products. We rely on the VirES service (via [viresclient](https://viresclient.readthedocs.io/)) to provide access to data and models as well as frameworks from the Python ecosystem (e.g. Xarray) and specific utilities from the scientific community (e.g. apexpy).
3+
SwarmPAL is a Python package containing analysis and visualisation tools to interact with Swarm products. We rely on the VirES service (via [viresclient](https://viresclient.readthedocs.io/)) to provide access to data and models as well as frameworks from the Python ecosystem (e.g. Xarray) and specific utilities from the scientific community (e.g. apexpy).
44

55
![](https://mermaid.ink/img/pako:eNqFU9-L2zAM_leMH0bK2j7sMawHhZZxsO3KMsogyYNrq6mvsR0sO3flev_75PTX7caYIWDpkz5J_pQXLp0CnvPGi27Hvv6obGUZHYybk6t4Et78ytncivaAGtlP51o8BaWjtAcZtLND8sXbfyp7AlC2Gmyob4Bom15jNm8b53XYGfy88XdrjVG0GkXiwdFbGjaZ3B1XHibS2a1uogeVMrTtYsDjme6W0Am5LzG1_DzcRQN_FWez2WwAbwBIV5arQ9g5m9jJxAMGMHWd6v9RBay6vpHUCvosWz534ENKJA-NqzHgaMQm06F190jvw56c3x_fETVZVrhtoG5hqGobbQH8Nfeb0DbQl8B703nXw_Hc-DuRFiIINpcS8L_KrIsyW2u_LFgBvgefJ_YHC4z4VaROZ8yRFbQBhuA1DAoVcYPCdK22DfuQ6iKEQEbCvoAzorEQtGSGtqll0Is2DmIm_CN5PYwZTJspIxkfo5Unoeu3bQ1KD52lpPnq_sj6fyxRf9qKq16Kxg-HDmghVMzKxTA4i0jqJ_i7C7Bxbj9M8hB24C-7gfXoqiofcwPeCK3od3hJ7opTrIGK53RVsBWxDRWv7CuFxo6KwlLp4DzPt6JFGHMRgysOVvI8-AiXoIUWpJI5R73-BqYNJ6M)
66

docs/toolboxes/fac/using_fac.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"- The `swarmx.io` module contains the `MagData` class which provides access to the necessary data via `viresclient`\n",
15-
"- The `swarmx.toolboxes.fac` module contains the `fac_single_sat` function which accepts data stored within a `MagData` object"
14+
"- The `swarmpal.io` module contains the `MagData` class which provides access to the necessary data via `viresclient`\n",
15+
"- The `swarmpal.toolboxes.fac` module contains the `fac_single_sat` function which accepts data stored within a `MagData` object"
1616
]
1717
},
1818
{
@@ -23,7 +23,7 @@
2323
"source": [
2424
"import datetime as dt\n",
2525
"import numpy as np\n",
26-
"from swarmx.toolboxes.fac import FacInputs, fac_single_sat"
26+
"from swarmpal.toolboxes.fac import FacInputs, fac_single_sat"
2727
]
2828
},
2929
{

0 commit comments

Comments
 (0)