Skip to content

Releases: XCH-CEB/xch-project

v0.5.1 Generic type generation

05 Apr 20:29
v0.5.1
e712ed9
Compare
Choose a tag to compare

We released the v0.5.1.
This is a breaking upgrade. We rewrote almost the code to make lib generic-type-based.
Now, you can use bigint as meta-calc-part!

The Gaussian-Jordan Algorithm

18 Feb 08:41
Compare
Choose a tag to compare

Whole lib will be faster than before.
We guarantee it will not panic! except the implement for trait Ord failed.

For free variables:
It set all free variables be 1. Because, usually it provides the exactly solution.

New Error Handle solution

12 Feb 19:21
Compare
Choose a tag to compare

We have changed the API.
Now, it is using its own errortype ErrorCases.
We also updated the documentation and added integration tests.

Public API changed

10 Feb 20:46
Compare
Choose a tag to compare

This version is linted by clippy and formated by rustfmt.
But, Public API changed.
You'd better use newest API.

The first OOP version

10 Feb 18:20
Compare
Choose a tag to compare

We have already restructured the Delta-3 parser and added the proper integration tests.
Fixed some bugs that will panic.

First usable version

08 Feb 20:14
Compare
Choose a tag to compare

Now, lib_xch has already separted ftom xch-ceb.
The library is no panic! or println! added, and it's a pure lib.
We also added tests mod. let lib be more stable.