Releases: angelsolaorbaiceta/inkfem
Releases · angelsolaorbaiceta/inkfem
v1.1.0
This version brings two main changes:
- removes the count in the section headers of the .inkfem and .inkfempre file formats,
- 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
First beta release of the CLI. Includes fully functional commands:
solve
to solve a 2D structure defined in an .inkfem or .inkfempre filepre
to preprocess a 2D structure defined in an .inkfem to an .inkfempre filegenerate
to generate 2D reticular structures