Releases: Subaru-PFS/spt_target_uploader
Releases · Subaru-PFS/spt_target_uploader
v3.2.2
v3.2.1
v3.2.0
What's Changed
User App
- Modify costs for running netflow to reasonably accommodate long integration (>2hr)
Admin App
- Add pointing simulation status
- Show and download target list
Full Changelog: v3.1.0...v3.2.0
v3.1.0
This is a bug fix release for the treatment of a custom pointing list with a new feature to show an announcement panel.
What's Changed
Main App
- Added: An announcement panel when launching the app. You can specify a Markdown file by the
ANN_FILE
variable in.env.shared
. - Fixed: user-defined pointing list was not treated properly. It's fixed.
- Numpy version requirement is set to
<2.0.0
.
Admin App
- Target lists can be downloaded.
Full Changelog: v3.0.1...v3.1.0
v3.0.1
This is a minor updates to fix issues found after the S25A CfP.
What's Changed
pyproject.toml
is modified to avoid an error.- GitHub repository links are updated following the transfer to the
Subaru-PFS
organization. - HSC
i
filters are not correctly presented in the examples in the documentation. They are fixed at the corresponding places. Please make sure to use either{r,i}_old_hsc
or{r,i}2_hsc
.
Full Changelog: v3.0.0...v3.0.1
v3.0.0 (S25A CfP)
This is a version to be used for the Call-for-Proposals for S25A
What's Changed
Application
- Panel version bumped to 1.4.5
- Update overhead calculations
- Change default clustering algorithm to
HDBSCAN
when there more than 1 objects (useHDBSCAN
to derive a cluster with one object). This improves the memory consumption more than a factor of 10 in some cases. - Visibility check is done from two sides. This improve the computational time by a factor of 20-ish for the worst case.
- Add an error handling for invalid column values
- Raise a warning when the number of input targets are more than 100k
- Remove
polyfill.io
dependency - Remove
cookie_secret
setting - Remove profiler decorators
Documentation
- Fix coordinate system to ICRS
- Overhead values are updated
- Change contact email address
- Add privacy statement
- Add developer document
- Fix typos and minor improvements
Full Changelog: v2.0.4...v3.0.0