What's Changed
- Fix run_doc for led plugin by @GiovanniVolta in #1462
- Check RSE in
_find
method ofRucioRemoteFrontend
by @dachengx in #1464 - Garbage collection after calculated each chunk in
peak_positions_mlp
by @dachengx in #1467 - Enforce stable sorting in
np.sort
andnp.argsort
by @dachengx in #1468 - Clean
deprecate_kwarg
by @dachengx in #1470 - Update strax version to v2.0.1 by @dachengx in #1473
- Remove expedients plugins because SOM will be default by @dachengx in #1472
- Remove 1T related codes by @dachengx in #1476
- Use SOM peaklets classification by default by @dachengx in #1471
- Fix theta uncertainty bug by @napoliion in #1466
- Remove URLConfig warning about sorting by @dachengx in #1477
- Merge branch 'sr1_leftovers' into master by @dachengx in #1478
- Fix small bug in CNF by @dachengx in #1479
- Remove GCN & CNN S2 pos-rec by @dachengx in #1484
- Set CNF as the default S2 (x, y) position-reconstruction by @dachengx in #1486
- Prototype of peaklets-level (x, y) S2 position reconstruction by @dachengx in #1482
- Rename old
PeakletClassification
asPeakletClassificationVanilla
by @dachengx in #1487 - Remove Bayes models by @dachengx in #1488
- Rename
defualt_run_comments
->default_run_comments
by @dachengx in #1489 - Accelerate Euclidean distance by numba by @dachengx in #1493
- Move
set_nan_defaults
to be a stand-alone function by @dachengx in #1497 - Set CNF as the default S2 (x, y) position-reconstruction by @dachengx in #1494
- Back to fixed window in LED calibration by @GiovanniVolta in #1499
- Move
compute_center_times
from straxen to strax by @dachengx in #1501 - Use numpy and strax native dtypes, not
"<i8"
or"<f4"
by @dachengx in #1502 - Inherit
area_fraction_top
,center_time
andmedian_time
from peaklets by @dachengx in #1503 - Bump version of changed plugins in #1503 by @dachengx in #1504
- Clean unnecessary codes by @dachengx in #1507
- Clean chunk after computing
records
by @dachengx in #1508 - Add a line of comment about memory optimization by @dachengx in #1509
New Contributors
- @napoliion made their first contribution in #1466
Full Changelog: v3.0.0...v3.0.1