⎇ Releases
⎇ Releases
cellular_raza 0.0.13
30th July 2024
- Write advanced tests for contact reactions and solvers
- Added Ron storage option
- Restructured and simplified storage solutions
- Improve (but also change parameters) CLI for benchmarks
- use new
circ_buffer
crate in chili backend - bufixes for contact reactions
- move homepage to separate repository
- new function to create timestepper
from_partial_save_freq
- update nalgebra to version “0.33”
cellular_raza 0.0.12
13th July 2024
- Implement concepts for contact reactions
- add option to enable/disable determinism
- correct some bugs and implement functionality for storage solutions
cellular_raza 0.0.11
18th June 2024
- corretly treat interaction functions related to neighbours
is_neighbour
andreact_to_neighbours
in the chili backend. - modifications to examples
cellular_raza 0.0.10
11th June 2024
- change Interaction concept to return two force values for own and other cell.
- fix some bugs in chili backend (mainly related to Cycle concept)
- migrate some examples from old
cpu_os_threads
to new chili backend - change VertexDerivedInteraction to use closest point on external polygon
cellular_raza 0.0.9
1st June 2024
- major improvements to the chili backend
- stabilize main routines and macros
- tested workflow with actual examples
- stabilize new domain traits
- added more examples
ℹ️From now on releases will become more frequent and for smaller feature additions such that version 0.1.0 can be reached sooner.
cellular_raza 0.0.8
16th February 2024
- Added documentation where needed
- Fix public interface for cpu_os_threads backend
- Compared to 0.0.7 this new version will almost only fix Documentation and dependencies for the nightly compiler
cellular_raza 0.0.7
16th February 2024
- more experimenting with trait for fluid dynamics
- improved documentation and website
- only minor advancements in backend development
cellular_raza 0.0.6
2nd February 2024
Further development of chili
backend:
- extend documentation and development of the chili backend
- template simulation contains raw experimentation with this new backend
- Mechanics and Interaction trait working
- concise API for running simulations still missing
- proc-macro crate has been expanded with many useful helper macros
- next version might contain a first working iteration of the chili backend
cellular_raza 0.0.5
12th December 2023
- include some pyo3 fixes (prevented from compiling in 0.0.4)
cellular_raza 0.0.4
6th December 2023
- add readme files
- minor bugfix for pyo3 binding generation in building blocks
initial commit
27th August 2022