Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imirzov committed Jul 25, 2020
1 parent fe595ba commit d30807f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,11 @@ In Windows to work with subroutines and to recompile CalculiX sources from CAE y

# What's new

[Materials library](https://github.com/calculix/examples/tree/master/materials)!

Do not skip comments while parsing the INP file. Keep comments on file save.

Replaced converters binaries with source code version. It reduced distro weight up to 13 MB.

Both source code and binaries could be started via cae.sh and cae.bat.
General improvements:
+ [Materials library](https://github.com/calculix/examples/tree/master/materials)!
+ INP parser does not skip comments. It keeps comments on file save.
+ Replaced converters binaries with source code version. It reduced distro weight up to 13 MB.
+ Both source code and binaries could be started via cae.sh and cae.bat.

Interface and usability:
+ Notify on job completion
Expand Down Expand Up @@ -220,7 +218,7 @@ CGX:
+ Workaround for iso view in Windows (with .fbd commands).
+ Slightly more precise colors for surfaces and sets.

General code improvements:
Code improvements:
+ Simplified stop_stdout_readers().
+ Job class without initialize() method.
+ Better window match by title.
Expand All @@ -232,6 +230,7 @@ General code improvements:
+ New save method for Settings.
+ New tests for KOM class and Importer. Updated test for mesh parser.


<br/><br/>


Expand Down

0 comments on commit d30807f

Please sign in to comment.