0.1.0
EMMOntoPy
This is the first release for the revamped EMMO Python package: EMMOntoPy.
Changelog
v0.1.0 (2021-10-27)
Implemented enhancements:
- "Warning" Importing from
collections
#236
Fixed bugs:
- Loading ontologies that do not import skos fails #261
- Fix documentation build warnings #250
- Fix images in documentation #233
- Circular reference from Owlready2 #210
Closed issues:
- Write up transfer from EMMOpython to EMMOntoPy i README.md #267
- Add test to emmocheck for upcoming EMMO #257
- Add packaging as dependency in requirements #255
- Add CI check for building documentation #244
- Add OpenModel as contributing project #237
- Update public documentation to new framework #234
- Automate documentation releases #232
- Update name of EMMO to Elemental Multiperspective Material Ontology #230
- Tidy up unittests #220
- Remove importability of sub-
factpluspluswrapper
folders #213 - Make function that automatically loads emmo #209
- Require rdflib>5.0.0? #206
- change package name #205
- test_catalog fails because seraching for .owl in emmo/master #203
- Consider using
mike
for versioned documentation #197 - Add a test that checks that loading of non-EMMO based ontologies work - e.g. do not require skos:prefLabel #196
- Setup Materials for MkDocs framework #195
- Clean up demo, examples and docs #193
- Formalize review process with checklists #190
- funksjon ontology.add_class(label, parent) #183
Merged pull requests:
- Reset version to 0.1.0 #271 (CasperWA)
- Update README with PyPI and deprecation msgs #270 (CasperWA)
- Added option: EMMObased = False in ontology.load() #262 (francescalb)
- Update pyyaml requirement from <6,>=5.4.1 to >=5.4.1,<7 #260 (dependabot[bot])
- Update owlready2 requirement from !=0.32,!=0.34,<0.35,>=0.28 to >=0.28,!=0.32,!=0.34,<0.36 #259 (dependabot[bot])
- Added new test "test_physical_quantity_dimension" #258 (jesper-friis)
- Add
packaging
to list of requirements #256 (CasperWA) - Fix MkDocs build warnings and CI job #254 (CasperWA)
- Update mkdocstrings requirement from ~=0.16.1 to ~=0.16.2 #253 (dependabot[bot])
- Update dependencies #252 (CasperWA)
- Add OpenModel contributing project #247 (francescalb)
- Automate documentation releases #242 (CasperWA)
- Import from
collections.abc
when possible #240 (CasperWA) - Ensure all produced files from tests are in a temp dir #239 (CasperWA)
- Changed EMMO to be acronym for Elemental Multiperspective Material Ontology #238 (francescalb)
- Use width in img HTML #235 (CasperWA)
- Update graphviz requirement from <0.17,>=0.16 to >=0.16,<0.18 #229 (dependabot[bot])
- Added function to load the emmo (the ontology) directly #226 (francescalb)
- Created pull request template #225 (francescalb)
- Setup new documentation framework #222 (CasperWA)
- Remove
__init__.py
files for FaCT++ wrapper (again) #221 (CasperWA) - Unskip test as #210 has been resolved #218 (CasperWA)
- Remove sub-fact++ modules importability #217 (CasperWA)
- Update requirements #216 (CasperWA)
- Avoid using Owlready2 v0.34 #211 (CasperWA)
- Update package names #208 (CasperWA)
- Added function new_entitiy to ontology #207 (francescalb)
- ttl standard for emmo #204 (francescalb)
- Added choice for specifying namespace in get_by_label #202 (francescalb)
v1.0.1b (2021-07-01)
Closed issues:
- Correct updating of catalog in ontology.load #188
Merged pull requests:
- Update version to 1.0.1 #189 (francescalb)
* This Changelog was automatically generated by github_changelog_generator