Skip to content

Commit c4b50a2

Browse files
authored
Add CHANGELOG.md summarizing changes from base repo (#2)
* Add CHANGELOG summarizing changes from base repo * Update README with notice of changes
1 parent cc2e529 commit c4b50a2

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
This document provides a detailed timeline of changes made to the source code of the Cytosim simulation engine hosted at [https://gitlab.com/f-nedelec/cytosim](https://gitlab.com/f-nedelec/cytosim).
2+
3+
### 2024-06-07
4+
5+
- Add config files used by [`subcell-pipeline`](https://github.com/simularium/subcell-pipeline)
6+
- Add config templates used by [`subcell-pipeline`](https://github.com/simularium/subcell-pipeline)
7+
8+
### 2023-06-16
9+
10+
- Change dimensionality from 2 to 3
11+
12+
> See commit [`70c73c7`](https://github.com/simularium/Cytosim/commit/70c73c7cd17d3d03e49e9b7da35cdcbf645b6a3b)
13+
14+
### 2023-05-03
15+
16+
- Add calculation and reporting for segment bending energy
17+
- Change time reporting to scientific notation
18+
19+
> See commit [`b2a8293`](https://github.com/simularium/Cytosim/commit/b2a8293ac0a6492b7ca51cba44f11ae70f33485f)
20+
21+
### 2023-03-13
22+
23+
- Resync with source code from [https://gitlab.com/f-nedelec/cytosim](https://gitlab.com/f-nedelec/cytosim) at commit [`5ff0f784`](https://gitlab.com/f-nedelec/cytosim/-/tree/5ff0f78474de7217aa194d98f98516395fb3d453)
24+
25+
### 2022-06-08
26+
27+
- Added `Dockerfile` and associated scripts to build Docker image from source code
28+
- Added GitHub-specific workflows for building Docker image
29+
30+
### 2022-05-18
31+
32+
- Source code from [https://gitlab.com/f-nedelec/cytosim](https://gitlab.com/f-nedelec/cytosim) at commit [`6bc43897`](https://gitlab.com/f-nedelec/cytosim/-/commit/6bc43897e35cd599861d1c96eae05c064be8a937)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!NOTE]
2+
> This repository is adapted from the base Cytosim repository hosted at [https://gitlab.com/f-nedelec/cytosim](https://gitlab.com/f-nedelec/cytosim). Please see [CHANGELOG.md](CHANGELOG.md) for more information and a summary of changes.
3+
14
# Cytosim
25

36
Cytosim is a cytoskeleton simulation suite designed to handle large systems of flexible filaments with associated proteins such as molecular motors. It is a versatile base that has been used to study actin and microtubule systems in 1D, 2D and 3D. It is built around a cross-platform C++ core engine running on UNIX, Mac OSX, GNU/Linux and within Cygwin on Windows. The code is modular and extensible, making Cytosim a convenient base that can be customized to meet particular tasks. Some of the most common tasks encountered during a simulation project are implemented in Python.

0 commit comments

Comments
 (0)