-
pycalphad function unpack_components either moved, integrated or deleted, breaking our existing scripts. Currently updated code to install working back version of pycalphad but will look for solution …
-
I calculated the enthalpy of Fe-0.1wt%C in the peritectic reaction region (1450°C-1550°C) using PyCalphad Workspace function and the mc_fe database, there were errors in the enthalpy output (eg., a de…
-
What happened to the old "build_callables" module? Is there any alternative currently for it?
-
Here's a self-contained test
```python
from symengine import Symbol, DenseMatrix
class MySymbol(Symbol):
def __getitem__(self, x):
pass
x = Symbol("x")
y = MySymbol("y")
DenseMat…
-
There were [some challenges](https://github.com/xtracthub/crawler-service/commit/3e46fe9657ee44dd8a7a718f95d97c7ecddb0a02) getting pycalphad to install properly in previous versions, but I'm pleased t…
-
-
### Describe the bug
With the release of Cython 3.0.0, my Cython-dependent project is now giving this error when `coverage xml` is run on GitHub Actions:
For py39, py310, py311 (all OS, Windows erro…
-
This code produces an infinite loop:
```python
from pycalphad import variables as v
from symengine import ImmutableDenseMatrix
print("X SV")
ImmutableDenseMatrix([v.StateVariable("X")])
print('d…
-
Looks like the error referenced here:
https://mattermodeling.stackexchange.com/q/5074
indicates that spaces are not permitted in references within TDB files. The line:
https://github.com/pyc…
-
In the partitioned order-disorder model, the ordered phase fails to build when the ordered and disordered constituents do not match exactly, even when it is valid to enter it:
```python
TDB = """
E…