Appletree

Latest version: v0.5.1

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.1

-------------------
* Fix S1 bias coordinate by zihaoxu98 in https://github.com/XENONnT/appletree/pull/174
* Modified truncate_normal with jax.random.truncated_normal by mhliu0001 in https://github.com/XENONnT/appletree/pull/175
* Revert "Modified truncate_normal with jax.random.truncated_normal" by mhliu0001 in https://github.com/XENONnT/appletree/pull/176
* Change eps added to histogram to mean(eff) by zihaoxu98 in https://github.com/XENONnT/appletree/pull/177
* Add lineage hash for all levels: `Config`, `Plugin`, `Component`, and `Context` by dachengx in https://github.com/XENONnT/appletree/pull/178
* Separate and save lineage for all levels by dachengx in https://github.com/XENONnT/appletree/pull/179
* Allow component lineage with no binning by dachengx in https://github.com/XENONnT/appletree/pull/180

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.5.0...v0.5.1

0.5.0

-------------------
* Nestv2 parameter by zihaoxu98 in https://github.com/XENONnT/appletree/pull/167
* Nearest neighbor interpolator by zihaoxu98 in https://github.com/XENONnT/appletree/pull/168
* Add 1D nearest neighbour and linear interpolator by dachengx in https://github.com/XENONnT/appletree/pull/170
* Fix software versions in tests by dachengx in https://github.com/XENONnT/appletree/pull/171

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.4.0...v0.5.0

0.4.0

-------------------
* Try using jax.random.binomial by dachengx in https://github.com/XENONnT/appletree/pull/148
* Turn off add_eps_to_hist in NR and ER by FaroutYLq in https://github.com/XENONnT/appletree/pull/152
* Debug when `bins_type` is not set by dachengx in https://github.com/XENONnT/appletree/pull/153
* Specifically install `lxml_html_clean` by dachengx in https://github.com/XENONnT/appletree/pull/157
* Initialize context from backend by zihaoxu98 in https://github.com/XENONnT/appletree/pull/156
* Add `parameter_alias` to translate parameters in `par_config` by dachengx in https://github.com/XENONnT/appletree/pull/160
* Allow user to aggressively use memory by dachengx in https://github.com/XENONnT/appletree/pull/164
* Fix a bug of plotter which contains inf by zihaoxu98 in https://github.com/XENONnT/appletree/pull/165

New Contributors
* FaroutYLq made their first contribution in https://github.com/XENONnT/appletree/pull/152

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.3.2...v0.4.0

0.3.2

-------------------
* Remove `scikit-learn` version requirement by dachengx in https://github.com/XENONnT/appletree/pull/131
* Use trusted publisher because username/password authentication is no longer supported by dachengx in https://github.com/XENONnT/appletree/pull/132
* Be compatible with `JAX_ENABLE_X64=1` by dachengx in https://github.com/XENONnT/appletree/pull/134
* Raise more information when file can not be found by dachengx in https://github.com/XENONnT/appletree/pull/135
* Preserve dtype of results in `multiple_simulations` by dachengx in https://github.com/XENONnT/appletree/pull/137
* Copy memory from GPU to CPU by dachengx in https://github.com/XENONnT/appletree/pull/139
* Bug fix when using `force_no_eff` with tuple `data_names` by dachengx in https://github.com/XENONnT/appletree/pull/141
* Add Gamma, Negative Binomial, and Generalized Poisson Distribution by dachengx in https://github.com/XENONnT/appletree/pull/145
* Add support for 1D fitting by dachengx in https://github.com/XENONnT/appletree/pull/144
* Correct the sigmas in TwoHalfNorm by zihaoxu98 in https://github.com/XENONnT/appletree/pull/143
* Plotter for MCMC diagnostics by zihaoxu98 in https://github.com/XENONnT/appletree/pull/146

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.3.1...v0.3.2

0.3.1

-------------------
* Smarter SigmaMap handling and needed_parameters by xzh19980906 in https://github.com/XENONnT/appletree/pull/116
* Move messages of used parameter in `SigmaMap.build` by dachengx in https://github.com/XENONnT/appletree/pull/117
* Set required_parameter as method of Config by dachengx in https://github.com/XENONnT/appletree/pull/119
* Optional applying efficiency in `multiple_simulations` by dachengx in https://github.com/XENONnT/appletree/pull/123
* Fix S1/S2 correction and gas gain when simulating S1/S2PE by mhliu0001 in https://github.com/XENONnT/appletree/pull/122
* Prevent already cached functions from being changed by dachengx in https://github.com/XENONnT/appletree/pull/125
* Update docstring to google style by dachengx in https://github.com/XENONnT/appletree/pull/126
* Update conf, add napoleon by dachengx in https://github.com/XENONnT/appletree/pull/127
* Small bug fix when no llh_name is used by dachengx in https://github.com/XENONnT/appletree/pull/129

New Contributors
* mhliu0001 made their first contribution in https://github.com/XENONnT/appletree/pull/122

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.3.0...v0.3.1

0.3.0

-------------------
* Fix function name to `simulate_weighted_data`, nothing else changed by dachengx in https://github.com/XENONnT/appletree/pull/99
* Stop jax from preallocating memory by dachengx in https://github.com/XENONnT/appletree/pull/100
* fix meshgrid binning by hoetzsch in https://github.com/XENONnT/appletree/pull/101
* Binning is not required by Component by dachengx in https://github.com/XENONnT/appletree/pull/103
* Upper clipping on binomial randgen in normal approx by xzh19980906 in https://github.com/XENONnT/appletree/pull/107
* Rename fake maps by xzh19980906 in https://github.com/XENONnT/appletree/pull/106
* Update fake maps filenames by dachengx in https://github.com/XENONnT/appletree/pull/108
* Skip mongo DB when finding files by xzh19980906 in https://github.com/XENONnT/appletree/pull/111
* Raise error if file does not exist by xzh19980906 in https://github.com/XENONnT/appletree/pull/110
* Rename lce to correction by dachengx in https://github.com/XENONnT/appletree/pull/109
* Add function to check the usage of configs, check_unused_configs by dachengx in https://github.com/XENONnT/appletree/pull/112
* Proposal to use pre-commit for continuous integration by dachengx in https://github.com/XENONnT/appletree/pull/113

New Contributors
* hoetzsch made their first contribution in https://github.com/XENONnT/appletree/pull/101

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.2.3...v0.3.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.