File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111from .rules import Rule
1212from .io .dump import to_dict , to_json
1313
14- __version__ = "0.5.1 "
14+ __version__ = "0.6.0 "
Original file line number Diff line number Diff line change 11Changelog
22=========
3- dev
3+ 0.6.0 (2021-04-09)
44-----------------
55- Comparison methods use Explanations instead of ContextRegisters
6- - remove io/anchors module
7- - remove "factors" module that conflicted with Nettlesome module of same name
8- - add Fact.negated method
9- - remove "role" param for Procedure.add_factor
10- - let either operand have extra Enactments when adding Rules
6+ - Remove io/anchors module
7+ - Remove "factors" module that conflicted with Nettlesome module of same name
8+ - Add Fact.negated method
9+ - Remove "role" param for Procedure.add_factor
10+ - Rules can be added even if one of the operands has more Enactments
1111- Procedure.recursive_terms doesn't include FactorGroups
1212- Procedure.terms doesn't include FactorGroups
13- - add comparable_with methods
13+ - Add comparable_with methods
1414- Decision is no longer a dataclass
1515- remove context param from Opinion comparisons
1616- handle Opinion.explanations_implication(HoldingGroup)
Original file line number Diff line number Diff line change 22[metadata]
33
44name = AuthoritySpoke
5- version = 0.5.1
5+ version = 0.6.0
66author = Matt Carey
77author_email = matt@authorityspoke.com
88description = legal authority automation
You can’t perform that action at this time.
0 commit comments