Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph Equivalence #449

Merged
merged 26 commits into from
Oct 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d3f34e5
new packages for graph and object-based semantic equivalence
emmanvg Aug 24, 2020
edae729
new method graphically_equivalent for Environment, move equivalence m…
emmanvg Aug 25, 2020
cf2b6fb
object equivalence function, methods used for object-based moved here.
emmanvg Aug 25, 2020
367ce74
new graph_equivalence methods
emmanvg Aug 25, 2020
deb78d5
add notes
emmanvg Aug 25, 2020
c30a953
add support for versioning checks (default disabled)
emmanvg Aug 25, 2020
0cd174b
new tests to cover graph equivalence and new methods
emmanvg Aug 27, 2020
8b933ad
added more imports to environment.py to prevent breaking changes
emmanvg Aug 27, 2020
7d33149
variable changes, new fields for checks, reset depth check per call
emmanvg Aug 27, 2020
041748c
flexibility when object is not available on graph.
emmanvg Aug 27, 2020
07644fc
refactor debug logging message
emmanvg Aug 27, 2020
9952fd2
new file stix2.equivalence.graph_equivalence.rst and stix2.equivalenc…
emmanvg Sep 3, 2020
98c54be
API documentation for new modules
emmanvg Sep 3, 2020
5dd14ac
additional text required to build docs
emmanvg Sep 3, 2020
57fe4b6
add more test methods for list_semantic_check an graphically_equivale…
emmanvg Sep 5, 2020
c2b1358
add logging debug messages, code clean-up
emmanvg Sep 5, 2020
8c5748b
include individual scoring on results dict, fix issue on list_semanti…
emmanvg Sep 11, 2020
2d9752e
include results as summary in prop_scores, minor tweaks
emmanvg Sep 11, 2020
82d5571
Update __init__.py
emmanvg Sep 23, 2020
678e166
apply feedback from pull request
emmanvg Oct 15, 2020
1fc147e
update docs/ entries
emmanvg Oct 15, 2020
9a34c96
add more checks, make max score based on actual objects checked inste…
emmanvg Oct 15, 2020
dacc039
rename package patterns -> pattern
emmanvg Oct 16, 2020
03057dc
documentation, moving weights around
emmanvg Oct 16, 2020
a219b88
more documentation moving
emmanvg Oct 16, 2020
339d744
rename WEIGHTS variable for graph_equivalence
emmanvg Oct 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/api/equivalence/graph/stix2.equivalence.graph.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
graph
=====

.. automodule:: stix2.equivalence.graph
:members:
5 changes: 5 additions & 0 deletions docs/api/equivalence/object/stix2.equivalence.object.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
object
======

.. automodule:: stix2.equivalence.object
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
comparison
==============

.. automodule:: stix2.equivalence.pattern.compare.comparison
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
observation
==============

.. automodule:: stix2.equivalence.pattern.compare.observation
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
comparison
==============

.. automodule:: stix2.equivalence.pattern.transform.comparison
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
observation
==============

.. automodule:: stix2.equivalence.pattern.transform.observation
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
specials
==============

.. automodule:: stix2.equivalence.pattern.transform.specials
:members:

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions docs/api/equivalence/stix2.equivalence.pattern.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pattern
==============

.. automodule:: stix2.equivalence.pattern
:members:
5 changes: 0 additions & 5 deletions docs/api/equivalence/stix2.equivalence.patterns.rst

This file was deleted.

Loading