Releases: softagram/sgraph
Releases · softagram/sgraph
v0.7.0 Improve typings
Full Changelog: v0.7.0...v0.7.0
What's Changed
- releasing 0.6.1 by @villelaitila in #67
- Bump levenshtein from 0.26.0 to 0.26.1 by @dependabot in #70
- Improve typings of most of the important stuff by @NotMixu in #69
- graph: parsing to allow ignore rules of association attributes in a s… by @villelaitila in #72
- releasing 0.7.0 by @villelaitila in #73
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- graph: support for efficient deepcopy by @villelaitila in #61
- tests: harmonize test model file handling to make things executable like intended, upgrade lxml by @villelaitila in #66
- Bump pytest from 7.1.3 to 8.3.3 by @dependabot in #62
New Contributors
- @dependabot made their first contribution in #62
Full Changelog: v0.6.0...v0.6.1
Improving filter capabilities and minor improvements
What's Changed
- Major improvements to model filtering and avoiding duplicates by @villelaitila in #59
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- optimize attribute loader by @villelaitila in #55
- remove deprecated member getElementFromPath by @villelaitila in #56
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- upgrade pandas to 1.5.3 by @villelaitila in #52
- upgrade to use latest 1.* pandas version 1.5.3 by @villelaitila in #51
- deprecate SGraph getElementFromPath, can be replaced with an existing… by @villelaitila in #53
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add catalog-info.yaml config file by @skis84 in #46
- deps: upgrade lxml to 4.9.4 by @villelaitila in #48
- API: a parse_xml_string method added, use also XML header to avoid encoding issues by @villelaitila in #47
- json export: hierarchical json format by @villelaitila in #49
Full Changelog: v3.0.1...v0.4.0
Release 0.2.0
What's Changed
- Fix missing incoming dependencies in filter_model by @skis84 in #32
- Minor improvements to graphml handling and documentation by @villelaitila in #31
- Add new function for creating associations by @skis84 in #34
Full Changelog: 0.1.2...0.2.0
Release 0.0.8
- Fix vulnerability through upgrade of lxml
- Adding load_attributes func to ModelLoader
- Fix filter_model to include descendants of the elements
- Fix utf-8 surrogates handling
Fix release: non-utf-8 character encoding improvement
0.0.5 Releasing 0.0.5
Model filtering to copy attribute data also, support Graphviz Dot format
0.0.4 Merge pull request #7 from villelaitila/You_will_feel_hungry_again_in…