New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mathjslab

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathjslab - npm Package Versions

1
9

1.2.2

Diff

Changelog

Source

1.2.2

  • Bug fix in function 'cat'.
  • User functions 'cummin', 'cummax', 'cumsum', 'cumprod', 'ndims', 'rows', 'columns', 'length', 'numel', 'isempty' and 'reshape'.
  • Bug fix in MultiArray.unparse and MultiArray.unparseMathML (null array).
  • Bug fix in MultiArray constructor (dimension.length >= 2).
  • Bug fix in MultiArray.isEmpty.
  • Functions newFilled and newFilledEach in MultiArray class moved to CoreFunctions and optimized.
  • Some methods related to multiple assignment in Evaluator modified to static functions.
sergiolindau
published 1.2.1 •

Changelog

Source

1.2.1

  • More methods and properties have been renamed to express their functions more clearly.
  • Code cleaning by hand.
  • Bug fix in MultiArray.newFilledEach (used in rand and randi functions).
sergiolindau
published 1.2.0 •

Changelog

Source

1.2.0

  • The MultiArray class now supports multidimensional arrays. More integration tests are needed. Several methods have been renamed to express their functions more clearly. Methods related to linear algebra in MultiArray class have been moved to the LinearAlgebra class in linear-algebra.ts file.
  • The core-functions.ts file and its corresponding test file were created. Functions in MultiArray class have been moved to the CoreFunctions class in core-functions.ts file. The generalized methods have been left in MultiArray class and the user functions have been moved to the CoreFunctions class. The linearizedFunctions in MultiArray class have been removed (and corresponding methods and code in Evaluator class removed too).
sergiolindau
published 1.1.28 •

sergiolindau
published 1.1.27 •

Changelog

Source

1.1.27

  • The linear-algebra.ts file and its corresponding test file were created. The relevant methods of the MultiArray class will be moved to this file as support for multidimensional arrays evolves in the MultiArray class. Some methods moved.
  • More evolve to support multidimensional arrays in the MultiArray class. MultiArray constructor upgraded to support multidimensional arrays. Constructor overloaded.
  • The class Tensor has been renamed to MathObject and the file 'tensor.ts' has been renamed to 'math-object.ts'. The file 'math-object.spec.ts' has been created.
  • The corresponding test file for char-string.ts file has been created.
  • Unary and binary operations name type defined in complex-decimal.ts for use in generic operations methods of the MultiArray class.
sergiolindau
published 1.1.26 •

Changelog

Source

1.1.26

  • A fix for a major bug in element wise operations. Assymetric operations produce incorrect results. This shouldn't even be called a bug. This was like finding a lizard in your bathroom, coming up the drain. The fix has been simple, but the lizard is old, it certainly comes from the first version. It is necessary to extend the tests.
  • horzcat and vertcat functions defined as function mappings.
  • Start to extend MultiArray class to support multidimensional arrays.
sergiolindau
published 1.1.25 •

Changelog

Source

1.1.25

  • More bug fix in indexing (some end in ranges stop to work after 1.1.23. The problem is parent link absent in some constructions).
sergiolindau
published 1.1.24 •

Changelog

Source

1.1.24

  • Fix logical indexing (with operation and literal).
sergiolindau
published 1.1.23 •

Changelog

Source

1.1.23

  • Logical indexing.
sergiolindau
published 1.1.22 •

Changelog

Source

1.1.22

  • Fix end in ranges. The colon_item parser rule has been removed and the end descriptor in ranges has been created in the primary_expr rule.
  • Fix range expansion. Before it could only be increasing, now it can also be decreasing.
  • Reference to contribute to MathJSLab Demo in CONTRIBUTING.md file.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc