Skip to content

Releases: Lexpedite/blawx

Fix for Install Issue

18 Oct 19:01
3de892f
Compare
Choose a tag to compare
Fix for Install Issue Pre-release
Pre-release

An issue has cropped up caused by an incompatibility between an openai dependency and Python 3.12. This release adds a temporary line to the requirements.txt file to install a pre-release version of that dependency, which should solve the issue getting Blawx installed, but might give rise to other errors, particularly with OpenAI summarizing features, later. Once aiohttp is compatible with 3.12, the fix to requirements.txt should be reversed.

What's Changed

Full Changelog: v1.6.21-alpha...v1.6.22-alpha

Applicability Speed Fix

22 Sep 02:27
826315b
Compare
Choose a tag to compare
Pre-release

This release enhances the speed of the sCASP code generated by Blawx by changing where "applies" checks are inserted when you use the "subject to applicability" checkbox in attributed rule blocks. It may increase the speed of code using applies checks by as much as 2X.

What's Changed

Full Changelog: v1.6.20-alpha...v1.6.21-alpha

Fix Applicability Slowdown

21 Sep 19:02
57e9cb5
Compare
Choose a tag to compare
Pre-release

This release resolves an issue where the use of the "applies" block was slowing down code performance.

What's Changed

Full Changelog: v1.6.19-alpha...v1.6.20-alpha

Bug Fixes, Blockly 10

27 Jul 19:08
030dbdd
Compare
Choose a tag to compare
Bug Fixes, Blockly 10 Pre-release
Pre-release

This release fixes a number of bugs, including bugs created in v1.6.16 that affected projects owned by the admin user, and a problem with dropdowns that was caused by changes in Blockly version 10.

What's Changed

Full Changelog: v1.6.18-alpha...v1.6.19-alpha

Bug Fixes

20 Jul 23:41
aab8a27
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

Resolves 3 issues with scenario editor.

What's Changed

Full Changelog: v1.6.17-alpha...v1.6.18-alpha

Predicate and Variable Validation

18 Jul 23:07
474557b
Compare
Choose a tag to compare
Pre-release

This release adds validation for category names, attribute names, relationship names, object names, and variable names to the code editing environment, converting invalid names where possible, and rejecting them otherwise.

What's Changed

Full Changelog: v1.6.16-alpha...v1.6.17-alpha

Updating URLs

26 Jun 23:42
ada3c1b
Compare
Choose a tag to compare
Updating URLs Pre-release
Pre-release

This update makes small improvements to the documentation, and changes the URL configuration for projects so that the addresses of published endpoints will be more predictable when using Blawx as a back-end legal reasoner.

What's Changed

New Contributors

Full Changelog: v1.6.15-alpha...v1.6.16-alpha

ChatGPT Integration

23 May 16:56
52b7304
Compare
Choose a tag to compare
ChatGPT Integration Pre-release
Pre-release

This release gives you the option of providing an OpenAI API Key to Blawx when running the server. If you do so, scenario editor will use ChatGPT3.5 to summarize explanations into natural language paragraphs, and display them in the scenario editor Answers pane, with the detailed explanation appearing below.

The GCWeb demonstration version of the Scenario Editor has also been modified to include a prominent disclaimer that it is not an official Government of Canada website.

What's Changed

Full Changelog: v1.6.14-alpha...v1.6.15-alpha

Improved Events, GCWeb Themed Scenario Editor

12 May 23:23
e2b7d58
Compare
Choose a tag to compare

This release makes improvements to the event reasoning, fixing a problem where the reasoner was using hypothetical contradictions to change known values. It also adds a second version of the scenario editor, styled to look like a Government of Canada web page, for demonstration purposes.

What's Changed

Full Changelog: v1.6.13-alpha...v1.6.14-alpha

JavaScript Fixes

09 May 23:35
e4e9945
Compare
Choose a tag to compare
JavaScript Fixes Pre-release
Pre-release

This release fixes problems with the favicon, and fixes warnings and errors that were occurring in the test editor and code editor.

What's Changed

Full Changelog: v1.6.12-alpha...v1.6.13-alpha