Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3cba4a5
Mostly empty commit (#346)
amcnicho Nov 26, 2025
180ad53
Another test commit (#346)
amcnicho Nov 26, 2025
d77cf2c
Still another test commit (#346)
amcnicho Nov 26, 2025
509c9e0
Update pyproject.toml (#346)
amcnicho Nov 26, 2025
5734160
Register another change (#346)
amcnicho Nov 26, 2025
4c98cea
Update README.rst
amcnicho Nov 26, 2025
246cd4c
https://www.youtube.com/watch?v=xt0V0_1MS0Q&list=RDxt0V0_1MS0Q&start_…
vsmagalhaes Nov 26, 2025
5077fe2
Update README.rst
amcnicho Nov 26, 2025
ef71928
Update README.rst
amcnicho Dec 3, 2025
2bf6f11
Update README.rst
amcnicho Dec 4, 2025
0ae411c
Update run-ipynb.yml
amcnicho Dec 9, 2025
8e6ea59
Update run-ipynb.yml
amcnicho Dec 9, 2025
df15ccb
Update run-ipynb.yml
amcnicho Dec 9, 2025
ec3f9bd
Update run-ipynb.yml
amcnicho Dec 11, 2025
dff7624
Update README.rst
amcnicho Dec 11, 2025
7d962df
Update README.rst
amcnicho Dec 11, 2025
48b53b5
Update README.rst
amcnicho Dec 11, 2025
d4982d9
Update run-ipynb.yml
amcnicho Dec 11, 2025
3b6dba0
Update README.rst
amcnicho Dec 11, 2025
05cd989
Update README.rst
amcnicho Dec 11, 2025
95009b0
Update README.rst
amcnicho Dec 11, 2025
c83d28a
Update README.rst
amcnicho Dec 11, 2025
860b3f6
Update README.rst
amcnicho Dec 11, 2025
85e1fc2
Update README.rst
amcnicho Dec 11, 2025
1ef7bc2
Update README.rst
amcnicho Dec 11, 2025
a341d82
Update README.rst
amcnicho Dec 11, 2025
02d4ad5
Update README.rst
amcnicho Dec 11, 2025
9a1053c
Update README.rst
amcnicho Dec 12, 2025
f30e0a8
Update black and linux test workflows to use honeycomb templates
amcnicho Dec 12, 2025
177be99
Update README.rst
amcnicho Dec 12, 2025
6aa81ba
Update black.yml
amcnicho Dec 12, 2025
52b12fe
Update python-testing-macos.yml
amcnicho Dec 12, 2025
b860930
Update README.rst
amcnicho Dec 12, 2025
f5a8269
Update README.rst
amcnicho Dec 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ on: [push, pull_request]

jobs:
call-testing-linux:
uses: nrao/gh-actions-templates-public/.github/workflows/black-template.yml@main
uses: nrao/gh-actions-templates-public/.github/workflows/black-template.yml@honeycomb
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/python-testing-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
call-testing-linux:
uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-linux-template.yml@main
uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-linux-template.yml@honeycomb
with:
cov_project: "astrohack"
test-path: "tests/"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python-testing-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ on:

jobs:
call-testing-linux:
uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-macos-template.yml@main
uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-macos-template.yml@honeycomb
secrets: inherit
6 changes: 3 additions & 3 deletions .github/workflows/run-ipynb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:

jobs:

call-testing-linux:
uses: nrao/gh-actions-templates-public/.github/workflows/run-ipynb-template.yml@main
secrets: inherit
call-testing-ipynb:
uses: nrao/gh-actions-templates-public/.github/workflows/run-ipynb-template.yml@honeycomb
secrets: inherit
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ acceleration technologies, such as `Dask <https://www.dask.org/>`_ and
`Numba <https://numba.pydata.org/>`_. Making the reduction of
holography data much faster and streamlined for the user.


> 📝 astroHACK is under active development! Breaking API changes are
still happening on a regular basis, so proceed with caution.
.. note::
📝 astroHACK is under active development! Breaking API changes are still happening on a regular basis, so proceed with caution.

Empty file added empty
Empty file.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ file = "LICENSE.txt"

[project.optional-dependencies]
docs = [ "ipykernel", "ipympl", "ipython", "jupyter-client", "nbsphinx", "recommonmark", "scanpydoc", "sphinx-autoapi", "sphinx-autosummary-accessors", "sphinx_rtd_theme", "twine", "pandoc",]

# TODO: add [build-system] specifier
Loading