[go: up one dir, main page]

Skip to content

Releases: Geo-AID/Geo-AID

Version 0.6.0

27 Sep 10:45
b1eff76
Compare
Choose a tag to compare
  • Interface: The command line interface changed to support generating output in multiple formats.
  • Interface: Fixed figure sizing.
  • Geogebra Format: Support for Geogebra format introced.
  • GeoScript: mid, when given a single point collection of length 2, now returns the midpoint of the segment.
  • GeoScript: Fixed various conversion false positive diagnostics.
  • Projector: When creating circle items, the radius will now always be non-negative.

Version 0.5.1

08 Sep 14:36
305eb2f
Compare
Choose a tag to compare

What's Changed

  • Glide: Fixed that Glide wouldn't actually try to optimize the figure (a typo).
  • Compiler: Fixed that zero-distance optimisation would return false negatives when
    it should be applied and lead to stack overflow when it shouldn't.
  • Debugger: The debugger is now a part of the monorepo and has a different function.
  • GeoScript: Removed the identical_expressions flag as it no longer had any effect.
  • GeoScript: Replaced point_bounds with point_inequalities. The former was not functional
    or useful. The latter is enabled by default and disabling it might be desirable.

Full Changelog: v0.5.0...v0.5.1

Version 0.5.0

04 Sep 16:20
62de8fd
Compare
Choose a tag to compare
  • Rage: Added strictness parameter controlling how strict the rules are to be treated.
  • GeoScript: Fixed bugs
    • Errors regarding unexpected or repeated display options now show squiggles in the right place
    • Accessing fields on single-point point collections no longer yields errors
    • Single-point point collections on the right hand side of a let statement are no longer considered ambiguous
    • Using display options on a rule is now parsed correctly, rather than throwing a syntax error
    • Using name identifiers on the left side on a single-point point collection assigning let statement no longer
      yields errors.
  • Glide: Added a new gradient descent based engine that should generally perform better than Rage and made it a new
    default.
  • Book: Updated the book.

Full Changelog: 0.4.2...v0.5.0

Version 0.4.2

29 Jul 21:54
85358ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...0.4.2

Version 0.4.1

10 Jul 11:07
d71f1ed
Compare
Choose a tag to compare

v0.4.0

26 Jun 10:39
d0dac65
Compare
Choose a tag to compare

What's Changed

  • big refactoring of how figures are generated
  • preparing the ground for more optimizations and changes
  • Geo-AID is now fast

Full Changelog: DragonGamesStudios/Geo-AID@v0.3.1...v0.4.0

Version 0.3.1

29 Jan 21:46
3dbf445
Compare
Choose a tag to compare

Version 0.3.0

28 Dec 20:03
0d32c65
Compare
Choose a tag to compare

Version 0.3.0

What's Changed

Full Changelog: https://github.com/DragonGamesStudios/Geo-AID/commits/v0.3.0