Releases: biolink/biolink-model-toolkit
Releases · biolink/biolink-model-toolkit
0.8.1
update linkml and biolink model
Full Changelog: 0.7.8...0.8.1
0.7.8
bumped the version of the biolink-model to 2.2.12
Full Changelog: 0.7.7...0.7.8
0.7.7
bump version of biolink-model
0.7.4
- updated to biolink-model 2.2.3
- added tox, flake8, black formatting suggestions.
0.7.3
adding support for finding mixins in ancestors/descendants methods
pinning to biolink-model v2.2.0
add and fix tests
0.4.0
- Pin to Biolink Model 1.4.0
- Update methods to accommodate latest changes in the model
- Update tests
- Replace exceptions in
get_element
with warnings
0.3.1
- Fixed bug where get_element was not parsing input names properly
- Fixed bug where get_ancestors and get_descendants were returning derived slots
- Make lookup by name be case-insensitive as a fallback
0.3.0
- Added
reflexive
option to get_ancestors and get_descendants - Added
formatted
option to return elements formatted as CURIEs - Added support for parsing biolink names in
sentence case
,CamelCase
, andsnake_case
- Deprecated names method and add get_all_elements instead
- Added new methods to
Toolkit
class - Added support for fetching elements based on their aliases
0.2.2
- Add missing methods that are to be deprecated
- Remove access to deprecated methods within BMT
- Tidy up logging
0.2.0
- Added more convenience methods
- Deprecated methods and add their replacement
- Updated tests
- Updated README.md
- Pin to Biolink Model v1.3.9