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

v1.2.0 #26

Closed
yomichi opened this issue May 28, 2024 · 1 comment
Closed

v1.2.0 #26

yomichi opened this issue May 28, 2024 · 1 comment

Comments

@yomichi
Copy link
Owner

yomichi commented May 28, 2024

@JuliaRegistrator register

Release notes:

  • Update MCObservables (update observables #25)
    • Some operations for VectorObservable like var are corrected
    • BinningObservable is deprecated
      • Instead, use obs = SimpleObservable() and binned = binning(obs)
      • binning returns new SimpleObservable with binned
      • binning takes one option, binsize::Int or numbins::Int.
        • binsize is the size of each bin
        • numbins is the number of bins
        • If omitted, binsize = floor(Int, sqrt(count(obs))) is used
      • param in runMC(param::Parameter) takes new optional keys, Binning size and Number of Bins
    • Operations for the mixture of Jackknife and JackknifeVector are added
@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/107769

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.0 -m "<description of version>" 77ac4fa96015d309cb7fd897bcf2be827d466566
git push origin v1.2.0

@yomichi yomichi closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants