Commits on Source (17)
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
Resolve "Fix starting time when interpolating frequency plan files" Closes #108 See merge request !135
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
Resolve "Update jitter noise models" Closes #76 See merge request !136
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
Resolve "Add automatic versioning and upload to PyPI" Closes #109 See merge request !137
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
Resolve "Automatically tag latest version" Closes #110 See merge request !138
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
-
Jean-Baptiste Bayle authored
Resolve "Fix automatic versioning and latest tagging" Closes #111 See merge request !139
-
Jean-Baptiste Bayle authored
-
Martin Staab authored
Resolve "Update TTL coefficient levels" Closes #112 See merge request !140
Showing
- .gitarchive 4 additions, 0 deletions.gitarchive
- .gitattributes 1 addition, 0 deletions.gitattributes
- .gitlab-ci.yml 47 additions, 2 deletions.gitlab-ci.yml
- MANIFEST.in 5 additions, 0 deletionsMANIFEST.in
- lisainstrument/__init__.py 10 additions, 3 deletionslisainstrument/__init__.py
- lisainstrument/instrument.py 57 additions, 31 deletionslisainstrument/instrument.py
- lisainstrument/meta.py 0 additions, 7 deletionslisainstrument/meta.py
- lisainstrument/noises.py 10 additions, 6 deletionslisainstrument/noises.py
- requirements.txt 13 additions, 2 deletionsrequirements.txt
- setup.py 6 additions, 7 deletionssetup.py
.gitarchive
0 → 100644
MANIFEST.in
0 → 100644
lisainstrument/meta.py
deleted
100644 → 0
... | ... | @@ -13,6 +13,7 @@ bleach==5.0.0 |
certifi==2021.10.8 | ||
cffi==1.15.0 | ||
charset-normalizer==2.0.12 | ||
commonmark==0.9.1 | ||
cycler==0.11.0 | ||
debugpy==1.6.0 | ||
decorator==5.1.1 | ||
... | ... | @@ -23,7 +24,7 @@ entrypoints==0.4 |
executing==0.8.3 | ||
fastjsonschema==2.15.3 | ||
fonttools==4.31.2 | ||
h5py==3.6.0 | ||
h5py==3.7.0 | ||
healpy==1.15.2 | ||
idna==3.3 | ||
imagesize==1.3.0 | ||
... | ... | @@ -33,12 +34,14 @@ ipykernel==6.11.0 |
ipython==8.2.0 | ||
ipython-genutils==0.2.0 | ||
isort==5.10.1 | ||
jaraco.classes==3.2.3 | ||
jedi==0.18.1 | ||
Jinja2==3.1.1 | ||
jsonschema==4.6.0 | ||
jupyter-client==7.2.1 | ||
jupyter-core==4.9.2 | ||
jupyterlab-pygments==0.2.2 | ||
keyring==23.9.3 | ||
kiwisolver==1.4.1 | ||
lazy-object-proxy==1.7.1 | ||
lisaconstants==1.3 | ||
... | ... | @@ -50,6 +53,7 @@ mccabe==0.7.0 |
mdit-py-plugins==0.3.0 | ||
mdurl==0.1.0 | ||
mistune==0.8.4 | ||
more-itertools==9.0.0 | ||
mypy==0.961 | ||
mypy-extensions==0.4.3 | ||
myst-parser==0.17.0 | ||
... | ... | @@ -58,13 +62,14 @@ nbconvert==6.5.0 |
nbformat==5.4.0 | ||
nest-asyncio==1.5.4 | ||
notebook==6.4.12 | ||
numpy==1.22.3 | ||
numpy==1.23.4 | ||
packaging==21.3 | ||
pandocfilters==1.5.0 | ||
parso==0.8.3 | ||
pexpect==4.8.0 | ||
pickleshare==0.7.5 | ||
Pillow==9.0.1 | ||
pkginfo==1.8.3 | ||
platformdirs==2.5.1 | ||
pluggy==1.0.0 | ||
prometheus-client==0.14.1 | ||
... | ... | @@ -84,9 +89,14 @@ python-dateutil==2.8.2 |
pytz==2022.1 | ||
PyYAML==6.0 | ||
pyzmq==22.3.0 | ||
readme-renderer==37.2 | ||
requests==2.27.1 | ||
requests-toolbelt==0.10.0 | ||
rfc3986==2.0.0 | ||
rich==12.6.0 | ||
scipy==1.8.0 | ||
Send2Trash==1.8.0 | ||
setuptools-scm==7.0.5 | ||
six==1.16.0 | ||
snowballstemmer==2.2.0 | ||
soupsieve==2.3.2.post1 | ||
... | ... | @@ -105,6 +115,7 @@ tomli==2.0.1 |
tomlkit==0.11.0 | ||
tornado==6.1 | ||
traitlets==5.2.2.post1 | ||
twine==4.0.1 | ||
typing_extensions==4.1.1 | ||
urllib3==1.26.9 | ||
wcwidth==0.2.5 | ||
... | ... |