winterapi 0.1.1__tar.gz → 0.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {winterapi-0.1.1 → winterapi-0.2.0}/.github/workflows/continuous_integration.yml +1 -1
- {winterapi-0.1.1/winterapi.egg-info → winterapi-0.2.0}/PKG-INFO +1 -1
- {winterapi-0.1.1 → winterapi-0.2.0}/pyproject.toml +2 -2
- {winterapi-0.1.1 → winterapi-0.2.0}/tests/test_schedule.py +1 -1
- {winterapi-0.1.1 → winterapi-0.2.0}/tests/testdata/test_schedule.csv +6 -6
- {winterapi-0.1.1 → winterapi-0.2.0/winterapi.egg-info}/PKG-INFO +1 -1
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi.egg-info/requires.txt +1 -1
- {winterapi-0.1.1 → winterapi-0.2.0}/.github/dependabot.yml +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/.github/workflows/automerge.yml +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/.github/workflows/black.yml +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/.github/workflows/isort.yml +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/.github/workflows/pylint.yml +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/.gitignore +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/.pre-commit-config.yaml +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/LICENSE +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/README.md +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/notebooks/0_intro_accounts.ipynb +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/notebooks/1_too_models.ipynb +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/notebooks/2_submitting_toos.ipynb +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/setup.cfg +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/tests/test_login.py +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi/__init__.py +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi/configure_tests.py +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi/credentials.py +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi/endpoints.py +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi/fidelius.py +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi/messenger.py +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi.egg-info/SOURCES.txt +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi.egg-info/dependency_links.txt +0 -0
- {winterapi-0.1.1 → winterapi-0.2.0}/winterapi.egg-info/top_level.txt +0 -0
|
@@ -62,7 +62,7 @@ jobs:
|
|
|
62
62
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
63
63
|
|
|
64
64
|
- name: Echo tag name
|
|
65
|
-
run: echo "Tag is ${{ github.ref }}, Tagged is ${{ startsWith(github.ref, 'refs/tags/')}}, Python Check is ${{matrix.python-version == 3.11}}, Deploy is ${{ startsWith(github.ref, 'refs/tags/') && matrix.python-version == 3.
|
|
65
|
+
run: echo "Tag is ${{ github.ref }}, Tagged is ${{ startsWith(github.ref, 'refs/tags/')}}, Python Check is ${{matrix.python-version == 3.11}}, Deploy is ${{ startsWith(github.ref, 'refs/tags/') && matrix.python-version == 3.11}}"
|
|
66
66
|
|
|
67
67
|
- name: Install pypa/build
|
|
68
68
|
run: >-
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "winterapi"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.2.0"
|
|
8
8
|
description = ""
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Robert Stein", email = "rdstein@caltech.edu"}
|
|
@@ -35,7 +35,7 @@ dependencies = [
|
|
|
35
35
|
"jupyter",
|
|
36
36
|
"backoff",
|
|
37
37
|
"pydantic",
|
|
38
|
-
"wintertoo>=0.3.
|
|
38
|
+
"wintertoo>=0.3.10"
|
|
39
39
|
]
|
|
40
40
|
[project.optional-dependencies]
|
|
41
41
|
dev = [
|
|
@@ -59,7 +59,7 @@ class TestSchedule(unittest.TestCase):
|
|
|
59
59
|
)
|
|
60
60
|
|
|
61
61
|
# Uncomment to update the schedule
|
|
62
|
-
local_schedule.to_csv(test_schedule_path, index=False)
|
|
62
|
+
# local_schedule.to_csv(test_schedule_path, index=False)
|
|
63
63
|
|
|
64
64
|
pd.testing.assert_frame_equal(test_df, local_schedule, check_like=True)
|
|
65
65
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
raDeg,decDeg,fieldID,filter,visitExpTime,priority,progPI,progName,progID,validStart,validStop,observed,maxAirmass,ditherNumber,ditherStepSize,obsHistID
|
|
2
|
-
211.56398,54.0,3944,Y,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,9,
|
|
3
|
-
211.56398,54.0,3944,J,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,9,
|
|
4
|
-
211.56398,54.0,3944,Hs,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,9,
|
|
5
|
-
210.910674637,54.3116510708,999999999,Y,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,1,
|
|
6
|
-
210.910674637,54.3116510708,999999999,J,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,1,
|
|
7
|
-
210.910674637,54.3116510708,999999999,Hs,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,1,
|
|
2
|
+
211.56398,54.0,3944,Y,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,9,600.0,0
|
|
3
|
+
211.56398,54.0,3944,J,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,9,600.0,1
|
|
4
|
+
211.56398,54.0,3944,Hs,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,9,600.0,2
|
|
5
|
+
210.910674637,54.3116510708,999999999,Y,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,1,600.0,3
|
|
6
|
+
210.910674637,54.3116510708,999999999,J,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,1,600.0,4
|
|
7
|
+
210.910674637,54.3116510708,999999999,Hs,30.0,50.0,Stein,2023A999,1,62721.1894969287,62722.1894969452,False,2.0,1,600.0,5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|