github-actions[bot] on gh-pages
deploy: fd031ff65db5c885fcd11c8… (compare)
rikardn on master
Support Mul and Pow in is_real … Merge pull request #1923 from r… (compare)
github-actions[bot] on gh-pages
deploy: d21d3b513404c48071ea96d… (compare)
rikardn on master
Use override for overriding fun… Merge pull request #1919 from r… (compare)
vec_basic vec;
vec.push_back(integer(1));
vec.push_back(symbol("b"));
vec.push_back(symbol("c"));
DenseMatrix A = DenseMatrix(3, 3, vec);
Ok, so I installed miniconda and installed the symengine successfully(all following the instructions from github and the install page). but when I try to run the command conda env create -f symedocs.yml
it returns what I think it's an error message, the following:
EnvironmentFileNotFound: 'C:\Users\me\miniconda3\symedocs.yml' file not found
I tried creating the file manually and searching for solutions online but wasn't successfull
conda install python-symengine
if you don't want to build the docs yourself
pip install symengine
conda install xeus-cling notebook
jupyter notebook
conda install xeus-cling notebook
Thank you very much! I've spent hours and hours trying to figure out how to do this haha You helped me a lot @isuruf !!!
@isuruf: does the SymEngine team have a rough target for when the next release?
We having some changes ready downstream in pycalphad and ESPEI that are ready to switch fully to SymEngine from SymPy (a big QoL improvement for us) that are waiting on a new release of SymEngine with the recent serialization support.
No rush if you have other plans or don’t have time! Thanks 😊!