Hi Robert,
Thank you for your answer. I installed 2016.1. Though there are 3 failures in the test, I try this version. The failures are in eigenvalue_solvers, input_linear_elastic_probes and shell10x_cantilever. Thanks,
Takuo Fujita
2016年5月4日水曜日 17時58分13秒 UTC+9 Robert Cimrman:
Hi Takuo,
On 05/03/2016 10:53 PM, pyontaku14 wrote:
Hi,
I have the version of 2015.3. I would like to update it to 2016.1. Could you tell me how to update Sfepy to the new version? Do I have to install the new version from scratch? If so, do I have to remove the old version in advance and install the new version?
This depends on whether you use sfepy installed (via python setup.py install), or in-place (via python setup.py build_ext --inplace).
When in-place, you can unpack the new version into a new directory, and just use it from there. You might want to check and compare output of your problems that it stays the same between the versions.
When installed, I recommend removing the old version.
r.