--------------------
- Version bump. [Raphaël Vinot]
- Fix fetching method for tag_search and tags_count. [Raphaël Vinot]
- Caught exception on python3.4 where base64encode returns bytes and not
str, and bytes are not json encodable. This caused a failure in
upload_sample. [Kenneth Adam Miller]
- Fix PEP8. [Raphaël Vinot]
- Add support for proxies in the library. [Raphaël Vinot]
Fix 48
- Add a method to add a textual detection name under the 'Antivirus
detection' category. [Jessy Campos]
- Major refactoring of the SVG generator. [Raphaël Vinot]
- Initial refactoring, PEP8 and cleanup. [Raphaël Vinot]
- Update README.md. [Deborah Servili]
- Make printed date more consistent + update README.md. [Déborah
Servili]
- Fixes: expected bytes, got <class 'str'> in download_samples() [Nils]
- Added STIX retrieval - misp.get_stix(event_id=ID,
with_attachment=True/False, from_date=YYYY-MM-
DD, to_date=YYYY-MM-DD, tags=["tag1", "tag2"]
) [Hannah Ward]
- Update tools.py. [Deborah Servili]
Correct function isTagIn(dataframe, tag)
- Modify fetching method to use last. [Déborah Servili]
- Handling some NaN exceptions. [Déborah Servili]
- Rename examples/statistics/attribute_treemap.py to
examples/treemap/treemap.py. [Deborah Servili]
- Move files from examples/treemap to examples/situational-awareness/
[Déborah Servili]
- Rename examples/treemap/treemap.py to
examples/statistics/attribute_treemap.py. [Deborah Servili]