Skip to content

Latest commit

 

History

History
384 lines (217 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

384 lines (217 loc) · 19.3 KB

CHANGELOG

v0.1.3 (2024-11-18)

  • rm samples.py (use github.com/icecube/simprod-histogram) (93a36dd)

v0.1.2 (2024-11-18)

  • Publish to PyPI (Followup 2) (184cf02)

v0.1.1 (2024-11-18)

v0.1.0 (2024-11-18)

[minor]

  • Publish to PyPI (Followup) [minor] (bb96755)

v0.0.1 (2024-11-18)

  • CI: Use v9.8.1 Packages for Publishing (a09db9b)

  • Add CI: Followup (#12) (8bbb25d)

  • Add CI: Tests and PyPI Publishing (#11)

Co-authored-by: github-actions <[email protected]> (fbb8b1e)

  • Merge pull request #10 from icecube/dependabot/pip/pillow-10.3.0

Bump pillow from 10.2.0 to 10.3.0 (cef1ec2)

  • Bump pillow from 10.2.0 to 10.3.0

Bumps pillow from 10.2.0 to 10.3.0.


updated-dependencies:

  • dependency-name: pillow dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (aa262bb)

  • Merge pull request #9 from icecube/dependabot/pip/pillow-10.2.0

Bump pillow from 10.0.1 to 10.2.0 (02e8fda)

  • Bump pillow from 10.0.1 to 10.2.0

Bumps pillow from 10.0.1 to 10.2.0.


updated-dependencies:

  • dependency-name: pillow dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (16b7ce4)

  • Merge pull request #8 from icecube/dependabot/pip/fonttools-4.43.0

Bump fonttools from 4.28.5 to 4.43.0 (81eb492)

  • Bump fonttools from 4.28.5 to 4.43.0

Bumps fonttools from 4.28.5 to 4.43.0.


updated-dependencies:

  • dependency-name: fonttools dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (f32f3f9)

  • Merge pull request #7 from icecube/dependabot/pip/pillow-10.0.1

Bump pillow from 9.3.0 to 10.0.1 (62df3c3)

  • Bump pillow from 9.3.0 to 10.0.1

Bumps pillow from 9.3.0 to 10.0.1.


updated-dependencies:

  • dependency-name: pillow dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (2967a12)

  • Merge pull request #6 from icecube/dependabot/pip/scipy-1.10.0

Bump scipy from 1.7.3 to 1.10.0 (bd0f9cd)

  • Bump scipy from 1.7.3 to 1.10.0

Bumps scipy from 1.7.3 to 1.10.0.


updated-dependencies:

  • dependency-name: scipy dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (9c9f6cd)

  • Merge pull request #5 from icecube/dependabot/pip/pillow-9.3.0

Bump pillow from 9.0.1 to 9.3.0 (11cf3b5)

  • Bump pillow from 9.0.1 to 9.3.0

Bumps pillow from 9.0.1 to 9.3.0.


updated-dependencies:

  • dependency-name: pillow dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (2c77097)

  • latest hacks (e2143ab)

  • cleaned up example script comparing voka to scipy two sample tests (fabb728)

  • Merge pull request #4 from icecube/dependabot/pip/pillow-9.0.1

Bump pillow from 9.0.0 to 9.0.1 (d37dafe)

  • Bump pillow from 9.0.0 to 9.0.1

Bumps pillow from 9.0.0 to 9.0.1.


updated-dependencies:

  • dependency-name: pillow dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (b623390)

  • Update README.md (be2cb03)

  • Update README.md (866a839)

  • Update README.md (44a7d54)

  • Update README.md (62f672b)

  • setup.py now reads from the requirements file so there is a single source of truth. (871eac5)

  • including histogram class and tests. moved from cicada since this is a more appropriate location. (c0f0ee5)

  • updated requirements.txt (5f7e36c)

  • very minor tweak to wording in documentation (46c9e85)

  • Merge branch 'main' of github.com:icecube/voka into main (21680b1)

  • added a script with illustrates the basic concept. (d3d0a3d)

  • don't import what you don't use. (831a481)

  • change the ordering of the docs to match the method parameter order (0ab919b)

  • make tools a module (c7e15b6)

  • Update README.md

Added a link to the coverage project. (3557080)

  • Update README.md

Updated coverage results. (7b82306)

  • Update README.md

Added an extra command that display coverage results. (f581f15)

  • Update README.md

Added CV "Continuous Validation" to the list of things cicada does. (fb66f9e)

  • Update README.md

Cleaned up the intro by removing documentation that's duplicated below. (3a98fc0)

  • Update README.md

Cleaned up the references section. (4273b3c)

  • Update README.md

Made it clear in the documentation that scipy is optional and not part of the core library. (9d3301b)

  • Update README.md

Added a problem statement up front to give readers a clearer idea about what this project is for. (1d7b632)

  • Merge pull request #3 from icecube/dependabot/pip/numpy-1.21.0

Bump numpy from 1.18.1 to 1.21.0 (d4d9351)

  • Bump numpy from 1.18.1 to 1.21.0

Bumps numpy from 1.18.1 to 1.21.0.


updated-dependencies:

  • dependency-name: numpy dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (e9166b9)

  • added a setup.py to make this project pip installable. (23f18e8)

  • replace function objects with functions. being able to strinqize the name to use as a key via self.name isn't a good enough reason. (29a5d44)

  • adding a script that compares two sample methods to voka. (e474205)

  • adding a script that compares traditional two-sample methods available in scipy. (e6231ce)

  • adding useful utilities (d63d986)

  • adding a function that runs two-sample stats from scipy. (39662f5)

  • throw if there are no results (d31db77)

  • ignoring data files like pickle and compressed I3. (65f1ee3)

  • updated readme with better dependency information provided by pylint. (5d41ada)

  • conforms to pylint/pep8 (47e0fe3)

  • make this script executable. (9091325)

  • removed example that's essentially duplicated in another script. (2d531e8)

  • mostly conforms to pylint/pep8. just need to remove duplicate code, which likely amounts to removing redundant sripts. (15767ef)

  • test modules now better conform to pylint. (2a9d420)

  • last of the metrics adapted to conform to pylint/pep8. (5e3fc09)

  • fixed typo in KS name (1062bf3)

  • more robust check for valid inputs (a1e62ce)

  • some progress, but needs a little more work. mostly whitespace and variable name changes to conform to pylint. (42942fa)

  • conforms to pylint (27a0c27)

  • just style changes 10/10 on pylint (f28630f)

  • conforms to pylint standards (f4b5623)

  • adapted test to new variable name. (4c62373)

  • a little cleaner, but still need to choose better variable names. the ones from the paper aren't going to cut it. (bc363ae)

  • cleanup to conform to pylint. (d0c1f76)

  • added docs and improved comments 10/10 via pylint (700ba64)

  • updated README to include a coverage report. (e36c6f3)

  • tests are discoverable now and can be run via 'python3 -m unittest' (6bc4d3f)

  • made tests executable (7880f06)

  • updated the basic example script (d79da20)

  • Merge branch 'master' of github.com:IceCubeOpenSource/voka (7c027a0)

  • commit early. commit often. (1c83734)

  • Update README.md (8e9dc72)

  • added example scripts (c5bd0f9)

  • Merge branch 'master' of https://github.com/IceCubeOpenSource/voka (ff06f6e)

  • added an example script that illustrates the downside of traditional statistical methods. (58ceb87)

  • Update README.md (2352181)

  • Update README.md (d300d53)

  • Update README.md (064d58f)

  • Update README.md (5ef3126)

  • Update README.md

Slight tweak to our public name. Dropping "South Pole" (f9a649d)

  • Update README.md

Use more catchy keywords in the title. (ce035b2)

  • use only the shortened name. i don't to ever have to deal with lawyers from warner brothers, ridley scott, or philip k. dick. (2b0097e)

  • Update README.md (3dacad3)

  • Update README.md

Included the first draft of an abstract I plan to submit to SC20. (0211ef1)

  • Merge pull request #2 from aolivas/master

Merge back to the Open Source repo. (acc8073)

  • updated the README file...not by much. there's a lot more to come. (85d4120)

  • added an example script (fa16770)

  • added a method to calculate thresholds on the fly given the benchmark reference set (bfc44d1)

  • add a requirements file to ease installations. (044355c)

  • ignore any python virtual environments ending in _venv (3bafa6c)

  • Merge pull request #1 from aolivas/master

Test pass all the way up to VoightKampff (d1c2866)

  • enabled a test condition. just one for now. (afedd4e)

  • added test for voight_kampff (c290f3d)

  • ignore emacs backup files (501bd8c)

  • add LOF tests and made a few py3 fixes. (67a84ea)

  • tests pass. need to be clear that the expected input is a series of non-negative real numbers (e.g. histogram bin values). (e527356)

  • initial commit (d8f3cc1)

  • Initial commit (eb6bfc0)