• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

XENONnT / appletree
88%

Build:
DEFAULT BRANCH: master
Repo Added 13 Oct 2022 06:03PM UTC
Token lEHg3V3nVdh69GduWIMPa0AzJcNzcfqSv regen
Build 675 Last
Files 30
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • acceptance_plot
  • add-2d-3d-lerp
  • add_corner
  • add_doi_badge
  • add_eps
  • add_eps_to_hist_er
  • add_extension
  • add_linage
  • add_lineage_hash
  • add_more_distributions
  • add_test
  • add_utilix_pyproject
  • aggressive_memory_usage
  • all_component_hist
  • apply_eff_multi
  • better_fuse_matching_clean
  • binning
  • bump_021
  • bump_030
  • bump_051
  • bump_052
  • bump_numpy
  • bump_v022
  • bump_v023
  • bump_v031
  • bump_v032
  • bump_v040
  • bump_v050
  • bump_v053
  • bump_v054
  • bump_v055
  • check_shape_interp_input
  • clean_up
  • clear_cache
  • compatible_x64
  • config_err
  • config_filename
  • configs_llh
  • docs
  • docs_lxml_html_clean
  • efield_map
  • elife_sigma
  • emcee_backend
  • er_sr
  • fake_maps_nb
  • file_order
  • fitting_1d
  • fix
  • fix_3d_nn
  • fix_action
  • fix_again_sigmamap
  • fix_backend
  • fix_binom
  • fix_bug
  • fix_bug_add_eps_to_hist
  • fix_config
  • fix_config_llh
  • fix_correction
  • fix_docs_param
  • fix_pypi
  • fix_tests
  • fix_weighted
  • force_no_eff_type
  • from_bkend
  • hybrid-binomial
  • importlib_resources_files
  • interp
  • interp_by_map
  • irreg_bin
  • jax_binomial
  • jnp_to_np
  • lce_to_correction
  • less_noisy_llh
  • liter_constraint
  • load_from_mongo_downloader
  • loosen_requirement
  • ly_qy_prior
  • make_maps
  • mixed-coordinate-type
  • multi_nodep_data
  • multiply_thin
  • n_events
  • nest_v2_yields
  • nestv2
  • nestv2_er
  • nestv2_width
  • no_bins_component
  • nr_ly_update
  • parameter_alias
  • pip_user
  • plot_maps
  • plotter
  • plotter_debug
  • pre-commit-ci-update-config
  • preserve_dtype
  • profiler
  • pypi_public
  • r_dim
  • rearrange_er
  • recording_dict
  • refactor_likelihood
  • rename_instruct
  • revert-175-truncate_normal
  • rm_manifest
  • s12_area
  • safe_plugins
  • sample_post
  • sample_spec
  • set_blobs_dtype
  • set_config
  • set_moves
  • sigmaconfig_fix
  • skip_mongo_db
  • smarter_backend
  • smarter_error
  • static_cached_functions
  • stop_allocator
  • switch_to_utilix_for_db
  • tolerate_simulation_only
  • transformer
  • truncate_normal
  • two_half_gaussian
  • update_conf
  • update_docformatter
  • update_jax
  • update_nb
  • update_pypi
  • update_sklearn
  • update_utilix_dependency
  • use_master_docformatter
  • use_pre-commit
  • use_pyproject
  • warning_get_file
  • weighted_equi_integer

07 Jul 2026 07:06AM UTC coverage: 87.94% (+0.03%) from 87.912%
28848125787

push

github

mhliu0001
Bump version: 0.5.5 → 0.6.0

1 of 1 new or added line in 1 file covered. (100.0%)

3172 of 3607 relevant lines covered (87.94%)

1.76 hits per line

Relevant lines Covered
Build:
Build:
3607 RELEVANT LINES 3172 COVERED LINES
1.76 HITS PER LINE
Source Files on master
  • Tree
  • List 30
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28848125787 master Bump version: 0.5.5 → 0.6.0 push 07 Jul 2026 07:16AM UTC mhliu0001 github
87.94
28786853499 master Better fuse matching (#222) * Implement clipping in NESTv2 to match the behavior in nestpy * Add electric field position dependence * Revert change in S2LCE * Modified S2 model * [pre-commit.ci] auto fixes from pre-commit.com hooks for more ... push 06 Jul 2026 11:13AM UTC web-flow github
87.91
28778007746 master NESTv2 ER plugin (#220) * add dec composite mode from 2503.07562v1 * add dec with running r * nest_v2_er start * small update * small debugs * Add files via upload version with Fano=1 and checks for <0 Nex and Ni (still not all!) * Merge n... push 06 Jul 2026 08:32AM UTC web-flow github
87.87
28766627768 master Add bilinear (2-D) and trilinear (3-D) LERP interpolators for regbin maps (#223) * Add bilinear (2-D) and trilinear (3-D) LERP interpolators for regbin maps Adds Map(method="LERP") support for 2-D and 3-D regular-binning maps. Previously only ID... push 06 Jul 2026 04:01AM UTC web-flow github
87.32
28765648042 master Averaging log likelihood with multiple independent simulations (#221) * Safer treatment of parameters out of boundaries * Add jax>0.8.0 support * Implement repeated calculations of log_llh * Add test for repeat_times > 1 * [pre-commit.ci] aut... push 06 Jul 2026 03:30AM UTC web-flow github
86.3
24987009763 master Add hybrid binomial for faster simulation (#214) * Add hybrid binomial for faster simulation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Minghao Liu <Minghao... push 27 Apr 2026 09:30AM UTC web-flow github
86.15
24786128778 master Mixed coordinate type in maps (#219) * Add support for per-axis coordinate_type in Map Allow coordinate_type to be a list (e.g. ["regbin", "log_regbin"]) for mixed linear/log axes in regbin maps. Co-Authored-By: Claude Opus 4.6 (1M context) <no... push 22 Apr 2026 03:17PM UTC web-flow github
87.19
24779639723 master Add Plugin-Level Profiler (#211) * Add profiler to appletree * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix white spaces around multiplication * Fix coverage * [pre-commit.ci] aut... push 22 Apr 2026 01:07PM UTC web-flow github
87.07
24777658101 master Safer treatment of parameters out of boundaries (#209) * Safer treatment of parameters out of boundaries * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix inf and nan * update docform... push 22 Apr 2026 12:20PM UTC web-flow github
86.25
22644990107 master Add function to plot all maps (#215) * Add function to plot all maps * Fix plot style for sigma map * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix regbin coordinate convention: low... push 03 Mar 2026 10:14PM UTC web-flow github
86.25
See All Builds (548)
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc