Skip to content

Commit 149eb48

Browse files
authored
Merge pull request #196 from macro-consortium/wwg-dev
one pr to rule them all
2 parents a02283c + ccb31b4 commit 149eb48

File tree

111 files changed

+7592
-19823
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+7592
-19823
lines changed

.devcontainer/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"pyscope",
3-
"image":"mcr.microsoft.com/devcontainers/python:0-3.10-bullseye",
4-
"postCreateCommand": "pip install -e '.[dev]'",
3+
"image":"mcr.microsoft.com/devcontainers/python:0-3.12-bullseye",
4+
"postCreateCommand": "pip install -v -e '.[dev]'",
55
"waitFor":"postCreateCommand",
66
"customizations": {
77
"vscode" : {

.github/workflows/pypi-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Build package
3535
run: python -m build
3636
- name: pypi-publish
37-
uses: pypa/gh-action-pypi-publish@v1.8.14
37+
uses: pypa/gh-action-pypi-publish@v1.9.0

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ dmypy.json
133133
*.fts
134134
*.fit
135135
*.fits
136+
*.ipynb
136137
*.log_*
137138
*.ecsv
138139
.vscode
@@ -143,3 +144,4 @@ dmypy.json
143144
docs/source/api/auto_api/
144145
docs/source/_build/
145146
pgHardware
147+
pgtest

README.rst

+16-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pyscope
66

77
|License| |Zenodo| |PyPI Version| |PyPI Python Versions| |PyPI Downloads| |Astropy| |GitHub CI| |Code Coverage| |Documentation Status| |Codespaces Status| |pre-commit| |Black| |isort| |Donate|
88

9-
.. image:: https://github.com/WWGolay/pyscope/blob/main/docs/source/_static/pyscope_logo_white.png
9+
.. image:: https://github.com/macro-consortium/pyscope/blob/main/docs/source/_static/pyscope_logo_white.png
1010
:alt: pyscope logo
1111

1212
This is the repository for `pyscope <https://pyscope.readthedocs.io/en/latest/>`_,
@@ -79,14 +79,14 @@ Or with conda:
7979

8080
.. code-block:: bash
8181
82-
conda create -n pyscope-dev python=3.10.12
82+
conda create -n pyscope-dev python=3.12
8383
conda activate pyscope-dev
8484
8585
To install pyscope for development, clone the repository and install with pip:
8686

8787
.. code-block:: bash
8888
89-
git clone https://github.com/WWGolay/pyscope
89+
git clone https://github.com/macro-consortium/pyscope
9090
cd pyscope
9191
pip install -e ".[dev]"
9292
@@ -102,6 +102,10 @@ Citing
102102
------
103103
If you use this package in your research, please cite it using the following:
104104

105+
History
106+
-------
107+
pyscope is based off of the IOTAlib (Iowa Optical Telescope Automation library) package, drawing on 25+ years of robotic observatory development at the University of Iowa, now with an emphasis on usage by anyone with a computerized telescope and python experience.
108+
105109
Contributing
106110
------------
107111
Please see the `developer documentation <https://pyscope.readthedocs.io/en/latest/development/>`_.
@@ -112,7 +116,7 @@ This project is licensed under the `GNU AGPLv3 License <LICENSE>`_.
112116

113117
Issues
114118
------
115-
Please post any issues you find `here <https://github.com/WWGolay/pyscope/issues>`_.
119+
Please post any issues you find `here <https://github.com/macro-consortium/pyscope/issues>`_.
116120

117121
.. |License| image:: https://img.shields.io/pypi/l/pyscope
118122
:target: https://pypi.org/project/pyscope/
@@ -138,20 +142,20 @@ Please post any issues you find `here <https://github.com/WWGolay/pyscope/issues
138142
:target: http://www.astropy.org
139143
:alt: Powered by Astropy
140144

141-
.. |GitHub CI| image:: https://img.shields.io/github/actions/workflow/status/WWGolay/pyscope/ci.yml?logo=GitHub&label=CI
142-
:target: https://github.com/WWGolay/pyscope/actions/workflows/ci.yml
145+
.. |GitHub CI| image:: https://img.shields.io/github/actions/workflow/status/macro-consortium/pyscope/ci.yml?logo=GitHub&label=CI
146+
:target: https://github.com/macro-consortium/pyscope/actions/workflows/ci.yml
143147
:alt: GitHub CI
144148

145-
.. |Code Coverage| image:: https://codecov.io/gh/WWGolay/pyscope/branch/main/graph/badge.svg
146-
:target: https://app.codecov.io/gh/WWGolay/pyscope/
149+
.. |Code Coverage| image:: https://codecov.io/gh/macro-consortium/pyscope/branch/main/graph/badge.svg
150+
:target: https://app.codecov.io/gh/macro-consortium/pyscope/
147151
:alt: Code Coverage
148152

149153
.. |Documentation Status| image:: https://img.shields.io/readthedocs/pyscope?logo=ReadtheDocs
150154
:target: https://pyscope.readthedocs.io/en/latest/
151155
:alt: Documentation Status
152156

153-
.. |Codespaces Status| image:: https://github.com/WWGolay/pyscope/actions/workflows/codespaces/create_codespaces_prebuilds/badge.svg
154-
:target: https://github.com/WWGolay/pyscope/actions/workflows/codespaces/create_codespaces_prebuilds
157+
.. |Codespaces Status| image:: https://github.com/macro-consortium/pyscope/actions/workflows/codespaces/create_codespaces_prebuilds/badge.svg
158+
:target: https://github.com/macro-consortium/pyscope/actions/workflows/codespaces/create_codespaces_prebuilds
155159
:alt: Codespaces Status
156160

157161
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
@@ -167,9 +171,9 @@ Please post any issues you find `here <https://github.com/WWGolay/pyscope/issues
167171
:alt: isort
168172

169173
.. |Donate| image:: https://img.shields.io/badge/Donate-to_pyscope-crimson
170-
:target: https://github.com/sponsors/WWGolay
174+
:target: https://github.com/sponsors/macro-consortium
171175
:alt: Donate
172176

173177
.. |Codespaces| image:: https://github.com/codespaces/badge.svg
174-
:target: https://codespaces.new/WWGolay/pyscope
178+
:target: https://codespaces.new/macro-consortium/pyscope
175179
:alt: Codespaces

TODO.md

-8
This file was deleted.

conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "pyscope" %}
2-
{% set version = "0.1.1" %}
2+
{% set version = "0.2.0" %}
33

44
package:
55
name: {{ name|lower }}

0 commit comments

Comments
 (0)