Skip to content

Commit

Permalink
handley-lab migration (#279)
Browse files Browse the repository at this point in the history
* Changed names to handley-lab

* Updated new format
  • Loading branch information
williamjameshandley authored Apr 11, 2023
1 parent 17f1ae4 commit ca4e0b2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Thank you for considering contributing to anesthetic.

If you have a new feature/bug report, make sure you create an [issue](https:/williamjameshandley/anesthetic/issues), and consult existing ones first, in case your suggestion is already being addressed.
If you have a new feature/bug report, make sure you create an [issue](https:/handley-lab/anesthetic/issues), and consult existing ones first, in case your suggestion is already being addressed.

If you want to go ahead and create the feature yourself, you should fork the repository to you own github account and create a new branch with an appropriate name. Commit any code modifications to that branch, push to GitHub, and then create a pull request via your forked repository. More detail can be found [here](https://gist.github.com/Chaser324/ce0505fbed06b947d962).

Note that a [code of conduct](https:/williamjameshandley/anesthetic/blob/master/CODE_OF_CONDUCT.md) applies to all spaces managed by the anesthetic project, including issues and pull requests.
Note that a [code of conduct](https:/handley-lab/anesthetic/blob/master/CODE_OF_CONDUCT.md) applies to all spaces managed by the anesthetic project, including issues and pull requests.

## Contributing - `pre-commit`

Expand Down
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
anesthetic: nested sampling post-processing
===========================================
:Authors: Will Handley and Lukas Hergt
:Version: 2.0.0-beta.26
:Homepage: https:/williamjameshandley/anesthetic
:Version: 2.0.0-beta.27
:Homepage: https:/handley-lab/anesthetic
:Documentation: http://anesthetic.readthedocs.io/

.. image:: https:/williamjameshandley/anesthetic/workflows/CI/badge.svg?branch=master
:target: https:/williamjameshandley/anesthetic/actions?query=workflow%3ACI+branch%3Amaster
.. image:: https:/handley-lab/anesthetic/workflows/CI/badge.svg?branch=master
:target: https:/handley-lab/anesthetic/actions?query=workflow%3ACI+branch%3Amaster
:alt: Build Status
.. image:: https://codecov.io/gh/williamjameshandley/anesthetic/branch/master/graph/badge.svg
:target: https://codecov.io/gh/williamjameshandley/anesthetic
.. image:: https://codecov.io/gh/handley-lab/anesthetic/branch/master/graph/badge.svg
:target: https://codecov.io/gh/handley-lab/anesthetic
:alt: Test Coverage Status
.. image:: https://readthedocs.org/projects/anesthetic/badge/?version=latest
:target: https://anesthetic.readthedocs.io/en/latest/?badge=latest
Expand All @@ -25,10 +25,10 @@ anesthetic: nested sampling post-processing
:target: http://joss.theoj.org/papers/8c51bffda75d122cf4a8b991e18d3e45
:alt: Review Status
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https:/williamjameshandley/anesthetic/blob/master/LICENSE
:target: https:/handley-lab/anesthetic/blob/master/LICENSE
:alt: License information
.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/williamjameshandley/anesthetic/1.0.0?filepath=demo.ipynb
:target: https://mybinder.org/v2/gh/handley-lab/anesthetic/1.0.0?filepath=demo.ipynb
:alt: Online interactive notebook


Expand All @@ -37,7 +37,7 @@ anesthetic: nested sampling post-processing

``anesthetic`` brings together tools for processing nested sampling chains by leveraging standard scientific python libraries.

You can see example usage and plots in the `plot gallery <http://htmlpreview.github.io/?https:/williamjameshandley/cosmo_example/blob/master/demos/demo.html>`_, or in the corresponding `Jupyter notebook <https://mybinder.org/v2/gh/williamjameshandley/anesthetic/master?filepath=demo.ipynb>`_.
You can see example usage and plots in the `plot gallery <http://htmlpreview.github.io/?https:/handley-lab/cosmo_example/blob/master/demos/demo.html>`_, or in the corresponding `Jupyter notebook <https://mybinder.org/v2/gh/handley-lab/anesthetic/master?filepath=demo.ipynb>`_.

Current functionality includes:

Expand All @@ -53,7 +53,7 @@ For an interactive view of a nested sampling run, you can use the ``anesthetic``
$ anesthetic <ns file root>
.. image:: https:/williamjameshandley/anesthetic/raw/master/images/anim_1.gif
.. image:: https:/handley-lab/anesthetic/raw/master/images/anim_1.gif

Features
--------
Expand All @@ -79,7 +79,7 @@ or from the repository

.. code:: bash
git clone https:/williamjameshandley/anesthetic
git clone https:/handley-lab/anesthetic
cd anesthetic
python -m pip install .
Expand Down Expand Up @@ -162,9 +162,9 @@ or using the BibTeX:
Contributing
------------
There are many ways you can contribute via the `GitHub repository <https:/williamjameshandley/anesthetic>`__.
There are many ways you can contribute via the `GitHub repository <https:/handley-lab/anesthetic>`__.

- You can `open an issue <https:/williamjameshandley/anesthetic/issues>`__ to report bugs or to propose new features.
- You can `open an issue <https:/handley-lab/anesthetic/issues>`__ to report bugs or to propose new features.
- Pull requests are very welcome. Note that if you are going to propose major changes, be sure to open an issue for discussion first, to make sure that your PR will be accepted before you spend effort coding it.


Expand Down
2 changes: 1 addition & 1 deletion anesthetic/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0b26'
__version__ = '2.0.0b27'
2 changes: 1 addition & 1 deletion anesthetic/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def triangular_sample_compression_2d(x, y, cov, w=None, n=1000):
Compressed samples and weights
"""
# Pre-process samples to not be affected by non-standard indexing
# Details: https:/williamjameshandley/anesthetic/issues/189
# Details: https:/handley-lab/anesthetic/issues/189
x = np.array(x)
y = np.array(y)

Expand Down
6 changes: 3 additions & 3 deletions docs/source/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Plotting

You can download the example data used in this documentation from the
anesthetic GitHub page:
| https:/williamjameshandley/anesthetic/tree/master/tests/example_data
| https:/handley-lab/anesthetic/tree/master/tests/example_data
You will have the data automatically if you git clone anesthetic:

.. code-block:: console
git clone https:/williamjameshandley/anesthetic.git
git clone https:/handley-lab/anesthetic.git
Alternatively you can :ref:`use your own chains files <reading chains>` or
:ref:`generate new random data <passing data>`.
Expand Down Expand Up @@ -208,7 +208,7 @@ familiar with matplotlib. In the following we present some examples, which we
think might be useful. Are you wishing for an example that is missing here?
Please feel free to raise an issue on the anesthetic GitHub page:

https:/williamjameshandley/anesthetic/issues.
https:/handley-lab/anesthetic/issues.

Colour
------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ classifiers = [
]

[project.urls]
"Homepage" = "https:/williamjameshandley/anesthetic"
"Bug Tracker" = "https:/williamjameshandley/anesthetic/issues"
"Homepage" = "https:/handley-lab/anesthetic"
"Bug Tracker" = "https:/handley-lab/anesthetic/issues"
"Documentation" = "https://anesthetic.readthedocs.io/en/latest/"
"JOSS paper" = "https://joss.theoj.org/papers/10.21105/joss.01414"

Expand Down

0 comments on commit ca4e0b2

Please sign in to comment.