Skip to content

Commit 75fd966

Browse files
sdRDM BotsdRDM Bot
authored andcommitted
API update
1 parent 4014e57 commit 75fd966

File tree

87 files changed

+303
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+303
-303
lines changed

pyThermoML/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
__URL__ = "https://github.com/FAIRChemistry/pyThermoML"
3-
__COMMIT__ = "7847845987ccfa50e8c08ada56669b59d1b97819"
3+
__COMMIT__ = "4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"

pyThermoML/core/activityfugacityosmoticprop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
from sdRDM.base.listplus import ListPlus
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
10+
from .emethodname import eMethodName
1011
from .epropname import ePropName
1112
from .criticalevaluation import CriticalEvaluation
12-
from .emethodname import eMethodName
1313
from .prediction import Prediction
1414

1515

@@ -47,7 +47,7 @@ class ActivityFugacityOsmoticProp(
4747
default="https://github.com/FAIRChemistry/pyThermoML"
4848
)
4949
_commit: Optional[str] = PrivateAttr(
50-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
50+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
5151
)
5252
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
5353

pyThermoML/core/asymcombexpanduncert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AsymCombExpandUncert(
3030
default="https://github.com/FAIRChemistry/pyThermoML"
3131
)
3232
_commit: Optional[str] = PrivateAttr(
33-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
33+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
3434
)
3535
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
3636

pyThermoML/core/asymcombstduncert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AsymCombStdUncert(
3030
default="https://github.com/FAIRChemistry/pyThermoML"
3131
)
3232
_commit: Optional[str] = PrivateAttr(
33-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
33+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
3434
)
3535
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
3636

pyThermoML/core/asymexpanduncert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AsymExpandUncert(
3030
default="https://github.com/FAIRChemistry/pyThermoML"
3131
)
3232
_commit: Optional[str] = PrivateAttr(
33-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
33+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
3434
)
3535
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
3636

pyThermoML/core/asymstduncert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AsymStdUncert(
3030
default="https://github.com/FAIRChemistry/pyThermoML"
3131
)
3232
_commit: Optional[str] = PrivateAttr(
33-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
33+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
3434
)
3535
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
3636

pyThermoML/core/auxiliarysubstance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class AuxiliarySubstance(
4545
default="https://github.com/FAIRChemistry/pyThermoML"
4646
)
4747
_commit: Optional[str] = PrivateAttr(
48-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
48+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
4949
)
5050
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
5151

pyThermoML/core/biomaterial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Biomaterial(
3030
default="https://github.com/FAIRChemistry/pyThermoML"
3131
)
3232
_commit: Optional[str] = PrivateAttr(
33-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
33+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
3434
)
3535
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
3636

pyThermoML/core/bioproperties.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
from sdRDM.base.listplus import ListPlus
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
10+
from .emethodname import eMethodName
1011
from .epropname import ePropName
1112
from .criticalevaluation import CriticalEvaluation
12-
from .emethodname import eMethodName
1313
from .prediction import Prediction
1414

1515

@@ -47,7 +47,7 @@ class BioProperties(
4747
default="https://github.com/FAIRChemistry/pyThermoML"
4848
)
4949
_commit: Optional[str] = PrivateAttr(
50-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
50+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
5151
)
5252
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
5353

pyThermoML/core/book.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Book(
5858
default="https://github.com/FAIRChemistry/pyThermoML"
5959
)
6060
_commit: Optional[str] = PrivateAttr(
61-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
61+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
6262
)
6363
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
6464

pyThermoML/core/catalyst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Catalyst(
3535
default="https://github.com/FAIRChemistry/pyThermoML"
3636
)
3737
_commit: Optional[str] = PrivateAttr(
38-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
38+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
3939
)
4040
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
4141

pyThermoML/core/citation.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
from sdRDM.base.listplus import ListPlus
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
10-
from .thesis import Thesis
11-
from .etype import eType
12-
from .trcrefid import TRCRefID
13-
from .book import Book
1410
from .elanguage import eLanguage
11+
from .trcrefid import TRCRefID
1512
from .esourcetype import eSourceType
13+
from .book import Book
14+
from .etype import eType
15+
from .thesis import Thesis
1616
from .journal import Journal
1717

1818

@@ -167,7 +167,7 @@ class Citation(
167167
default="https://github.com/FAIRChemistry/pyThermoML"
168168
)
169169
_commit: Optional[str] = PrivateAttr(
170-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
170+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
171171
)
172172
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
173173

pyThermoML/core/combineduncertainty.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
1010
from .ecombuncertevalmethod import eCombUncertEvalMethod
11-
from .asymcombstduncert import AsymCombStdUncert
1211
from .asymcombexpanduncert import AsymCombExpandUncert
12+
from .asymcombstduncert import AsymCombStdUncert
1313

1414

1515
@forge_signature
@@ -77,7 +77,7 @@ class CombinedUncertainty(
7777
default="https://github.com/FAIRChemistry/pyThermoML"
7878
)
7979
_commit: Optional[str] = PrivateAttr(
80-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
80+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
8181
)
8282
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
8383

pyThermoML/core/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Component(
3737
default="https://github.com/FAIRChemistry/pyThermoML"
3838
)
3939
_commit: Optional[str] = PrivateAttr(
40-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
40+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
4141
)
4242
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
4343

pyThermoML/core/componentsample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ComponentSample(
3434
default="https://github.com/FAIRChemistry/pyThermoML"
3535
)
3636
_commit: Optional[str] = PrivateAttr(
37-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
37+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
3838
)
3939
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
4040

pyThermoML/core/compositionatphaseequilibrium.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
from sdRDM.base.listplus import ListPlus
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
10+
from .emethodname import eMethodName
1011
from .epropname import ePropName
1112
from .criticalevaluation import CriticalEvaluation
12-
from .emethodname import eMethodName
1313
from .prediction import Prediction
1414

1515

@@ -47,7 +47,7 @@ class CompositionAtPhaseEquilibrium(
4747
default="https://github.com/FAIRChemistry/pyThermoML"
4848
)
4949
_commit: Optional[str] = PrivateAttr(
50-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
50+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
5151
)
5252
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
5353

pyThermoML/core/compound.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
from sdRDM.base.listplus import ListPlus
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
10-
from .multicomponentsubstance import MulticomponentSubstance
11-
from .especiationstate import eSpeciationState
12-
from .sorgid import SOrgID
1310
from .sample import Sample
14-
from .componentsample import ComponentSample
15-
from .esource import eSource
11+
from .regnum import RegNum
12+
from .especiationstate import eSpeciationState
1613
from .ion import Ion
17-
from .estatus import eStatus
14+
from .esource import eSource
15+
from .componentsample import ComponentSample
16+
from .multicomponentsubstance import MulticomponentSubstance
1817
from .biomaterial import Biomaterial
19-
from .regnum import RegNum
20-
from .purity import Purity
2118
from .polymer import Polymer
19+
from .sorgid import SOrgID
20+
from .purity import Purity
21+
from .estatus import eStatus
2222

2323

2424
@forge_signature
@@ -128,7 +128,7 @@ class Compound(
128128
default="https://github.com/FAIRChemistry/pyThermoML"
129129
)
130130
_commit: Optional[str] = PrivateAttr(
131-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
131+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
132132
)
133133
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
134134

pyThermoML/core/constraint.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
from sdRDM.base.listplus import ListPlus
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
10-
from .constrrepeatability import ConstrRepeatability
11-
from .constraintphaseid import ConstraintPhaseID
10+
from .solvent import Solvent
1211
from .construncertainty import ConstrUncertainty
12+
from .constraintphaseid import ConstraintPhaseID
1313
from .constraintid import ConstraintID
1414
from .constrdevicespec import ConstrDeviceSpec
15-
from .solvent import Solvent
15+
from .constrrepeatability import ConstrRepeatability
1616

1717

1818
@forge_signature
@@ -74,7 +74,7 @@ class Constraint(
7474
default="https://github.com/FAIRChemistry/pyThermoML"
7575
)
7676
_commit: Optional[str] = PrivateAttr(
77-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
77+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
7878
)
7979
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
8080

pyThermoML/core/constraintid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ConstraintID(
3737
default="https://github.com/FAIRChemistry/pyThermoML"
3838
)
3939
_commit: Optional[str] = PrivateAttr(
40-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
40+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
4141
)
4242
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
4343

pyThermoML/core/constraintphaseid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
1010
from .econstraintphase import eConstraintPhase
11-
from .ecrystallatticetype import eCrystalLatticeType
1211
from .regnum import RegNum
12+
from .ecrystallatticetype import eCrystalLatticeType
1313

1414

1515
@forge_signature
@@ -48,7 +48,7 @@ class ConstraintPhaseID(
4848
default="https://github.com/FAIRChemistry/pyThermoML"
4949
)
5050
_commit: Optional[str] = PrivateAttr(
51-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
51+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
5252
)
5353
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
5454

pyThermoML/core/constrainttype.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
from sdRDM.base.listplus import ListPlus
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
10-
from .epressure import ePressure
11-
from .ecomponentcomposition import eComponentComposition
12-
from .ebiovariables import eBioVariables
1310
from .etemperature import eTemperature
11+
from .ecomponentcomposition import eComponentComposition
12+
from .epressure import ePressure
1413
from .eparticipantamount import eParticipantAmount
1514
from .esolventcomposition import eSolventComposition
15+
from .ebiovariables import eBioVariables
1616
from .emiscellaneous import eMiscellaneous
1717

1818

@@ -58,7 +58,7 @@ class ConstraintType(
5858
default="https://github.com/FAIRChemistry/pyThermoML"
5959
)
6060
_commit: Optional[str] = PrivateAttr(
61-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
61+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
6262
)
6363
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
6464

pyThermoML/core/constrdevicespec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class ConstrDeviceSpec(
5050
default="https://github.com/FAIRChemistry/pyThermoML"
5151
)
5252
_commit: Optional[str] = PrivateAttr(
53-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
53+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
5454
)
5555
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
5656

pyThermoML/core/constrrepeatability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ConstrRepeatability(
4242
default="https://github.com/FAIRChemistry/pyThermoML"
4343
)
4444
_commit: Optional[str] = PrivateAttr(
45-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
45+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
4646
)
4747
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
4848

pyThermoML/core/construncertainty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ConstrUncertainty(
5454
default="https://github.com/FAIRChemistry/pyThermoML"
5555
)
5656
_commit: Optional[str] = PrivateAttr(
57-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
57+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
5858
)
5959
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
6060

pyThermoML/core/covariance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Covariance(
3535
default="https://github.com/FAIRChemistry/pyThermoML"
3636
)
3737
_commit: Optional[str] = PrivateAttr(
38-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
38+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
3939
)
4040
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
4141

pyThermoML/core/criticalevaluation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from sdRDM.base.listplus import ListPlus
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
10-
from .multiprop import MultiProp
1110
from .equationofstate import EquationOfState
11+
from .multiprop import MultiProp
1212
from .singleprop import SingleProp
1313

1414

@@ -42,7 +42,7 @@ class CriticalEvaluation(
4242
default="https://github.com/FAIRChemistry/pyThermoML"
4343
)
4444
_commit: Optional[str] = PrivateAttr(
45-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
45+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
4646
)
4747
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
4848

pyThermoML/core/criticals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
from sdRDM.base.listplus import ListPlus
88
from sdRDM.base.utils import forge_signature
99
from sdRDM.tools.utils import elem2dict
10+
from .emethodname import eMethodName
1011
from .epropname import ePropName
1112
from .criticalevaluation import CriticalEvaluation
12-
from .emethodname import eMethodName
1313
from .prediction import Prediction
1414

1515

@@ -47,7 +47,7 @@ class Criticals(
4747
default="https://github.com/FAIRChemistry/pyThermoML"
4848
)
4949
_commit: Optional[str] = PrivateAttr(
50-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
50+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
5151
)
5252
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
5353

pyThermoML/core/curvedev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class CurveDev(
5050
default="https://github.com/FAIRChemistry/pyThermoML"
5151
)
5252
_commit: Optional[str] = PrivateAttr(
53-
default="7847845987ccfa50e8c08ada56669b59d1b97819"
53+
default="4014e57ac2f3b9b09cdefb1c3e2f2cfca298f660"
5454
)
5555
_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
5656

0 commit comments

Comments
 (0)