Releases: flippy-software-package/flippy
Releases · flippy-software-package/flippy
v1.0.2
v1.0.1
breaking changes
- renamed
global_geometry.dA_K2andnode.scaled_curvature_energytounit_bending_energyunit_bending_energyalso differs fromscaled_curvature_energyby a factor of0.5
- removed
debug_utilsfrom flippy. This functionality was unrelated to membrane simulations and simply offered additional printing and timing capabilities. - Printing and timing utilities were removed from the
utils.hppheader since these tools are unrelated to membrane simulations and should not be maintained together with flippy.
These utilities can now be found in their own repository. - restricted
fp::indexing_numberconcept to only positive integers.
new features
- none
bugfixes
- removed the default constructor from
MonteCarloUpdatersince it was implicitly deleted anyway. - changed update counters types in
MonteCarloUpdatertoo long instead of Index to avoid integer overflow. - double-check if the
stdlibdefines M_PI and define it if not. - count of moves and flips is saved in an
unsigned longvariable by theMonteCarloUpdaterto avoid overflow for even very long simulations.
v1.0.0
This is the first stable release. No API breaking changes are expected in near future, and if they occur they will be preceded by deprecation warnings in previous versions.
breaking changes
- renamed
global_geometry.dA_K2andnode.scaled_curvature_energytounit_bending_energyunit_bending_energyalso differs fromscaled_curvature_energyby a factor of0.5
- removed
debug_utilsfrom flippy. This functionality was unrelated to membrane simulations and simply offered additional printing and timing capabilities. - Printing and timing utilities were removed form the
utils.hppheader, since these tools are not related to membrane simulations and should not be maintained together with flippy.- these utilities can be found in their own repository now.
new features
- none
bugfixes
- removed default constructor from
MonteCarloUpdatersince it was implicitly deleted anyway. - changed update counters types in
MonteCarloUpdaterto long instead of Index to avoid integer overflow. - double check if the stdlib defines M_PI and define it if not.
- count of moves and flips is saved in a
unsigned longvariable, by theMonteCarloUpdaterto avoid overflow for even very long simulations.
flippy v0.3.0
breaking changes
- renamed
global_geometry.dA_K2andnode.scaled_curvature_energytounit_bending_energyunit_bending_energyalso differs fromscaled_curvature_energyby a factor of0.5
- removed
debug_utilsfrom flippy. This functionality was unrelated to membrane simulations and simply offered additional printing and timing capabilities.
new features
- none
bugfixes
- removed default constructor from
MonteCarloUpdatersince it was implicitly deleted anyway. - changed update counters types in
MonteCarloUpdaterto long instead of Index to avoid integer overflow. - double check if the stdlib defines M_PI and define it if not.