Chris Lenk
77eda29471
Add default weight_dict to documentation
...
for semantic equivalence
2019-12-11 13:13:36 -05:00
Desai, Kartikey H
f6e75cd8f8
Add debug logging messages and add documentation to equivalence.ipynb
2019-12-06 10:46:27 -05:00
Chris Lenk
b5612c9dc2
Update semantic equivalence docs
...
- Comparing object type not in config dictionary now gives a warning and
result of 0 instead of an error.
- Adds an example of the new detailed debug output.
2019-10-16 09:08:03 -04:00
Chris Lenk
39e1ddbbf6
Update semantic equivalence docs
2019-10-14 14:31:44 -04:00
Emmanuelle Vargas-Gonzalez
b9927fd4a5
update .ipynb files with correct references. update package requirements
2019-09-30 13:16:06 -04:00
Chris Lenk
47551b8cc1
Add documentation for semantic equivalence
2019-09-25 14:28:24 -04:00
Chris Lenk
401c9ad950
Merge branch 'master' into stix2.1
2019-09-23 12:26:27 -04:00
Desai, Kartikey H
8447c9fcd9
Add few tests to improve some code coverage
2019-09-11 14:21:41 -04:00
Chris Lenk
886ef8464d
Add contributing note about isort
2019-08-29 16:14:40 -04:00
Chris Lenk
1a719db40a
Add examples to docs for removing properties
2019-07-25 14:22:29 -04:00
Kartikey Desai
1bf12221a0
Update _valid_refs doc and add test to v20 test suite
2019-05-13 09:18:50 -04:00
Kartikey Desai
8946308527
Updated documentation for _valid_refs
2019-05-10 12:30:52 -04:00
Kartikey Desai
989f17e673
Add documentation for _valid_refs
2019-05-10 11:54:59 -04:00
Emmanuelle Vargas-Gonzalez
851ed3e85a
marking-definition
2019-05-03 15:41:58 -04:00
Emmanuelle Vargas-Gonzalez
8d842aeb94
update user guide on marking extraction via API
2019-05-03 14:48:16 -04:00
Chris Lenk
0ca2bc087a
Fix SDO link in docs
2019-02-06 14:27:33 -05:00
Emmanuelle Vargas-Gonzalez
f80728d3f5
New files and directories for RST files. closes #234
2019-01-11 13:59:08 -05:00
Emmanuelle Vargas-Gonzalez
db5f8f2ebf
Update docstrings to relocate links\documentation
2019-01-11 13:55:05 -05:00
Emmanuelle Vargas-Gonzalez
f12cc82d8a
incorporate feedback
...
update documentation for core.py and automatic copyright year for docs
2018-12-11 13:22:04 -05:00
Emmanuelle Vargas-Gonzalez
3d099bec91
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into 1.1.0-release
2018-12-06 15:08:36 -05:00
Emmanuelle Vargas-Gonzalez
ee14a116bd
add new .rst documentation files
2018-11-28 17:03:02 -05:00
Emmanuelle Vargas-Gonzalez
7aad97307e
use stix2 version to update documentation
2018-11-28 09:20:26 -05:00
Michael Chisholm
0cecbeb9d8
Ran trailing-whitespace pre-commit hook. It changed a bunch of
...
files, in ways we don't completely understand...
2018-11-27 15:24:08 -05:00
Emmanuelle Vargas-Gonzalez
d01e6b47af
Bump version: 1.0.3 → 1.0.4
2018-11-15 11:10:50 -05:00
Chris Lenk
c4668f5dc1
Revert "Multi version filesystem store"
2018-11-07 10:10:06 -05:00
Michael Chisholm
9f83f2140b
Ran trailing-whitespace pre-commit hook. It changed a bunch of
...
files, in ways we don't completely understand...
2018-11-06 15:10:40 -05:00
Emmanuelle Vargas-Gonzalez
5abe518b8a
Bump version: 1.0.3 → 1.1.0
2018-11-01 09:55:37 -04:00
Emmanuelle Vargas-Gonzalez
eff5369670
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into stix2.1
2018-11-01 07:57:09 -04:00
Emmanuelle Vargas-Gonzalez
f85f4e566b
Bump version: 1.0.2 → 1.0.3
2018-10-31 13:46:47 -04:00
Emmanuelle Vargas-Gonzalez
e521e24387
Update the details on technical specification support
2018-10-31 13:39:09 -04:00
Chris Lenk
6613b55a43
Update MemoryStore documentation
...
...now that MemorySource normalizes its data to python-stix2 objects.
2018-10-23 14:29:56 -04:00
Emmanuelle Vargas-Gonzalez
b2ef77b322
Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into stix2.1
2018-10-17 07:30:23 -04:00
Chris Lenk
b70aed0ef7
Make a few word changes in patterning guide
2018-09-10 21:29:08 -04:00
mbastian1135
5648d2bc45
added to pattern guide; reverting pattern str conversion (as was already proper)
2018-08-30 11:57:20 -04:00
mbastian1135
27dbaa5a65
guide edits
2018-08-27 16:51:02 -04:00
mbastian1135
0ef9060ed0
added 'to_pattern()' utility for pattern expressions; more information on patterning guide
2018-08-27 16:27:56 -04:00
mbastian1135
10149b9345
added 'to_pattern()' utility for pattern expressions; more information on patterning guide
2018-08-27 16:21:14 -04:00
Emmanuelle Vargas-Gonzalez
51a499cb33
Formatting changes made by the new pre-commit hook 'add trailing commas'
...
closes #189
2018-07-13 11:10:05 -04:00
Greg Back
49c1931b4b
Merge pull request #203 from oasis-open/200-filter-contains
...
Add "contains" filter
2018-07-05 15:47:09 -05:00
Chris Lenk
f47809eaaf
Add "contains" filter
...
This allows filtering on, for example, observed-data objects that
contain a specific cyber observable.
2018-07-02 18:28:27 -04:00
Greg Back
845625c174
GH-188: WIP: Converting all IDs to be valid UUID v4.
2018-06-27 11:35:55 -05:00
Chris Lenk
636630a5aa
Bump version: 1.0.1 → 1.0.2
2018-05-18 13:06:32 -04:00
Chris Lenk
102623b29a
Bump version: 1.0.0 → 1.0.1
2018-04-27 16:51:47 -04:00
Emmanuelle Vargas-Gonzalez
5d96cf11f1
Update TAXII2 filter fields in documentation
2018-04-24 15:55:46 -04:00
Chris Lenk
161e10ec40
Bump version: 0.5.1 → 1.0.0
2018-04-16 14:57:35 -04:00
Chris Lenk
f66fbb73d9
Update CHANGELOG, docs for v1.0.0
2018-04-16 14:56:23 -04:00
=
4734711137
corresponding doc update
2018-04-13 15:07:49 -04:00
Chris Lenk
b851afba01
Req. custom extension properties as list of tuples
2018-04-09 15:34:39 -04:00
Chris Lenk
f83d9a56b5
Clean up documentation
2018-04-09 13:29:53 -04:00
Chris Lenk
5791810906
Ensure all guide doc output cells have [Out] label
...
Fixes #105 .
2018-04-05 16:44:44 -04:00