Skip to content

Update oj 3.16.11 → 3.16.17 (patch)#527

Closed
depfu[bot] wants to merge 1 commit intomainfrom
depfu/update/oj-3.16.17
Closed

Update oj 3.16.11 → 3.16.17 (patch)#527
depfu[bot] wants to merge 1 commit intomainfrom
depfu/update/oj-3.16.17

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu Bot commented Apr 14, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ oj (3.16.11 → 3.16.17) · Repo · Changelog

Release Notes

3.16.17

What's Changed

  • Use fast_memcpy16 to quickly copy up to 16 bytes for tail handling in ARM Neon code and small copies when generating JSON. by @samyron in #998
  • Bump jidicula/clang-format-action from 4.15.0 to 4.17.0 by @dependabot[bot] in #999
  • Array hash as json by @ohler55 in #1003
  • Bump jidicula/clang-format-action from 4.17.0 to 4.18.0 by @dependabot[bot] in #1001
  • Handle unterminated strings in usual parser by @meinac in #1002
  • Fix read() not handling partial reads for large files by @ursm in #1004
  • Raise error for incomplete primitive literals by @meinac in #1005

New Contributors

Full Changelog: v3.16.16...v3.16.17

3.16.16 (from changelog)

  • Not closed arrays and objects are reported corrected in the usual parser.

3.16.15 (from changelog)

  • Fixed by putting the ostruct dependency back until a better way is found to conditionally include it.

3.16.14

What's Changed

  • Change first arg to oj_parse_options by @ohler55 in #987
  • Fix illegal instruction error on CPUs without SSE4.2 support by @sebyx07 in #993
  • Optimize oj_dump_cstr using SSE4.2 and SSSE3. by @samyron in #973

Full Changelog: v3.16.13...v3.16.14

3.16.13

What's Changed

New Contributors

Full Changelog: v3.16.12...v3.16.13

3.16.12

What's Changed

  • Fixed dump realloc bug that occurred when using the compat mode dump options.
  • Fixed range encoding with the :circular option
  • Restore TruffleRuby in CI by @andrykonchin in #972
  • Improve worst case performance when using ARM Neon instructions by @samyron in #970

New Contributors

Full Changelog: v3.16.11...v3.16.12

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 43 commits:

↗️ bigdecimal (indirect, 4.0.0 → 4.1.1) · Repo · Changelog

Release Notes

4.1.1

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.1.1

4.1.0

What's Changed

  • Remove ENABLE_NUMERIC_STRING flag by @tompng in #479
  • Sample code without deprecated modules by @tompng in #480
  • Improve performance of add/sub when exponent of two bigdecimals have huge difference by @tompng in #478
  • Change frozen_string_literal from false to true by @tompng in #481
  • NTT multiplication and Newton-Raphson division by @tompng in #407
  • Implement BigMath::PI with Gauss-Legendre algorithm by @tompng in #434
  • Improve taylor series calculation of exp and sin by bit burst algorithm by @tompng in #433
  • Remove calculating log(10) in BigMath.log for large/small x by @tompng in #484
  • Add missing call-seq by @tompng in #485
  • Split internal extra calculation prec and BigDecimal.double_fig usage by @tompng in #486
  • Add RBS signature and testing by @ksss in #488
  • Add missing sig file by @ksss in #492
  • Simplify butterfly operation of Number Theoretic Transform by @tompng in #496
  • Assume always have uint64_t by @tompng in #497
  • Use bit_length to calculate NTT bit size by @tompng in #498
  • Update depend files, etc by @tompng in #499
  • Fix erfc(x,prec) precision when x is huge by @tompng in #502
  • Increase BigMath converge test precisions by @tompng in #503
  • Fix error compiling with ruby.wasm by @tompng in #504
  • Bump version to 4.1.0 by @tompng in #505

New Contributors

  • @ksss made their first contribution in #488

Full Changelog: v4.0.1...v4.1.0

4.0.1

What's Changed

  • Exclude dependabot updates from release note by @hsbt in #474
  • Remove unused variable (and add test for it) by @tompng in #475
  • Remove "Which version should you select" section by @tompng in #476
  • Bump version to v4.0.1 by @tompng in #477

Full Changelog: v4.0.0...v4.0.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 45 commits:

↗️ ostruct (indirect, 0.6.1 → 0.6.3) · Repo · Changelog

Release Notes

0.6.3

What's Changed

  • Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot[bot] in #81
  • use Ractor.shareable_proc by @ko1 in #82

Full Changelog: v0.6.2...v0.6.3

0.6.2

What's Changed

  • CI: Run Ruby 2.5 on macos-13 by @olleolleolle in #64
  • Exclude TruffleRuby from Actions. It easily broke our CI by @hsbt in #68
  • Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #67
  • Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #66
  • Bump rubygems/release-gem from 1.1.0 to 1.1.1 by @dependabot in #69
  • Provide a 'Changelog' link on rubygems.org/gems/ostruct by @mark-young-atg in #70
  • Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in #71
  • Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in #72
  • Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in #73
  • Bump step-security/harden-runner from 2.11.0 to 2.11.1 by @dependabot in #76
  • Bump step-security/harden-runner from 2.11.1 to 2.12.0 by @dependabot in #77
  • Use Ractor#value as Ractor#take is removed by @ko1 in #78
  • Don't need to use admin secret for gh release by @hsbt in #79
  • Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot in #80

New Contributors

Full Changelog: v0.6.1...v0.6.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 19 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the depfu label Apr 14, 2026
@depfu
Copy link
Copy Markdown
Contributor Author

depfu Bot commented Apr 21, 2026

Closed in favor of #528.

@depfu depfu Bot closed this Apr 21, 2026
@depfu depfu Bot deleted the depfu/update/oj-3.16.17 branch April 21, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants