Skip to content

Bump Perfolizer from 0.5.3 to 0.6.4#33

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/Chronometer/Perfolizer-0.6.4
Open

Bump Perfolizer from 0.5.3 to 0.6.4#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/Chronometer/Perfolizer-0.6.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Updated Perfolizer from 0.5.3 to 0.6.4.

Release notes

Sourced from Perfolizer's releases.

0.6.4

A maintenance release that updates the Pragmastat dependency to v6.0.1 and removes redundant code.

Internal

  • Dependency update: Bumped Pragmastat from 5.2.0 to 6.0.1, which includes a redesigned ratio estimator using geometric interpolation and a new RatioBounds estimator
  • Code cleanup: Removed redundant RngExtensions class as Pragmastat.Randomization.Rng now provides the Uniform(double min, double max) method directly

Full Changelog: AndreyAkinshin/perfolizer@v0.6.3...v0.6.4

0.6.3

This release updates the Pragmastat dependency to version 5.2.0 and migrates internal random number generation to use UniformInt32 for improved type safety.

Internal

  • Update Pragmastat dependency from 5.1.0 to 5.2.0
  • Migrate from deprecated UniformInt (returns long) to UniformInt32 (returns int) across test code and LimitedRandomGenerator, eliminating unnecessary casts

Full Changelog: AndreyAkinshin/perfolizer@v0.6.2...v0.6.3

0.6.2

This release migrates the random number generation infrastructure from System.Random to Pragmastat's deterministic Rng system (xoshiro256++), enabling cross-platform reproducible random number generation and fixing a bias in the shuffle algorithm.

Breaking Changes

  • IContinuousDistribution.Random(Random? random) signature changed to Random(Rng? rng) — all 17 distribution implementations now accept Pragmastat.Randomization.Rng instead of System.Random
  • RandomGenerator and LimitedRandomGenerator now use Rng internally
  • Removed Shuffler class — use Rng.Shuffle() instead

Bug Fixes

  • Fix biased shuffle algorithm that picked from full range [0, count) instead of shrinking range [0, i+1) (#​22)

Internal

  • Upgrade Pragmastat dependency 3.2.4 → 5.1.0
  • Migrate demos, simulations, and all tests to use Rng

Full Changelog: AndreyAkinshin/perfolizer@v0.6.1...v0.6.2

0.6.1

Full Changelog: AndreyAkinshin/perfolizer@v0.6.0...v0.6.1

0.6.0

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: Perfolizer
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies labels Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants