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

Bump go-hep.org/x/hep from 0.32.1 to 0.33.0 #112

Merged
merged 1 commit into from
May 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

Bumps go-hep.org/x/hep from 0.32.1 to 0.33.0.

Release notes

Sourced from go-hep.org/x/hep's releases.

Release v0.33.0

DOI

Release v0.33.0 is out of the oven.

This release contains no major API breakage, but all around improvements and bug fixes.

cmd

  • cmd/hepmc2root: is a new command to automatically convert HepMC2 ASCII files to flat n-tuples ROOT files.
$> hepmc2root -h
hepmc2root converts a HepMC2 ASCII file into a ROOT file and (flat) tree.

Usage: hepmc2root [OPTIONS] hepmc.ascii

Example:

$> hepmc2root ./hepmc.ascii $> hepmc2root -o out.root -t mytree ./hepmc.ascii

Options: -o string path to output ROOT file name (default "out.root") -t string name of the output tree (default "tree")

hplot

hplot has been migrated to the new Gio API, and needs Gonum/plot@v0.13.0.

Slight differences are to be expected in the rendering of plots. With the new Gio version we are using, you may need development headers for Vulkan on Linux. See the installation instructions of Gio for more details: Gio Installation

  • fix a bug in hplot.TiledPlot.Plot(i, j int) where the *hplot.Plot returned by Plot(i,j) was actually the conjugate of what the documentation specified. Now, Plot(i,j) returns the plot as documented.

sliceop

  • introduce a generic sliceop.Resize that can reuse []T capacity
  • introduce generic versions of sliceop.Take and sliceop.Find

Changelog

... (truncated)

Commits
  • cf2d1a6 ci: pin to ubuntu-20.04 for Gio's benefit
  • 219c13d hplot,pawgo: migrate to latest Gio API
  • 97475fa ci: install vulkan stack for Gio
  • f1469c3 all: bump Gio, astrogo/fitsio@v0.3.0, klauspost/compress@v1.16.5 and gonum@v0.13
  • ef35e3a hplot: fix TiledPlot.Plot to behave as documented
  • 229691c ci/mk-release: update for new Go-1.20 build requirements
  • faaf33f ci: use Go cache from setup-go
  • a25161e ci: update gha-actions
  • 6b61013 all: bump gokrb5@v8.4.4 and x/exp
  • 12fafb4 all: bump x/net@v0.7.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 15, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6607e26) 53.75% compared to head (155e960) 53.75%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   53.75%   53.75%           
=======================================
  Files           8        8           
  Lines         891      891           
=======================================
  Hits          479      479           
  Misses        386      386           
  Partials       26       26           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/go_modules/go-hep.org/x/hep-0.33.0 branch 2 times, most recently from 8670ff1 to 3e0a1b1 Compare May 23, 2023 08:47
Bumps [go-hep.org/x/hep](https://github.com/go-hep/hep) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/go-hep/hep/releases)
- [Commits](go-hep/hep@v0.32.1...v0.33.0)

---
updated-dependencies:
- dependency-name: go-hep.org/x/hep
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-hep.org/x/hep-0.33.0 branch from 3e0a1b1 to 155e960 Compare May 24, 2023 07:16
@Tantalor93 Tantalor93 merged commit 2437d06 into master May 25, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/go-hep.org/x/hep-0.33.0 branch May 25, 2023 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants