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

Update mathjs 13.1.1 → 14.0.0 (major) #601

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Nov 22, 2024

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

What changed?

✳️ mathjs (13.1.1 → 14.0.0) · Repo · Changelog

Release Notes

14.0.0 (from changelog)

!!! BE CAREFUL: BREAKING CHANGES !!!

  • Feat: Upgrade to fraction.js@5, using bigint under the hood (#3283).
  • Feat: Implement support for Unit in functions ceil, floor, and fix. Possible breaking changes in the type definitions of arrays and matrices due to the introduction of generics (#3269). Thanks @orelbn.
  • Feat: Implement support for log(x: Fraction, base: Fraction).
  • Fix: #3301 precedence of % (mod) being higher than * and / (#3311). Thanks @nkumawat34.
  • Fix: #3222 prevent math.import(...) from overriding units unless you specify { override: true } (#3225).
  • Fix: #3219 let functions dotDivide, dotPow, bitXor, xor, equal, larger, largerEq, smaller, smallerEq, and unequal return a sparse matrix when the input is two sparse matrices (#3307). Thanks @Aakash-Rana.
  • Fix: Improve type definitions of arrays (#3306). Thanks @orelbn.

13.2.2 (from changelog)

  • Fix: #1455 implicit multiplication of a fraction with unit in is incorrect (#3315). Thanks @nkumawat34.

13.2.1 (from changelog)

  • Update to the latest version of complex.js.
  • Fix Index.dimension(dim) accepting non-numeric input.
  • Fix: #3290 should validate variables names in method Parser.set (#3308). Thanks @nkumawat34.

13.2.0 (from changelog)

  • Feat: improve performance of functions map, filter and forEach (#3256). Thanks @dvd101x.
  • Feat: improve performance of the methods map() and forEach() of DenseMatrix (#3251). Thanks @Galm007.
  • Fix: #3253 cannot use identifiers containing special characters in function derivative.
  • Fix: improve the type definitions of ConstantNode to support all data types (#3257). Thanks @smith120bh.
  • Fix: #3259 function symbolicEqual missing in the TypeScript definitions.
  • Fix: #3246 function leafCount missing in the TypeScript definitions.
  • Fix: #3267 implicit multiplication with a negative number and unit in.
  • Docs: fix broken links on the Configuration page. Thanks @vassudanagunta.
  • Docs: document the syntax of map and forEach in the expression parser (#3272). Thanks @dvd101x.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ @​babel/runtime (indirect, 7.25.4 → 7.26.0) · Repo · Changelog

Release Notes

7.26.0

v7.26.0 (2024-10-25)

Thanks @timofei-iatsenko for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.

🚀 New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

🐛 Bug Fix

💅 Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

🏠 Internal

  • babel-code-frame, babel-highlight
  • babel-generator, babel-parser, babel-types

🏃‍♀️ Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

Committers: 5

7.25.9

v7.25.9 (2024-10-22)

Thanks @victorenator for your first PR!

🐛 Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

🏠 Internal

  • babel-helper-transform-fixture-test-runner
  • Every package

🏃‍♀️ Performance

  • babel-parser, babel-types

Committers: 4

7.25.7

v7.25.7 (2024-10-02)

Thanks @DylanPiercey and @YuHyeonWook for your first PRs!

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

Committers: 8

7.25.6

v7.25.6 (2024-08-29)

Thanks @j4k0xb for your first PR!

🐛 Bug Fix

  • babel-generator
  • babel-traverse
  • babel-parser
  • babel-helpers, babel-plugin-transform-optional-chaining, babel-runtime-corejs3

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

🏠 Internal

Committers: 5

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ complex.js (indirect, 2.1.1 → 2.4.2) · Repo

Sorry, we couldn't find anything useful about this release.

🆕 fraction.js (added, 5.2.1)


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 dependencies Pull requests that update a dependency file Technical debt Technical Debt labels Nov 22, 2024
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.58%. Comparing base (1984062) to head (5631fac).
Report is 6 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #601   +/-   ##
========================================
  Coverage    80.58%   80.58%           
========================================
  Files           38       38           
  Lines         2822     2822           
  Branches       267      267           
========================================
  Hits          2274     2274           
  Misses         548      548           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@yoldas yoldas merged commit d51bcaa into develop Nov 22, 2024
12 checks passed
@depfu depfu bot deleted the depfu/update/npm/mathjs-14.0.0 branch November 22, 2024 10:03
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 Technical debt Technical Debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant