Skip to content

Releases: s-celles/Giac.jl

v0.11.2

16 Apr 08:43
2956948

Choose a tag to compare

Giac v0.11.2

Diff since v0.11.1

add symbolic comparison operators (<, >, <=, >=) and logical operators (&, |) for GiacExpr

Merged pull requests:

  • feat: add symbolic comparison operators (<, >, <=, >=) and logical operators (&, |) for GiacExpr (#4) (@s-celles)

v0.11.1

12 Apr 10:21
7cb8000

Choose a tag to compare

Giac v0.11.1

Diff since v0.9.0

Merged pull requests:

  • fix: handle symbolic literal numbers in to_giac for Symbolics v7 (#2) (@s-celles)

Closed issues:

  • TypeError when squaring things (#1)

v0.11.0

12 Apr 10:21

Choose a tag to compare

Giac v0.11.0

Diff since v0.9.0

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.9.0

20 Feb 21:38

Choose a tag to compare

v0.9.0 Pre-release
Pre-release

Full Changelog: v0.8.0...v0.9.0

v0.8.0

18 Feb 19:44

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

Full Changelog: v0.4.0...v0.8.0

v0.4.0

16 Feb 18:33

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
chore: update version to 0.0.4 and clean up docs heading

v0.0.3

15 Feb 18:18
92fd6f9

Choose a tag to compare

v0.0.3 Pre-release
Pre-release
Update copyright year and author in LICENSE

v0.0.2: docs: expand documentation with guides and move README content

15 Feb 15:44

Choose a tag to compare

- Add quickstart, variables, linear algebra, Pluto, and command discovery guides
- Add GIAC commands reference and Symbolics.jl extension docs
- Move screenshot to docs/src/assets/
- Simplify README to badges and link to documentation
- Add CI workflow
- Rename commands.md to commands_submodule.md for clarity

Initial pre-release

14 Feb 15:31

Choose a tag to compare

Initial pre-release Pre-release
Pre-release
feat: auto-initialize xcasroot for GIAC help file support

Add _init_xcasroot() function that searches for aide_cas in multiple
locations (development, installed, JLL) and sets giac::xcasroot()
automatically during library initialization.