Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romeric committed Jul 21, 2018
1 parent 5b151cd commit 130d568
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log


**V0.1.5**

This release brings mainly performance improvements and bug fixes

1. Computing sparsity pattern ahead of time is now available. Florence can now assemble the global FE matrices in many different ways, bypassing scipy's format.
2. Fast mass matrix assembly. Different flavours of this impelementation is available.
3. Optimal quad and hex quadrature points
4. A lot minor improvements and bug fixes


**V0.1.4**

Highly bumped version. Proper support for PyPi from this release onwards. Please refer to the very recent 0.1 version for major updates.
Expand Down
2 changes: 1 addition & 1 deletion Florence/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .PostProcessing import *
from .FiniteElements import AssembleMass, AssembleForm

__version__ = "0.1.4.dev0"
__version__ = "0.1.5"

0 comments on commit 130d568

Please sign in to comment.