Skip to content

Commit 0e96f7b

Browse files
committed
chore(sbml): note what version it was added in
1 parent fff20f2 commit 0e96f7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyneuroml/sbml/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
def validate_sbml_files(input_files: List[str], strict_units: bool = False) -> bool:
1414
"""Validate input files using libsbml.SBMLDocument.checkConsistency
1515
16+
.. versionadded:: 1.1.5
17+
1618
:param input_files: a list of one or more filepaths
1719
:type input_files: list(str)
1820
:param strict_units: toggle whether unit consistency warnings should be

0 commit comments

Comments
 (0)