Skip to content

Commit

Permalink
rebranding (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Dec 17, 2023
1 parent 7a0faab commit 1e51b87
Show file tree
Hide file tree
Showing 255 changed files with 1,675 additions and 2,974 deletions.
104 changes: 0 additions & 104 deletions .circleci/config.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/FUNDING.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/new_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ assignees: astrojuanlu
* [ ] Rerun all notebooks (pay special attention to new features)
* [ ] Review documentation, optionally improving the user guide or adding new notebooks showcasing new functionality
* [ ] Write the changelog and list of contributors
- Commits since last release branch https://github.com/poliastro/poliastro/compare/X.Y.Z...main
- Issues closed in this milestone https://github.com/poliastro/poliastro/milestone/N?closed=1 (note that there might be issues without milestone!)
- Pull requests merged since last branching https://github.com/poliastro/poliastro/pulls?q=is%3Apr+is%3Amerged+merged%3A%3E%3D2019-02-09+sort%3Aupdated-asc
- Commits since last release branch https://github.com/hapsira/hapsira/compare/X.Y.Z...main
- Issues closed in this milestone https://github.com/hapsira/hapsira/milestone/N?closed=1 (note that there might be issues without milestone!)
- Pull requests merged since last branching https://github.com/hapsira/hapsira/pulls?q=is%3Apr+is%3Amerged+merged%3A%3E%3D2019-02-09+sort%3Aupdated-asc
- List of contributors: `git shortlog --summary --email ${BRANCHING_COMMIT}..`

## Before the beta release
Expand Down Expand Up @@ -57,6 +57,6 @@ assignees: astrojuanlu
* [ ] Check Read the Docs
* [ ] Create GitHub release
* [ ] Add Zenodo badge to GitHub release
* [ ] Send announcement email with subject "ANN: poliastro X.Y.Z released 🚀"
* [ ] Send announcement email with subject "ANN: hapsira X.Y.Z released 🚀"
* [ ] Cherry pick release date to main
* [ ] Close milestone
2 changes: 1 addition & 1 deletion .github/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ closeComment: >
to our request for more information from the original author. With only the
information that is currently in the issue, we don't have enough information
to take action. Moreover, the problems discussed in the issue may not be
directly from poliastro. If you still face this problem, reopen the issue or
directly from hapsira. If you still face this problem, reopen the issue or
comment on it. We would be happy to help again!
2 changes: 1 addition & 1 deletion .github/workflows/documentation-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "poliastro"
project-slug: "hapsira"
67 changes: 67 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
name: hapsira test suite

on:
push: {}
schedule:
- cron: '30 9 7 * *'

jobs:

specifics:
strategy:
matrix:
tox-env: [
"fast",
"online",
"slow",
"images"
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Update Python infrastructure
run: |
python -m pip install --upgrade pip
pip install -U tox
- name: Versions
run:
python --version
tox --version
- name: Run tests
run: |
tox -e tests38-${{ matrix.tox-env }}
build:
strategy:
matrix:
python-version: [
"3.8",
"3.9",
"3.10",
"3.11"
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pandoc
run: |
sudo apt-get install -y pandoc
- name: Install Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Update Python infrastructure
run: |
python -m pip install --upgrade pip
pip install -U tox
- name: Versions
run:
python --version
tox --version
- name: Run tests
run: |
tox
12 changes: 6 additions & 6 deletions .github/workflows/validation_trigger.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow triggers poliastro/validation CI from poliastro/poliastro
# everytime a new commit is introduced in poliastro:main branch
# This workflow triggers hapsira/validation CI from pleiszenburg/hapsira
# everytime a new commit is introduced in hapsira:main branch
name: Validation test cases

on:
Expand All @@ -12,18 +12,18 @@ on:
workflow_dispatch:

jobs:
# Validate poliastro's new features

# Validate hapsira's new features
validation:
runs-on: ubuntu-latest
environment: validation-env

# Steps to be followed during validation job
steps:
- name: Trigger poliastro/validation
- name: Trigger hapsira/validation
run: |
curl -XPOST -u "${{ secrets.VALIDATION_USER }}:${{ secrets.VALIDATION_PASS }}" \
-H "Accept: application/vnd.github.v3+json" \
-H "Content-Type: application/json" https://api.github.com/repos/poliastro/validation/actions/workflows/ci_actions.yml/dispatches \
-H "Content-Type: application/json" https://api.github.com/repos/hapsira/validation/actions/workflows/ci_actions.yml/dispatches \
--data '{"ref": "main"}' \
--fail
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ coverage.xml

# Sphinx documentation
docs/_build/
docs/source/autoapi/hapsira/

# PyBuilder
target/
Expand Down Expand Up @@ -127,6 +128,9 @@ dmypy.json
.idea
.cache
.venv
env*/

# General
.DS_Store

todo.md
12 changes: 7 additions & 5 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Authors

Originally devised and implemented by [Juan Luis Cano Rodríguez](mailto:[email protected]).
Core developer:

- [Sebastian M. Ernst](mailto:[email protected])

# Maintainers
Contributors, in alphabetical order:

poliastro is maintained thanks to:
- (TBD)

* [Juan Luis Cano Rodríguez](mailto:[email protected])
* [Jorge Martinez Garrido](mailto:[email protected])
## Original Authors 2012 - 2023

This project began as a fork of `poliastro`, which was implemented and maintained by [Juan Luis Cano Rodríguez](mailto:[email protected]) and [Jorge Martinez Garrido](mailto:[email protected]).
33 changes: 0 additions & 33 deletions CITATION.cff

This file was deleted.

58 changes: 0 additions & 58 deletions CODE_OF_CONDUCT.md

This file was deleted.

Loading

0 comments on commit 1e51b87

Please sign in to comment.