Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.3.1 #8

Merged
merged 11 commits into from
Aug 8, 2023
Merged

Version 0.3.1 #8

merged 11 commits into from
Aug 8, 2023

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    be7d2fd View commit details
    Browse the repository at this point in the history
  2. chore: Added test for issue #5.

    schmidmt committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6546d30 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Move converters to file; NIX default params

    All the pyany_to_* were moved to a new file to reduce clutter in
    the bocpd file. Also the NormalInvChiSquare prior didn't have
    default params like the NormalGamma and NormalInvGamma, so I added
    them for consistency.
    Baxter Eaves committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dcd75bf View commit details
    Browse the repository at this point in the history
  2. Use "changepoint as cpt" in README

    Internally we use `cpt` as the changepoint alias so I changed the
    README for consistency.
    Baxter Eaves committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5c99634 View commit details
    Browse the repository at this point in the history
  3. Fix typo in filename; chp -> cpt

    Baxter Eaves committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bd1a7c7 View commit details
    Browse the repository at this point in the history
  4. Actually make NIX python signature work

    Baxter Eaves committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5bd2011 View commit details
    Browse the repository at this point in the history
  5. smoke test more bocpd types

    Baxter Eaves committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    db38d5f View commit details
    Browse the repository at this point in the history
  6. Add pychangepoint changelog, bump version

    Baxter Eaves committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6d489e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa284c8 View commit details
    Browse the repository at this point in the history
  8. feat(python, rust): Added pickle support.

    chore(python): Fixed formatting.
    
    chore: Added changelog for rust package
    schmidmt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    50908d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge pull request #7 from promised-ai/feature/pickle

    Pickle Support
    schmidmt authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    84c77a2 View commit details
    Browse the repository at this point in the history