Skip to content

Commit

Permalink
API update
Browse files Browse the repository at this point in the history
  • Loading branch information
sdRDM Bot authored and sdRDM Bot committed May 16, 2024
1 parent decc3d7 commit 2af23f8
Show file tree
Hide file tree
Showing 87 changed files with 314 additions and 314 deletions.
2 changes: 1 addition & 1 deletion pyThermoML/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

__URL__ = "https://github.com/FAIRChemistry/pyThermoML"
__COMMIT__ = "4d2d23abb157f43b563c9d44de5b83e37a50b96b"
__COMMIT__ = "decc3d7428f0517c8bc0428fd9785112138a62f6"
6 changes: 3 additions & 3 deletions pyThermoML/core/activityfugacityosmoticprop.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .epropname import ePropName
from .criticalevaluation import CriticalEvaluation
from .prediction import Prediction
from .criticalevaluation import CriticalEvaluation
from .epropname import ePropName
from .emethodname import eMethodName


Expand Down Expand Up @@ -47,7 +47,7 @@ class ActivityFugacityOsmoticProp(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/asymcombexpanduncert.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AsymCombExpandUncert(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/asymcombstduncert.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AsymCombStdUncert(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/asymexpanduncert.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AsymExpandUncert(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/asymstduncert.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AsymStdUncert(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
4 changes: 2 additions & 2 deletions pyThermoML/core/auxiliarysubstance.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .efunction import eFunction
from .ephase import ePhase
from .regnum import RegNum
from .efunction import eFunction


@forge_signature
Expand Down Expand Up @@ -45,7 +45,7 @@ class AuxiliarySubstance(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/biomaterial.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Biomaterial(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
6 changes: 3 additions & 3 deletions pyThermoML/core/bioproperties.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .epropname import ePropName
from .criticalevaluation import CriticalEvaluation
from .prediction import Prediction
from .criticalevaluation import CriticalEvaluation
from .epropname import ePropName
from .emethodname import eMethodName


Expand Down Expand Up @@ -47,7 +47,7 @@ class BioProperties(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/book.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Book(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/catalyst.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Catalyst(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
8 changes: 4 additions & 4 deletions pyThermoML/core/citation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .trcrefid import TRCRefID
from .etype import eType
from .elanguage import eLanguage
from .thesis import Thesis
from .book import Book
from .esourcetype import eSourceType
from .elanguage import eLanguage
from .trcrefid import TRCRefID
from .book import Book
from .journal import Journal


Expand Down Expand Up @@ -167,7 +167,7 @@ class Citation(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
4 changes: 2 additions & 2 deletions pyThermoML/core/combineduncertainty.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .asymcombexpanduncert import AsymCombExpandUncert
from .asymcombstduncert import AsymCombStdUncert
from .asymcombexpanduncert import AsymCombExpandUncert
from .ecombuncertevalmethod import eCombUncertEvalMethod


Expand Down Expand Up @@ -77,7 +77,7 @@ class CombinedUncertainty(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Component(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/componentsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ComponentSample(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
6 changes: 3 additions & 3 deletions pyThermoML/core/compositionatphaseequilibrium.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .epropname import ePropName
from .criticalevaluation import CriticalEvaluation
from .prediction import Prediction
from .criticalevaluation import CriticalEvaluation
from .epropname import ePropName
from .emethodname import eMethodName


Expand Down Expand Up @@ -47,7 +47,7 @@ class CompositionAtPhaseEquilibrium(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
16 changes: 8 additions & 8 deletions pyThermoML/core/compound.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .sorgid import SOrgID
from .multicomponentsubstance import MulticomponentSubstance
from .ion import Ion
from .sample import Sample
from .purity import Purity
from .esource import eSource
from .purity import Purity
from .estatus import eStatus
from .polymer import Polymer
from .sorgid import SOrgID
from .sample import Sample
from .regnum import RegNum
from .biomaterial import Biomaterial
from .especiationstate import eSpeciationState
from .componentsample import ComponentSample
from .ion import Ion
from .polymer import Polymer
from .multicomponentsubstance import MulticomponentSubstance
from .biomaterial import Biomaterial


@forge_signature
Expand Down Expand Up @@ -128,7 +128,7 @@ class Compound(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
8 changes: 4 additions & 4 deletions pyThermoML/core/constraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .constrdevicespec import ConstrDeviceSpec
from .constraintid import ConstraintID
from .solvent import Solvent
from .constrrepeatability import ConstrRepeatability
from .constraintid import ConstraintID
from .constraintphaseid import ConstraintPhaseID
from .construncertainty import ConstrUncertainty
from .constrdevicespec import ConstrDeviceSpec
from .solvent import Solvent


@forge_signature
Expand Down Expand Up @@ -74,7 +74,7 @@ class Constraint(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/constraintid.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ConstraintID(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
4 changes: 2 additions & 2 deletions pyThermoML/core/constraintphaseid.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .ecrystallatticetype import eCrystalLatticeType
from .econstraintphase import eConstraintPhase
from .regnum import RegNum
from .ecrystallatticetype import eCrystalLatticeType


@forge_signature
Expand Down Expand Up @@ -48,7 +48,7 @@ class ConstraintPhaseID(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
8 changes: 4 additions & 4 deletions pyThermoML/core/constrainttype.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .ecomponentcomposition import eComponentComposition
from .etemperature import eTemperature
from .ebiovariables import eBioVariables
from .esolventcomposition import eSolventComposition
from .eparticipantamount import eParticipantAmount
from .emiscellaneous import eMiscellaneous
from .ecomponentcomposition import eComponentComposition
from .ebiovariables import eBioVariables
from .epressure import ePressure
from .esolventcomposition import eSolventComposition


@forge_signature
Expand Down Expand Up @@ -58,7 +58,7 @@ class ConstraintType(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/constrdevicespec.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ConstrDeviceSpec(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/constrrepeatability.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ConstrRepeatability(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/construncertainty.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ConstrUncertainty(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/covariance.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Covariance(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
2 changes: 1 addition & 1 deletion pyThermoML/core/criticalevaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CriticalEvaluation(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
6 changes: 3 additions & 3 deletions pyThermoML/core/criticals.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .epropname import ePropName
from .criticalevaluation import CriticalEvaluation
from .prediction import Prediction
from .criticalevaluation import CriticalEvaluation
from .epropname import ePropName
from .emethodname import eMethodName


Expand Down Expand Up @@ -47,7 +47,7 @@ class Criticals(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
default="decc3d7428f0517c8bc0428fd9785112138a62f6"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
Loading

0 comments on commit 2af23f8

Please sign in to comment.