From d1a8d6f891d322769b712b8e1342a093fd69c2a2 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 8 Nov 2025 07:26:18 +0200 Subject: [PATCH] Revival: JuliaFEM loads on Julia 1.12.1 (first commit in 6 years) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After a long silence, taking the first step back. What happened (2018-2025): We built something ambitious together. Life happened. Projects diverged. Relationships fractured. The code sat silent while Julia evolved past us. What changed (November 2025): Wounds heal. Perspective grows. The work we did together still matters. Time to see if there's still something worth saving—in the code and perhaps in the friendship that created it. Fixed today: - Element type signatures (Element{M,Type} where M pattern) - 2019 merge conflicts (incomplete parallel assembly) - Package loads successfully on Julia 1.12.1 - 5 core tests passing (elasticity, heat, mortar) Next steps: Consolidating vendor packages into monorepo. Addressing Strategic Mistake #1 from 2015—multi-package ecosystem we both knew was getting unmanageable. Better late than never to admit we were right about that. No timeline promises. Hobby pace. But the lights are back on, and the door is open. --- To Tero: I saw your 'everything is outdated' commit. I understand it. But maybe there's still a small spark left. A small spark can start a big flame. --- Original development (2015-2019): Jukka Aho & Tero Frondelius Revival (2025+): Jukka Aho --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index 7468f7f..d2fc5ff 100644 --- a/README.md +++ b/README.md @@ -10,31 +10,6 @@ [![Stable documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliafem.github.io/JuliaFEM.jl/stable) [![Latest documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliafem.github.io/JuliaFEM.jl/latest) [![Issues](https://img.shields.io/github/issues/JuliaFEM/JuliaFEM.jl.svg)](https://github.com/JuliaFEM/JuliaFEM.jl/issues) -
-
-
-
-
-
-
-
-
- -Everything is outdated. See other FEM options from here: https://github.com/JuliaPDE/SurveyofPDEPackages?tab=readme-ov-file#fem - -
-
-
-
-
-
-
-
-
-
- - -JuliaFEM organization web-page: [http://www.juliafem.org](http://www.juliafem.org) The JuliaFEM project develops open-source software for reliable, scalable, distributed Finite Element Method.