CHANGELOG.txt 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. CHANGELOG
  2. ===============================================================================
  3. Changes in MCell 3.5.1
  4. -------------------------------------------------------------------------------
  5. * Major changes:
  6. * Integration of mesh processing tool GAMer 2
  7. * Integration of mesh import tool Neuropil Tools
  8. * Using BNGSim library for compartmental BNGL import
  9. * Bug Fixes:
  10. * Fixed multiple surface-surface reaction handling when the reactions had the same reactants
  11. * Fixed MCell-R conversion step when the number of molecules to release was 0
  12. * Minor changes:
  13. * MCell-R/NFsim now prints out less messages
  14. * Integrated tck-tk for Linux and MacOS builds so the base operating system does not need to provide them
  15. * Known limitations:
  16. * MacOS version must be extracted into the /Applications/ directory manually and should be run from
  17. terminal with the current directory being the root directory '/'
  18. * Part of Neuropil Tools volFixAll might not work out of the box on all MacOS instalation and tweaking
  19. to install Qt4 correctly is needed, however, this tool is not needed for all the use cases for Neuropil Tools
  20. * Windows version does not contain the Neuropil Tools plugin
  21. * Known issues:
  22. * Some models stored a a .blend file from 3.5.0 and older releases might fail to import,
  23. it is possible to export them as data model and import data model
  24. * Adding surface regions before creating an object might cause an error, it is possible
  25. to create an object first
  26. Changes in MCell 3.5.0
  27. -------------------------------------------------------------------------------
  28. * Requirements:
  29. * BNGL style reactions (MCell-R) require Perl to be installed, Windows variant is known to work with Perl from strawberryper.com and must be as the first perl.exe in PATH
  30. * To use Matplotlib, Debian 9 and 10 require package 'tk' to be installed; instead of installing it, it is possible to run export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/2.79/python/lib/ in Blender-2.79-CellBlender before running the ./blender executable
  31. * Known limitations:
  32. * Windows build does not contain GAMER plugin for mesh refinement
  33. * Older settings might interfere on Windows, to fix this, please erase C:\Users\USER_NAME\AppData\Roaming\Blender Foundation
  34. * MacOS version must be extracted into the /Applications/ directory manually and must be run from terminal with working directory being the root directory '/'
  35. * Major changes:
  36. * NFSim reaction engine gets the same seed as mcell, no longer it generates its seed from current time
  37. * Several improvements in CellBlender plugin with regards to BNGL type reactions
  38. * Automated build and test system
  39. * Bug Fixes:
  40. * Fixed several issues for BNGL type reactions in compartments support
  41. * Fixed case when memory usage grew indefinitely when logging BNGL type reactions
  42. * Fixed variable release scheduling rate when checkpoint with different timestep is loaded
  43. * Optimizations:
  44. * Optimized search in nfSim reaction cache (up to 2x speedup for some MCellR models)