Skip to content

Releases: Fusion-Power-Plant-Framework/bluemira

v2.5.0

02 Dec 11:17
fcfefea
Compare
Choose a tag to compare

Environment changes

We have upgraded FreeCAD to version 1 in this release which should help with the stability of CAD creation. This will require a complete reinstall of your environment because of the many dependency changes that FreeCAD pulls in external to python.

Pivy bug

Due to a bug in the released version of pivy (0.6.9) we have to patch a few python imports to fix the FreeCAD viewer. The fix has been merged upstream and we are waiting for the 6.10 release of pivy (coin3d/pivy@e81c5f3). We have a script that automatically applies this patch to pivy on the first import of the new bluemira version but in certain environments this seems to fail. The below bash script can be run from the root of the repository to fix pivy for each environment.

PIVYPATH=$(python -c 'import pivy; from pathlib import Path; print(Path(pivy.__file__).parent)')

patch -l -N -d $PIVYPATH -p 2 < ./bluemira/codes/pivy.patch

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

21 Oct 10:08
bbcb084
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

10 Sep 07:13
da1df5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.3.0

v2.2.1

01 Aug 09:56
35dac9a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

30 Jul 09:36
43f85bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

19 Jun 12:54
1acb6ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

14 May 15:38
38a4f97
Compare
Choose a tag to compare

Major API changes

This release updates our minimal supported python to 3.10, replaces fenics with fenicsx and removes the old deprecated optimisation infrastructure among other changes. Please see #2320 for a full list of API breakages.

What's Changed

Full Changelog: v1.10.0...v2.0.0

v1.10.0

25 Mar 14:57
e07adc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

12 Feb 15:31
307a5d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

05 Jan 09:57
fb8a051
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0