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 15, 2024
1 parent 4d2d23a commit 9815ba9
Show file tree
Hide file tree
Showing 87 changed files with 303 additions and 302 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__ = "4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
__COMMIT__ = "4d2d23abb157f43b563c9d44de5b83e37a50b96b"
4 changes: 2 additions & 2 deletions pyThermoML/core/activityfugacityosmoticprop.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .emethodname import eMethodName
from .epropname import ePropName
from .criticalevaluation import CriticalEvaluation
from .prediction import Prediction
from .emethodname import eMethodName


@forge_signature
Expand Down Expand Up @@ -47,7 +47,7 @@ class ActivityFugacityOsmoticProp(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
6 changes: 3 additions & 3 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 .regnum import RegNum
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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

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


@forge_signature
Expand Down Expand Up @@ -47,7 +47,7 @@ class BioProperties(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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 .elanguage import eLanguage
from .trcrefid import TRCRefID
from .esourcetype import eSourceType
from .book import Book
from .etype import eType
from .thesis import Thesis
from .book import Book
from .esourcetype import eSourceType
from .elanguage import eLanguage
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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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,9 +7,9 @@
from sdRDM.base.listplus import ListPlus
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .ecombuncertevalmethod import eCombUncertEvalMethod
from .asymcombexpanduncert import AsymCombExpandUncert
from .asymcombstduncert import AsymCombStdUncert
from .ecombuncertevalmethod import eCombUncertEvalMethod


@forge_signature
Expand Down Expand Up @@ -77,7 +77,7 @@ class CombinedUncertainty(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

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


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

Expand Down
18 changes: 9 additions & 9 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 .estatus import eStatus
from .polymer import Polymer
from .regnum import RegNum
from .biomaterial import Biomaterial
from .especiationstate import eSpeciationState
from .ion import Ion
from .esource import eSource
from .componentsample import ComponentSample
from .multicomponentsubstance import MulticomponentSubstance
from .biomaterial import Biomaterial
from .polymer import Polymer
from .sorgid import SOrgID
from .purity import Purity
from .estatus import eStatus


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

Expand Down
10 changes: 5 additions & 5 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 .solvent import Solvent
from .construncertainty import ConstrUncertainty
from .constraintphaseid import ConstraintPhaseID
from .constraintid import ConstraintID
from .constrdevicespec import ConstrDeviceSpec
from .constraintid import ConstraintID
from .solvent import Solvent
from .constrrepeatability import ConstrRepeatability
from .constraintphaseid import ConstraintPhaseID
from .construncertainty import ConstrUncertainty


@forge_signature
Expand Down Expand Up @@ -74,7 +74,7 @@ class Constraint(
default="https://github.com/FAIRChemistry/pyThermoML"
)
_commit: Optional[str] = PrivateAttr(
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
10 changes: 5 additions & 5 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 .etemperature import eTemperature
from .ecomponentcomposition import eComponentComposition
from .epressure import ePressure
from .eparticipantamount import eParticipantAmount
from .esolventcomposition import eSolventComposition
from .etemperature import eTemperature
from .ebiovariables import eBioVariables
from .eparticipantamount import eParticipantAmount
from .emiscellaneous import eMiscellaneous
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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_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="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
default="4d2d23abb157f43b563c9d44de5b83e37a50b96b"
)
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)

Expand Down
4 changes: 2 additions & 2 deletions pyThermoML/core/criticalevaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from sdRDM.base.utils import forge_signature
from sdRDM.tools.utils import elem2dict
from .equationofstate import EquationOfState
from .multiprop import MultiProp
from .singleprop import SingleProp
from .multiprop import MultiProp


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

Expand Down
Loading

0 comments on commit 9815ba9

Please sign in to comment.