Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (16 loc) · 992 Bytes

VERSIONS.md

File metadata and controls

32 lines (16 loc) · 992 Bytes

Version approach and history

Approach

A version of a Julia package is labeled (tagged) as v"major.minor.patch".

My intention is to update the patch level whenever I make updates to programs which are not visible to the then existing examples. This also includes adding new chapters and examples.

Changes that require updates to some examples bump the minor level.

Updates for new releases of Julia bump the major level.

Version history

v"0.0.4"

Chapter 6 programs update.

This release contains the programs in chapters 4, 5 and 6.

In most programs skyline storage has been replaced by Julia sparse matrices. Some examples using skyline storage can still be found in chapter 5.

v"0.0.3"

Initial release of PtFEM/PtFEM.jl.

This release contains the programs in chapters 4, 5 and the first 2 programs of chapter 6.

In most programs skyline storage has been replaced by Julia sparse matrices. Some examples using skyline storage can still be found in chapter 5.