diff --git a/NEWS.md b/NEWS.md index ccb830f..72e3c2c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Next release] - 202x-xx-xx + +### Added + +- Remove FileIO dependency +- Raise Julia minimum compatibility to 1.10 + ## [0.1.8] - 2026-03-22 ### Added diff --git a/Project.toml b/Project.toml index cffce08..ebf6063 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,6 @@ authors = ["Alberto F. Martín ", "Eric Neiva ] -pkg> add Gridap, GridapMakie, GLMakie, FileIO +pkg> add Gridap, GridapMakie, GLMakie ``` ## Examples -First things first, we shall be using the three packages as well as `FileIO`. +First things first, we shall be using the three packages. We may as well create directories to store downloaded meshes and output files ````julia using Gridap, GridapMakie, GLMakie -using FileIO mkdir("models") mkdir("images") ```` @@ -157,7 +155,11 @@ take the mesh from the [first Gridap tutorial](https://gridap.github.io/Tutorial which can be downloaded using ````julia -url = "https://github.com/gridap/GridapMakie.jl/raw/d5d74190e68bd310483fead8a4154235a61815c5/_readme/model.json" +if pkgversion(Gridap)