Releases: emmo-repo/EMMOntoPy
v0.5.3
- Added DOI badge by @jesper-friis in #606
- Change ontology.new_entity to also allow adding properties by @francescalb in #610
- Add test for Python 3.11 and support it officially by @jesper-friis in #615
- Item access to classes by @jesper-friis in #613
- Excel2Onto: properties can now be added with ranges and domains by @francescalb in #620
- Excel2Onto: Other annotations can also be added.
- Default_annotations no longer forced in get_by_label by @francescalb in #623
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
-
Fix internal links in generated documentation generated with ontodoc by @jesper-friis in #548
-
Corrected bug on getting default relation style. by @francescalb in #561
-
Changed argument leafs to leaves, with deprecation warning in ontograph by @francescalb in #564
-
ontograph: colour updates, examples, bugfix by @francescalb in #569
-
Added two additional exceptions to emmocheck by @jesper-friis in #577
-
Added link to excelparser from tools for documentation of excel sheet. by @francescalb in #594
-
Add links to the original FaCT++ repo, GitHub profiles, etc. by @blokhin in #600
-
Added test update to PR template. by @jesper-friis in #598
-
Changed
is_defined
into a ThingClass property and improved its documentation. by @jesper-friis in #597 -
get_ancestors and get_descendants have the same arguments. by @francescalb in #572
Full Changelog: v0.5.1...v0.5.2
Changelog
v0.5.2 (2023-05-24)
Fixed bugs:
- Auto-merge dependabot PRs workflow invalid #566
Closed issues:
- Point to excelparser api from the tools-page #593
- BUG: pytest - missing remote file /0.5.0/electrochemicalquantities / ontology #589
- Owlready 0.41 support ? #588
- Allow space in labels #583
- is_defined needs a better description #563
- utils line 112 in get_iri_name link = "{lowerlabel}" vs "{label}" #562
- ontograph - update colour deafults #559
- ontograph - argument leafs should be leaves #558
- ontograph - write out more examples on how to use it #557
- ontograph --parents not working #556
- test_graph2 is failing #555
- Add client side redirection in generated html documentation #552
- Typos in PR template #523
- ontograph, read format from name #497
- Harmonize get_descendants and get_ancestors #406
- Review default colours and style in ontopy/graph.py #345
Merged pull requests:
- Add links to the original FaCT++ repo, GitHub profiles, etc. #600 (@blokhin)
- Added test update to PR template. #598 (@jesper-friis)
- Changed
is_defined
into a ThingClass property and improved its documentation. #597 (@jesper-friis) - Added link to excelparser from tools for documentation of excel sheet. #594 (@francescalb)
- Bump SINTEF/ci-cd from 2.3.0 to 2.3.1 #584 (@dependabot[bot])
- Updated get_by_label() so that it now accepts label, name and full iri #582 (@jesper-friis)
- Added two additional exceptions to emmocheck #577 (@jesper-friis)
- Bump SINTEF/ci-cd from 2.2.1 to 2.3.0 #575 (@dependabot[bot])
- get_ancestors and get_descendants have the same arguments. #572 (@francescalb)
- Bump SINTEF/ci-cd from 2.2.0 to 2.2.1 #571 (@dependabot[bot])
- ontograph: colour updates, examples, bugfix #569 (@francescalb)
- Bump SINTEF/ci-cd from 2.1.0 to 2.2.0 #567 (@dependabot[bot])
- Changed argument leafs to leaves, with deprecation warning in ontograph #564 (@francescalb)
- Corrected bug on getting default relation style. #561 (@francescalb)
- Fix internal links in generated documentation generated with ontodoc #548 (@jesper-friis)
v0.5.1 (2023-02-07)
Fixed bugs:
Merged pull requests:
- Use SINTEF/ci-cd v2.1.0 in CI/CD workflows #546 (@CasperWA)
- Revert version to v0.5.0 #544 (@CasperWA)
- Fix ontodoc for bigmap #543 (@jesper-friis)
v0.5.0 (2023-02-06)
Fixed bugs:
LegacyVersion
does not exist inpackaging.version
#540- ontodoc: Expect
is_instance_of
property to be iterable #506 - Reinstate
images/material.png
#495
Closed issues:
- Newest pylint (2.15.4) has intriduced some new rules. #534
- sync_attributes according to emmo convention regenerates a new iri even if it already has a valid one #525
- Remove dependency on LegacyVersion of packaging #514
- pytests are importing packaging 22.0 even though it is not allowed in requirements #513
- ontodoc: adding annotations that are not strings fail #510
- get_by_label_all only works after sync_attributes #502
- excel2onto: support updating ontology #501
- excel2onto: allow to use prefLabel already in imported ontologies #500
- Drop Python 3.6 support - extend Python >3.7 support #486
- Update pypi-release github action #482
- Make workflows dispatchable #481
- excel2onto: Read catalog file for imported ontology #474
- Give option to write_catalog for writing relative paths #473
- excel2onto: add choice of prefix for imported ontologies #467
Merged pull requests:
- Fix fixtures for Python3.7 #536 (@CasperWA)
- Flb/fix to pylint2.15.4 #535 (@francescalb)
- Bypass punning in ontodoc. #532 (@francescalb)
- Added possibility to update ontology. #527 (@francescalb)
- Only generate new uuid if not already a valid one #526 (@francescalb)
- Removed LegacyVersion from ontopy.utils #515 (@francescalb)
- Added fix for adding annotations that are not strings in ontodoc #512 (@francescalb)
- Do not trigger an emmocheck failure for ontologies with a foaf:logo annotation #509 (@jesper-friis)
- New concepts allowed even if name alrady exists in imported ontologies #504 (@francescalb)
- Corrected so that get_by_label_all also returns all concepts #503 (@francescalb)
- Added correct material.png figure in tool-instructions #498 (@francescalb)
- Updated logo #494 (@jesper-friis)
- Makeover for CI/CD workflows, pre-commit & MkDocs #485 (@CasperWA)
- write catalog now writes relative paths per default #483 (@francescalb)
- Setting prefix explicitly in excelparser [#470](h...
v0.5.1
Fixes for ontodoc
Fixes issues with the ontodoc
tool for building more correct documentation pages of ontologies.
Changelog
v0.5.1 (2023-02-07)
Fixed bugs:
Merged pull requests:
- Use SINTEF/ci-cd v2.1.0 in CI/CD workflows #546 (CasperWA)
- Revert version to v0.5.0 #544 (CasperWA)
- Fix ontodoc for bigmap #543 (jesper-friis)
v0.5.0 (2023-02-06)
Fixed bugs:
LegacyVersion
does not exist inpackaging.version
#540- ontodoc: Expect
is_instance_of
property to be iterable #506 - Reinstate
images/material.png
#495
Closed issues:
- Newest pylint (2.15.4) has intriduced some new rules. #534
- sync_attributes according to emmo convention regenerates a new iri even if it already has a valid one #525
- Remove dependency on LegacyVersion of packaging #514
- pytests are importing packaging 22.0 even though it is not allowed in requirements #513
- ontodoc: adding annotations that are not strings fail #510
- get_by_label_all only works after sync_attributes #502
- excel2onto: support updating ontology #501
- excel2onto: allow to use prefLabel already in imported ontologies #500
- Drop Python 3.6 support - extend Python >3.7 support #486
- Update pypi-release github action #482
- Make workflows dispatchable #481
- excel2onto: Read catalog file for imported ontology #474
- Give option to write_catalog for writing relative paths #473
- excel2onto: add choice of prefix for imported ontologies #467
Merged pull requests:
- Fix fixtures for Python3.7 #536 (CasperWA)
- Flb/fix to pylint2.15.4 #535 (francescalb)
- Bypass punning in ontodoc. #532 (francescalb)
- Added possibility to update ontology. #527 (francescalb)
- Only generate new uuid if not already a valid one #526 (francescalb)
- Removed LegacyVersion from ontopy.utils #515 (francescalb)
- Added fix for adding annotations that are not strings in ontodoc #512 (francescalb)
- Do not trigger an emmocheck failure for ontologies with a foaf:logo annotation #509 (jesper-friis)
- New concepts allowed even if name alrady exists in imported ontologies #504 (francescalb)
- Corrected so that get_by_label_all also returns all concepts #503 (francescalb)
- Added correct material.png figure in tool-instructions #498 (francescalb)
- Updated logo #494 (jesper-friis)
- Makeover for CI/CD workflows, pre-commit & MkDocs #485 (CasperWA)
- write catalog now writes relative paths per default #483 (francescalb)
- Setting prefix explicitly in excelparser #470 (francescalb)
v0.4.0 (2022-10-04)
Fixed bugs:
- Update repo files with new repo name #479
- Pre-commit hook
bandit
failing #478 - Fix publish/release workflow #476
- excel2onto: not all relations are included in the generated ontology #457
- Unexpected behaviour of get_unabbreviated_triples() #454
- Edge without label crash the graph creation #397
Closed issues:
- excel2onto: restrictions does not allow for using "emmo:hasProcessOutput some xx" #464
- EMMO is updated to beta4, and now documentation fails #440
- some ObjectProperties from EMMO-beta-4.0 cause errors in OntoGraph #429
- Excelparser does not write catalog file correctly #421
- Add support for prefix #416
- Pre.commit failed with ontology.py #415
- visualization of EMMO based ontology #412
- Avoid infinite recursion when loading catalog file #369
- Excelparser: Automatize emmo-based? #335
- What are the applications of EMMO for materials informatics? #325
- Provide 'support' for same entities with different namespaces #128
- Remove deprecated emmo/ontograph.py that uses pydot #103
Merged pull requests:
- Update from 'EMMO-python' -> 'EMMOntoPy' #477 (CasperWA)
- Allow for adding prefix in manchester notation. #469 (francescalb)
- Fixed issue with exel2onto: not all relations are included in the generated ontology #458 (jesper-friis)
- Added documentation of excel2onto #456 (jesper-friis)
- factpluspluswrapper README file #453 (jesper-friis)
- Improved get_unabbreviated_triples() #449 (jesper-friis)
- Fix loading in windows, url paths #446 (francescalb)
- Fixed reading web destinations defined in catalog #445 (francescalb)
- SUPPORT EMMO-beta4.0 #441 (francescalb)
- Support for userdefined prefixes #439 (francescalb)
- Flb/issue421 #438 (francescalb)
- Update demo #437 (jesper-friis)
- Silence false negative from pylint on github #436 (jesper-friis)
- Better error messages #435 (jesper-friis)
- Updated logo. #418 (jesper-friis)
- cytoscapegraph fails with missing edge labels #414 (francescalb)
[v0.3.1](https://github.com/emmo-repo/EMMOntoPy/tree/v...
v0.5.0
Several fixes and updates
Several fixes and updates have been implemented in this update. See below for an overview.
Changelog
v0.5.0 (2023-02-06)
Fixed bugs:
LegacyVersion
does not exist inpackaging.version
#540- ontodoc: Expect
is_instance_of
property to be iterable #506 - Reinstate
images/material.png
#495
Closed issues:
- Newest pylint (2.15.4) has intriduced some new rules. #534
- sync_attributes according to emmo convention regenerates a new iri even if it already has a valid one #525
- Remove dependency on LegacyVersion of packaging #514
- pytests are importing packaging 22.0 even though it is not allowed in requirements #513
- ontodoc: adding annotations that are not strings fail #510
- get_by_label_all only works after sync_attributes #502
- excel2onto: support updating ontology #501
- excel2onto: allow to use prefLabel already in imported ontologies #500
- Drop Python 3.6 support - extend Python >3.7 support #486
- Update pypi-release github action #482
- Make workflows dispatchable #481
- excel2onto: Read catalog file for imported ontology #474
- Give option to write_catalog for writing relative paths #473
- excel2onto: add choice of prefix for imported ontologies #467
Merged pull requests:
- Fix fixtures for Python3.7 #536 (CasperWA)
- Flb/fix to pylint2.15.4 #535 (francescalb)
- Bypass punning in ontodoc. #532 (francescalb)
- Added possibility to update ontology. #527 (francescalb)
- Only generate new uuid if not already a valid one #526 (francescalb)
- Removed LegacyVersion from ontopy.utils #515 (francescalb)
- Added fix for adding annotations that are not strings in ontodoc #512 (francescalb)
- Do not trigger an emmocheck failure for ontologies with a foaf:logo annotation #509 (jesper-friis)
- New concepts allowed even if name alrady exists in imported ontologies #504 (francescalb)
- Corrected so that get_by_label_all also returns all concepts #503 (francescalb)
- Added correct material.png figure in tool-instructions #498 (francescalb)
- Updated logo #494 (jesper-friis)
- Makeover for CI/CD workflows, pre-commit & MkDocs #485 (CasperWA)
- write catalog now writes relative paths per default #483 (francescalb)
- Setting prefix explicitly in excelparser #470 (francescalb)
v0.4.0 (2022-10-04)
Fixed bugs:
- Update repo files with new repo name #479
- Pre-commit hook
bandit
failing #478 - Fix publish/release workflow #476
- excel2onto: not all relations are included in the generated ontology #457
- Unexpected behaviour of get_unabbreviated_triples() #454
- Edge without label crash the graph creation #397
Closed issues:
- excel2onto: restrictions does not allow for using "emmo:hasProcessOutput some xx" #464
- EMMO is updated to beta4, and now documentation fails #440
- some ObjectProperties from EMMO-beta-4.0 cause errors in OntoGraph #429
- Excelparser does not write catalog file correctly #421
- Add support for prefix #416
- Pre.commit failed with ontology.py #415
- visualization of EMMO based ontology #412
- Avoid infinite recursion when loading catalog file #369
- Excelparser: Automatize emmo-based? #335
- What are the applications of EMMO for materials informatics? #325
- Provide 'support' for same entities with different namespaces #128
- Remove deprecated emmo/ontograph.py that uses pydot #103
Merged pull requests:
- Update from 'EMMO-python' -> 'EMMOntoPy' #477 (CasperWA)
- Allow for adding prefix in manchester notation. #469 (francescalb)
- Fixed issue with exel2onto: not all relations are included in the generated ontology #458 (jesper-friis)
- Added documentation of excel2onto #456 (jesper-friis)
- factpluspluswrapper README file #453 (jesper-friis)
- Improved get_unabbreviated_triples() #449 (jesper-friis)
- Fix loading in windows, url paths #446 (francescalb)
- Fixed reading web destinations defined in catalog #445 (francescalb)
- SUPPORT EMMO-beta4.0 #441 (francescalb)
- Support for userdefined prefixes #439 (francescalb)
- Flb/issue421 #438 (francescalb)
- Update demo #437 (jesper-friis)
- Silence false negative from pylint on github #436 (jesper-friis)
- Better error messages #435 (jesper-friis)
- Updated logo. #418 (jesper-friis)
- cytoscapegraph fails with missing edge labels #414 (francescalb)
v0.3.1 (2022-05-08)
Merged pull requests:
- Fixed typo in ontoconvert #409 (jesper-friis)
v0.3.0 (2022-05-05)
Fixed bugs:
- Documentation is currently not building #407
- Pytest is currently failing #384
- permission denied when working with temporary file #313
Closed issues:
- Make get_descendants(levels=1) [#403](https://git...
v0.4.0
Examples and docs update
Several examples have been updated, including documentation.
Fixes for the excel parser and general graph handling has been implemented, and more are incoming.
The repository name on GitHub has changed (from "EMMO-python" to "EMMOntoPy") to better represent the updated repository and Python API and package name installable from PyPI.
Changelog
v0.4.0 (2022-10-04)
Fixed bugs:
- Update repo files with new repo name #479
- Pre-commit hook
bandit
failing #478 - Fix publish/release workflow #476
- excel2onto: not all relations are included in the generated ontology #457
- Unexpected behaviour of get_unabbreviated_triples() #454
- Edge without label crash the graph creation #397
Closed issues:
- excel2onto: restrictions does not allow for using "emmo:hasProcessOutput some xx" #464
- EMMO is updated to beta4, and now documentation fails #440
- some ObjectProperties from EMMO-beta-4.0 cause errors in OntoGraph #429
- Excelparser does not write catalog file correctly #421
- Add support for prefix #416
- Pre.commit failed with ontology.py #415
- visualization of EMMO based ontology #412
- Avoid infinite recursion when loading catalog file #369
- Excelparser: Automatize emmo-based? #335
- What are the applications of EMMO for materials informatics? #325
- Provide 'support' for same entities with different namespaces #128
- Remove deprecated emmo/ontograph.py that uses pydot #103
Merged pull requests:
- [Auto-generated] Update dependencies #480 (TEAM4-0)
- Update from 'EMMO-python' -> 'EMMOntoPy' #477 (CasperWA)
- [Auto-generated] Update dependencies #471 (TEAM4-0)
- Allow for adding prefix in manchester notation. #469 (francescalb)
- [Auto-generated] Update dependencies #466 (TEAM4-0)
- [Auto-generated] Update dependencies #461 (TEAM4-0)
- Fixed issue with exel2onto: not all relations are included in the generated ontology #458 (jesper-friis)
- Added documentation of excel2onto #456 (jesper-friis)
- factpluspluswrapper README file #453 (jesper-friis)
- [Auto-generated] Update dependencies #452 (TEAM4-0)
- Improved get_unabbreviated_triples() #449 (jesper-friis)
- Fix loading in windows, url paths #446 (francescalb)
- Fixed reading web destinations defined in catalog #445 (francescalb)
- [Auto-generated] Update dependencies #443 (TEAM4-0)
- SUPPORT EMMO-beta4.0 #441 (francescalb)
- Support for userdefined prefixes #439 (francescalb)
- Flb/issue421 #438 (francescalb)
- Update demo #437 (jesper-friis)
- Silence false negative from pylint on github #436 (jesper-friis)
- Better error messages #435 (jesper-friis)
- [Auto-generated] Update dependencies #434 (TEAM4-0)
- [Auto-generated] Update dependencies #432 (TEAM4-0)
- [Auto-generated] Update dependencies #430 (TEAM4-0)
- [Auto-generated] Update dependencies #425 (TEAM4-0)
- [Auto-generated] Update dependencies #420 (TEAM4-0)
- Updated logo. #418 (jesper-friis)
- cytoscapegraph fails with missing edge labels #414 (francescalb)
- [Auto-generated] Update dependencies #413 (TEAM4-0)
* This Changelog was automatically generated by github_changelog_generator
v0.3.1
Fixed bug in ontoconvert that prevented reasoning
Changelog
v0.3.1 (2022-05-08)
Merged pull requests:
- Fixed typo in ontoconvert #409 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.3.0
Excelparser improvements and IRI from prefLabel generation
Addressed issues that have come up with external usage of ExcelParser
Ontology.save functionalities reorganised (#399)
Error handling in excelparser improved by returning errors (#396)
Generation of IRIs from prefLabel (#399)
Added get_descendants (#405)
Changelog
v0.3.0 (2022-05-05)
Fixed bugs:
- Documentation is currently not building #407
- Pytest is currently failing #384
- permission denied when working with temporary file #313
Closed issues:
- Make get_descendants(levels=1) #403
- Add functionality for setting name part of IRI to prefLabel #398
- Generate excelsheet from ontology. #394
- Return a list of the concepts that are disregarded during when converting from excel with -force argument #393
- Demo - Broken ontology URLs #390
- Excelparser: how to handle entities that already exist in one of the imported ontologies? #334
Merged pull requests:
- Updated docs python handler #408 (CasperWA)
- Flb/get descendants #405 (francescalb)
- Corrected expected number of returned arguments #404 (jesper-friis)
- [Auto-generated] Update dependencies #402 (TEAM4-0)
- [Auto-generated] Update dependencies #400 (TEAM4-0)
- Add functionality for setting name part of IRI to prefLabel #399 (jesper-friis)
- create_from_excel/pandas return as list of concepts that are worngly defined in the excelfile #396 (francescalb)
- [Auto-generated] Update dependencies #395 (TEAM4-0)
- Download EMMO from raw.github deirectly as redirection is broken #392 (francescalb)
- [Auto-generated] Update dependencies #389 (TEAM4-0)
- Workaround for failing test #385 (CasperWA)
- [Auto-generated] Update dependencies #380 (TEAM4-0)
- fix #313 remove handle #315 (sygout)
* This Changelog was automatically generated by github_changelog_generator
v0.2.0
Updated CI/CD workflows and much more
To see a full list of the changes, please go here and see the changelog below.
Changelog
v0.2.0 (2022-03-02)
Implemented enhancements:
- spaces before or after word in prefLabel makes excelparser fail #332
- Make EMMOntopy PyPi #268
- Use
pre-commit
#243 - Standard dunder/magic methods for
Ontology
#228 - Update code styling and linting #223
- Fix checking PR body & improve error message in CD #318 (CasperWA)
- New workflows for dependabot automation #285 (CasperWA)
Fixed bugs:
- GH GraphQL type issue for auto-merge workflow #374
- Missing warning for excel parser relations and problem with "nan" #365
- Ignore NumPy
safety
warning #360 - Seting metadata in excelparser fails if there are no imported ontologies. #331
- Edge-case fails CD workflow for dependabot #319
- Ontodoc failing due to wrong
rdflib
import #306 - Overwriting
get_triples()
method #280 - OpenModel logo not loading in README #278
Closed issues:
- Add NumPy as an explicit dependency #359
- Use TEAM 4.0[bot] for GH Actions jobs #352
- _get_triples_spo take argumens s, and p, not subject and predicate #350
- Add --force to excelparser #333
- Cannot load ontology in Windows. #328
- make get_ontology accept 'PosixPath' #326
- Make EMMOntoPy baseexception and basewarning #321
- get_by_label crash if not str #311
- make excel parser that creates and ontology from a filled excel file #302
- Check out how to get version of ontology #299
- Let ontology.new_entity acccept one or more parents directly #294
- Make ManchesterSyntaxParser that returns Owlready2 #293
- onto.new_entity should throw Error if label name consists of more than one word #290
- Add logo to README #287
- Write EMMO-python is deprecated and link to EMMOtopy on PyPi #269
Merged pull requests:
- [Auto-generated] Update dependencies #378 (TEAM4-0)
- Use
ID!
type instead ofString!
#375 (CasperWA) - [Auto-generated] Update dependencies #371 (TEAM4-0)
- Avoided infinite recursion when loading catalog files that recursively #370 (jesper-friis)
- [Auto-generated] Update dependencies #367 (TEAM4-0)
- Warning relation excelparser #366 (sygout)
- Close temporary file before reading it #364 (jesper-friis)
- Ignore safety ID 44715 + add numpy dependency #361 (CasperWA)
- [Auto-generated] Update dependencies #358 (TEAM4-0)
- [Auto-generated] Update dependencies #357 (TEAM4-0)
- Use TEAM 4.0[bot] #353 (CasperWA)
- Changed arguments in _has_obj_triples_spo #351 (francescalb)
- [Auto-generated] Update dependencies #349 (francescalb)
- Fix serialised ontology iri #341 (jesper-friis)
- Corrected parsing cardinality restrictions #340 (jesper-friis)
- When visualising restrictions, annotate the edges with the restriction type by default #339 (jesper-friis)
- [Auto-generated] Update dependencies #338 (francescalb)
- Flb/update excel parser accroding to thermodynamics example #336 (francescalb)
- [Auto-generated] Update dependencies #330 (francescalb)
- Added sconverting Posix to str in get_ontology #327 (francescalb)
- [Auto-generated] Update dependencies #324 (francescalb)
- Added package specific base exception and base warning for EMMOntoPy #322 (francescalb)
- Added checking that label is string in get_by_label #312 (francescalb)
- Make excelparser that converts a filled excel sheet to an ontology #309 (francescalb)
- [Auto-generated] Update dependencies #308 (francescalb)
- Fix ontoconvert rdflib import #307 (CasperWA)
- Check first versionIRI then versionInfo in ontology.get_version() #301 (francescalb)
- [Auto-generated] Update dependencies #300 (francescalb)
- Removed .readthedocs.yml #298 (jesper-friis)
- Added support for evaluating Manchester expression to owlready2 #296 (jesper-friis)
- Added functionality for more than one parent in new_entity #295 (francescalb)
- [Auto-generated] Update dependencies #292 (francescalb)
- Added test for label name length in ontology.new_entity #291 (francescalb)
- add logo to Readme and doc #289 (m-abdollahi)
- Improved representation of blank nodes #283 (jesper-friis)
- Update method name to avoid overwriting inherited #281 (CasperWA)
- Fixed link to OpenModel logo #279 (francescalb)
- Skip FOAF test #277 (CasperWA)
- Added Standard methods to Ontology #246 (francescalb)
- Implement
pre-commit
& various tools #245 (CasperWA)
* This Changelog was automatically generated by github_changelog_generator
0.1.3
New publish workflow
This is a test release to ensure the new publish CD workflow functions as intended.
Changelog
v0.1.3 (2021-10-27)
* This Changelog was automatically generated by github_changelog_generator
0.1.2
New publish workflow
This is a test release to ensure the new publish CD workflow functions as intended.
Changelog
v0.1.2 (2021-10-27)
* This Changelog was automatically generated by github_changelog_generator