Skip to content

Releases: Lexpedite/blawx

BlawxBot

03 Jun 23:43
48c9b24
Compare
Choose a tag to compare
BlawxBot Pre-release
Pre-release

This release adds "BlawxBot", a chatbot-style expert system tool, which can be automatically run against any test in the system.

It also adds "interview" and "onto" endpoints for tests to allow for expert system development (which are used by BlawxBot), and makes small changes to simplify the user interface by displaying things when you are likely to need them.

What's Changed

Full Changelog: v1.3.8-alpha...v1.3.9-alpha

Updating test/run JSON schema

12 May 22:59
42d301c
Compare
Choose a tag to compare
Pre-release

The format for JSON payloads in the JSON block and in the test/run endpoint has been revised, to make it more user friendly, and to add the ability to specify what facts should be abducible when sending data. See the CHANGELOG.md for more details, additional documentation will come later.

What's Changed

Full Changelog: v1.3.7-alpha...v1.3.8-alpha

Dates and Durations

11 May 23:05
Compare
Choose a tag to compare
Dates and Durations Pre-release
Pre-release

This change adds the date and duration data types, associated value blocks, and associated data statement blocks. It also adds the "Net 30" example rule as a demonstration.

What's Changed

Full Changelog: v1.3.6-alpha...v1.3.7-alpha

Rule 34 Test

11 May 18:07
24ac290
Compare
Choose a tag to compare
Rule 34 Test Pre-release
Pre-release

More Examples, Various Fixes

09 May 19:16
002d96b
Compare
Choose a tag to compare
Pre-release

This release adds some examples to the database, fixes problems with some tests that were not running, corrects problems with how rules inside spans were being displayed inside explanations, fixes the problem with pre-formatted "according to" rules using an incorrect version of the document selector, and improves how the system deals with tests for which there are no results.

The Rule 34 example in the source code is a work in progress.

What's Changed

Full Changelog: v1.3.4-alpha...v1.3.5-alpha

Fixing comments

27 Apr 23:17
934c98c
Compare
Choose a tag to compare
Fixing comments Pre-release
Pre-release

A fix to make comments on blocks work on the v1 series.

What's Changed

Full Changelog: v1.3.3-alpha...v1.3.4-alpha

Improved Explanations

21 Apr 05:46
84ceadd
Compare
Choose a tag to compare
Improved Explanations Pre-release
Pre-release

This version improves the display of explanations, adds an API end point for getting the XML or text representations of named sections of the act, and uses that endpoint to add tooltips to explanations that will show the text of sections referred to in an "according to" explanation in the defeasibility system.

What's Changed

Full Changelog: v1.3.2-alpha...v1.3.3-alpha

Add Spans

07 Apr 17:11
458f8ec
Compare
Choose a tag to compare
Add Spans Pre-release
Pre-release

Blawx now supports the use of the span selectors available in clean>=0.0.4, allowing you to use the defeasibility features for defaults and exceptions that exist within a single block of legal text.

What's Changed

Full Changelog: v1.3.1-alpha...v1.3.2-alpha

Correcting Test Drawers

29 Mar 19:16
Compare
Choose a tag to compare
Pre-release

Solves problems with drawers in the test interface in v1.3.0

Full Changelog: v1.3.0-alpha...v1.3.1-alpha

Defeasibility in s(CASP)

29 Mar 05:55
83ae8ca
Compare
Choose a tag to compare
Pre-release

This release adds defeasibility to the v1 series of Blawx, making it possible to describe rules that set defaults and exceptions from those defaults, with natural language explanations for how conflicts were resolved.