Skip to content

Releases: axkr/symja_android_library

Symja 3.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 14:53

We are pleased to announce the release of Symja 3.2.0.

This release is available on Maven central using the following coordinates:

<dependency>
	<groupId>org.matheclipse</groupId>
	<artifactId>matheclipse-core</artifactId>
	<version>3.2.0</version>
</dependency>

You can obtain the other Symja-modules using their corresponding artifactId.

See the changelog for Symja 3.2.0 for all noteworthy changes.
The exact changes are: v3.1.1...v3.2.0

Thanks to everyone who contributed to this release!

v3.1.1-apps

Choose a tag to compare

@axkr axkr released this 19 Mar 17:00

This is the corresponding app bundle for the Symja 3.1.1 Maven release.

Under Windows run one of the following commands:

Symja 3.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Feb 20:11

We are pleased to announce the release of Symja 3.1.1.

This release is available on Maven central using the following coordinates:

<dependency>
	<groupId>org.matheclipse</groupId>
	<artifactId>matheclipse-core</artifactId>
	<version>3.1.1</version>
</dependency>

You can obtain the other Symja-modules using their corresponding artifactId.

See the changelog for Symja 3.1.1 for all noteworthy changes.
The exact changes are: v3.0.0...v3.1.1

Accidentally the 3.1.0 release was prematurely published and it's not recommended to use it.

Thanks to everyone who contributed to this release!

v3.0.0-apps

Choose a tag to compare

@axkr axkr released this 11 Nov 13:47

This is the corresponding app bundle for the Symja 3.0.0 Maven release.

Under Windows run one of the following commands:

Symja 3.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Nov 23:46

We are pleased to announce the release of Symja 3.0.0.

This release is available on Maven central using the following coordinates:

<dependency>
	<groupId>org.matheclipse</groupId>
	<artifactId>matheclipse-core</artifactId>
	<version>3.0.0</version>
</dependency>

You can obtain the other Symja-modules using their corresponding artifactId.

See the changelog for Symja 3.0.0 for all noteworthy changes.
The exact changes are:

Thanks to everyone who contributed to this release!

v2.0.0-apps

v2.0.0-apps Pre-release
Pre-release

Choose a tag to compare

@axkr axkr released this 21 Apr 17:10

This is the corresponding app bundle for the Symja 2.0.0 Maven release. See #505

Under Windows run one of the following commands:

Symja 2.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Mar 12:37

We are pleased to announce the release of Symja 2.0.0.

This release is available on Maven central using the following coordinates:

<dependency>
	<groupId>org.matheclipse</groupId>
	<artifactId>matheclipse-core</artifactId>
	<version>2.0.0</version>
</dependency>

The other modules of Symja are available using their corresponding artifactId.

For more information see the changelog of Symja 2.0.0.

Thanks to everyone who contributed to this release!

symja_java8-2021-02-20

Choose a tag to compare

@axkr axkr released this 20 Feb 13:50
d90d0a6

Under Windows use

Main changes:

  • updated Java libs: logicng-2.0.2,commonmark-0.17.1,fastutil-8.5.2,pebble-3.1.5,jackson-XXX-2.11.0,icu4j-68.2, JAS
  • updated JavaScript libs: - mathcell 1.9.1
  • [core] improve FunctionExpand() for trivial Cos,Sin cases
  • [core] Integrate for Surd() function
  • [core] new/improved: AppellF1, DifferenceDelta, FirstCase, FirstPosition, SelectFirts, CubeRoot, Surd
  • [core] improved for periodic continued fractions: QuadraticIrrationalQ, ContinuedFraction, FromContinuedFraction
  • [core] improved Solve: use ProductLog for some inverse functions / QuarticSolver uses IExpr#isPossibleZero() instead of equals() now
  • [core] improved Simplify: uses BooleanMinimize() for boolean expressions now
  • [core] improved Limit: better argument evaluation for numeric functions
  • [core] improved RandomXXX functions
  • [core] fix bug in For() function, ExprEvaluator#evalTryCatch(), ...
  • [io] caching enabled in AJAXDocServlet

symja_java8-2021-01-23

Pre-release

Choose a tag to compare

@axkr axkr released this 23 Jan 17:30

Under Windows use

Main changes:

  • [io] improve SemanticImport for import from URLs
    dset = SemanticImport("https://raw.githubusercontent.com/axkr/symja_android_library/master/symja_android_library/data/whiskey.csv")
  • [core] StringFormat function - move univocity parser from [io] to [core] pom.xml
  • [core] more permutations and jgrapht based functions
  • [core] more MMA packages tested with symjamma
    <<"https://raw.githubusercontent.com/szhorvat/BoolEval/master/BoolEval/BoolEval.m"
    <<"https://raw.githubusercontent.com/antononcube/MathematicaForPrediction/master/SSparseMatrix.m"

symja_java8-2021-01-02

Pre-release

Choose a tag to compare

@axkr axkr released this 02 Jan 20:21

Under Windows use

Main changes: