Skip to content

Releases: angelsolaorbaiceta/inkfem

v1.1.0

14 Jun 05:53
Compare
Choose a tag to compare

This version brings two main changes:

  1. removes the count in the section headers of the .inkfem and .inkfempre file formats,
  2. allows .inkfem sections to appear in any order.

The section header count is a number next to the header indicating how many elements are below.
For example:

|nodes| 5

is now simplified to:

|nodes|

The former is also accepted for compatibility reasons, but inkfem doesn't check if the number is accurate.

See the full Changelog.

v1.0.0-beta

23 Apr 08:34
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

First beta release of the CLI. Includes fully functional commands:

  • solve to solve a 2D structure defined in an .inkfem or .inkfempre file
  • pre to preprocess a 2D structure defined in an .inkfem to an .inkfempre file
  • generate to generate 2D reticular structures