Skip to content

Commit

Permalink
v.2.2.2
Browse files Browse the repository at this point in the history
-   correct levo/dextro for variable-body length capsids
-   add pinwheel tiles
-   also remove old paper stuff...
  • Loading branch information
dnanto committed Oct 24, 2024
1 parent 4989f9f commit 0562ae4
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 742 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.2.2

- correct levo/dextro for variable-body length capsids
- add pinwheel tiles

# v2.2.1

- only re-render for non-svg export
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This work implements Caspar-Klug Theory to generate high-quality, vectorized cap

# Run

- Run democapsid (v2.2.1): [https://dnanto.github.io/democapsid/app.html](https://dnanto.github.io/democapsid/app.html).
- Run democapsid (v2.2.2): [https://dnanto.github.io/democapsid/app.html](https://dnanto.github.io/democapsid/app.html).

![screenshot.png](screenshot.png)

Expand Down
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- [ ] update paper
- [ ] tests
- [ ] comments/documentation javascript
- [~] update paper
- [~] comments/documentation javascript
- [?] tests
- [?] R package
- [x] comments/documentation python
- [x] python package
Expand Down
2 changes: 1 addition & 1 deletion app.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<section class="layout">
<div class="sidebar">
<fieldset style="text-align: center">
<b>&#11041;&nbsp;<a href="https://github.com/dnanto/democapsid">democapsid v2.2.1</a>&nbsp;&#11041;</b>
<b>&#11041;&nbsp;<a href="https://github.com/dnanto/democapsid">democapsid v2.2.2</a>&nbsp;&#11041;</b>
</fieldset>
<fieldset>
<legend>model</legend>
Expand Down
4 changes: 2 additions & 2 deletions js/democapsid.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* democapsid v2.2.1 - Render viral capsids in the browser and export SVG.
* democapsid v2.2.2 - Render viral capsids in the browser and export SVG.
* MIT License
* Copyright (c) 2020 - 2024, Daniel Antonio Negrón (dnanto/remaindeer)
*/

const VERSION = "2.2.1";
const VERSION = "2.2.2";

const SQRT3 = Math.sqrt(3);
const SQRT5 = Math.sqrt(5);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "democapsid",
"version": "2.2.1",
"version": "2.2.2",
"author": "Daniel Antonio Negrón",
"license": "MIT",
"description": "Render viral capsids in the browser and export SVG.",
Expand Down
Loading

0 comments on commit 0562ae4

Please sign in to comment.