Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sidratresearch/qp

Tags

v1.0.0-dev

Toggle v1.0.0-dev's commit message
Updated conf

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
expand limits as needed in _prepare_for_brier (LSSTDESC#240)

* expand limits as needed in _prepare_for_brier

* update test function that no longer raises ValueError

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request LSSTDESC#238 from LSSTDESC/237-package-requires-nu…

…mpy20

removed the numpy version requirement

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
lazy pytdigest (LSSTDESC#234)

* lazy pytdigest

* fix quote in pyproject.toml

* fix deprecation warnings

* pin numpy<2.0.0

* Use module imports rather than relative imports

---------

Co-authored-by: Sidney Mau <[email protected]>

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request LSSTDESC#229 from LSSTDESC/issue/228/docs

updated README.md and docs/tutorials.rst

v0.8.10

Toggle v0.8.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request LSSTDESC#229 from LSSTDESC/issue/228/docs

updated README.md and docs/tutorials.rst

v0.8.9

Toggle v0.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Issues/224/add classes to init (LSSTDESC#225)

* Adde metric classes to __init__ and make a ValueError more informative

* Adde metric classes to __init__ and make a ValueError more informative

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changing metric output type for Brier metric. (LSSTDESC#223)

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
WIP - Parallelization of DistToPoint metrics (LSSTDESC#217)

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use t-digest to parallelize point to point metrics (LSSTDESC#216)

* WIP - Initial commit for parallel metrics.

* Adding a simple notebook for testing parallelized PointSigmaIQR.

* Example of metric running in parallel in notebook.

* Parallelizing PointBias. Expanding the demo notebook.

* First attempt at parallelizing PointSigmaMAD.

* Clean up PointSigmaMAD and introduce a method parameter for num_bins.

* Parallelizing PointOutlierRate and updating the notebook with an example.

* Moved PointToPointMetricDigester. Consolidated code in that class. Added **kwargs so that we can pass a config dict to the concrete metric classes.

* Adding unit tests for parallelized point to point metrics.

* Adding another tests case to chase test coverage.

* Using bin centers for `bin_dist` calculation.

* added point_sigma_iqr.eval_from_iterator call and a few pragma statements to get to full coverage

---------

Co-authored-by: Eric Charles <[email protected]>