Skip to content
Merged

Dev #31

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
dcb62db
Merge pull request #29 from zemogle/multiprocess
mfitzasp Dec 9, 2024
082145f
Update identify.py
mfitzasp Dec 9, 2024
220c9f3
Merge pull request #30 from zemogle/multiprocess
mfitzasp Dec 9, 2024
f8c59ea
multiprocessing speedup and better variable search function using a s…
mfitzasp Dec 21, 2024
bb0c2d5
missing try except
mfitzasp Dec 21, 2024
6506490
smaller glitches in multiprocessing development
mfitzasp Dec 22, 2024
3c501c0
better memory management for huge datasets
mfitzasp Dec 22, 2024
1abf758
windows needs __main__ to multiprocess
mfitzasp Dec 22, 2024
734dc2e
actual bug fix. Also windows multiprocessing workaround.
mfitzasp Dec 22, 2024
9cd81b6
Update analyse.py
mfitzasp Dec 23, 2024
5ce35e9
Some better error handling
mfitzasp Dec 23, 2024
31d9e32
udpate to skymapper dr4
mfitzasp Apr 1, 2025
e27e882
swap sdss and panstarss. Also WCS fail rejection
mfitzasp Apr 4, 2025
ef18b3d
Vizier Server hotfix #1
mfitzasp May 27, 2025
28eef11
small patches
mfitzasp May 27, 2025
eb07ac3
Merge branch 'dev' of https://github.com/zemogle/astrosource into dev
mfitzasp May 27, 2025
a5a3e4c
vizier hot fix #2
mfitzasp May 27, 2025
4243a89
Update README.md
mfitzasp May 27, 2025
330588a
Update README.md
mfitzasp May 27, 2025
1eb8545
significant tidy
mfitzasp May 31, 2025
da84fb5
better timeout handling and skymapper handling
mfitzasp May 31, 2025
d288633
small bugs in the fz route
mfitzasp Jun 14, 2025
b3eee08
booleans aren't floats, Michael
mfitzasp Jun 15, 2025
da6b1ec
Update main.py
mfitzasp Jun 15, 2025
c2738de
Update main.py
mfitzasp Jun 15, 2025
c21a10a
output targets list version 1
mfitzasp Jun 15, 2025
db5f385
Update main.py
mfitzasp Jun 15, 2025
d93f7bd
output targets v3
mfitzasp Jun 15, 2025
d42ebf1
update apass columns
mfitzasp Jun 15, 2025
257f976
typo
mfitzasp Jun 15, 2025
7d678cc
adjust targets output
mfitzasp Jun 15, 2025
0ac7f60
Merge branch 'dev' of https://github.com/zemogle/astrosource into dev
mfitzasp Jun 15, 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
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,17 @@ pip install astrosource

### Install development version

If you need to install the development branch, download from [GitHub](https://github.com/zemogle/astrosource) and from the root of the repo, run:
The development version tends to be more cutting edge with hotfixes applied to latest problems and with new features that are new enough that we are still monitoring for bugs. Having said that, it is probably the better choice to use, just be aware that there may be bugs and if you find one, let us know!

If you need to install the development branch, there are two methods:

(1) Use pip to install the development branch

```bash
pip install -U git+https://github.com/zemogle/astrosource@dev
```

(2) download from [GitHub](https://github.com/zemogle/astrosource/tree/dev) and from the root of the repo, run:

```bash
cd astrosource
Expand Down
Loading
Loading