Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built package #203

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
conda activate lumfn


pip install -i https://test.pypi.org/simple/ lumfn==0.0.2 --user
Binary file removed IO/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed IO/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2018 The Python Packaging Authority

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
File renamed without changes.
1,168 changes: 0 additions & 1,168 deletions d8LF_qa.ipynb

This file was deleted.

Empty file removed data/__init__.py
Empty file.
1 change: 0 additions & 1 deletion deprecated/Luminosity_Function

This file was deleted.

30 changes: 0 additions & 30 deletions deprecated/cori2cosma

This file was deleted.

100 changes: 0 additions & 100 deletions deprecated/lumfn_stepwise.py

This file was deleted.

83 changes: 0 additions & 83 deletions deprecated/rand_N8.py

This file was deleted.

4 changes: 3 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ DESI Change Log
* Params file for sphere radius and oversample realisation number (PR `#196`_).
* Add 'spawn' context to prevent pool hangs. TBD if effective (PR `#197`_).
* Add zmax optimisation refinements, brent with only a guess at bracketing interval and Nelder-Mead (PR `#198`_).

* (Test-pypi) package build (PR `#203`_).

.. _`#196`: https://github.com/SgmAstro/DESI/pull/196
.. _`#197`: https://github.com/SgmAstro/DESI/pull/197
.. _`#198`: https://github.com/SgmAstro/DESI/pull/198
.. _`#203`: https://github.com/SgmAstro/DESI/pull/203

5.0.1 (2022-April-27)
-------------------
Expand Down
Loading