From adeeda0e9efa6383e275208a20dbde2bd3f524c3 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Fri, 21 Oct 2022 13:24:38 -0400 Subject: [PATCH 1/6] BUG: updated README badges Updated the CI README badges to remove the old Windows badge. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c5579a39..61f0f7e7 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ [![DOI](https://zenodo.org/badge/96153180.svg)](https://zenodo.org/badge/latestdoi/96153180) [![PyPI version](https://badge.fury.io/py/ocbpy.svg)](https://badge.fury.io/py/ocbpy) -[![Linux/Mac Status](https://github.com/aburrell/ocbpy/actions/workflows/main.yml/badge.svg)](https://github.com/aburrell/ocbpy/actions/workflows/main.yml) -[![Windows Status](https://github.com/aburrell/ocbpy/actions/workflows/windows.yml/badge.svg)](https://github.com/aburrell/ocbpy/actions/workflows/windows.yml) +[![Test Status](https://github.com/aburrell/ocbpy/actions/workflows/main.yml/badge.svg)](https://github.com/aburrell/ocbpy/actions/workflows/main.yml) [![Coverage Status](https://coveralls.io/repos/github/aburrell/ocbpy/badge.svg)](https://coveralls.io/github/aburrell/ocbpy)

Planet with auroral oval and two pythons representing closed and open magnetic field lines From ef0516582eda9f6e6af211502ef7ab38f7c379ec Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Fri, 21 Oct 2022 13:35:02 -0400 Subject: [PATCH 2/6] DOC: rename License.md Wheel no longer recognizes License.md as a valid filename. --- License.md => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename License.md => LICENSE.md (100%) diff --git a/License.md b/LICENSE.md similarity index 100% rename from License.md rename to LICENSE.md From e20504e1bdeecc495127326cc547c7bf6bf5d4b9 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Fri, 31 May 2024 12:10:32 -0400 Subject: [PATCH 3/6] DOC: update figure link Figure link is broken on TestPyPi, update to use full path to git repository file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24475564..ac99e2d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Test Status](https://github.com/aburrell/ocbpy/actions/workflows/main.yml/badge.svg)](https://github.com/aburrell/ocbpy/actions/workflows/main.yml) [![Coverage Status](https://coveralls.io/repos/github/aburrell/ocbpy/badge.svg)](https://coveralls.io/github/aburrell/ocbpy) -

Planet with auroral oval and two pythons representing closed and open magnetic field lines +

Planet with auroral oval and two pythons representing closed and open magnetic field lines Overview

OCBpy is a Python module that converts between AACGM coordinates and a magnetic From 5a9106b3cbe50ccf6f764ea22330a8ebd42e4217 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Fri, 31 May 2024 12:18:20 -0400 Subject: [PATCH 4/6] REL: set target release date Set a target release date. --- Changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index 7928b852..6d376750 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -3,7 +3,7 @@ Changelog Summary of all changes made since the first stable release -0.4.0 (XX-XX-2024) +0.4.0 (06-07-2024) ------------------ * DEP: Deprecated functions that depend on ssj_auroral_boundary_package * DEP: Removed classes and kwargs deprecated in v0.3.0 From 589089a2b5d887f4938ff2031d3f064d2a905de2 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Fri, 31 May 2024 12:33:22 -0400 Subject: [PATCH 5/6] MAINT: remove license.md Remove LICENSE.md file, which was added by GitHub to resolve a merge conflict. --- LICENSE.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index ef9bf099..00000000 --- a/LICENSE.md +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2017, Angeline G. Burrell (AGB) and Gareth Chisham (GC) -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of ocbpy nor the names of its contributors may be used to - endorse or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 8d83121a3207a8f9e12c1c58bb75ce1c35631032 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Fri, 7 Jun 2024 12:09:49 -0400 Subject: [PATCH 6/6] DOC: Update Changelog.rst Fixed typo in changelog. --- Changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index 6d376750..a2a46307 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -5,7 +5,7 @@ Summary of all changes made since the first stable release 0.4.0 (06-07-2024) ------------------ -* DEP: Deprecated functions that depend on ssj_auroral_boundary_package +* DEP: Deprecated functions that depend on ssj_auroral_boundary package * DEP: Removed classes and kwargs deprecated in v0.3.0 * MAINT: Cycled supported Python versions * MAINT: Added a pyproject.toml file and removed setup.py