Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Feb 9, 2024
1 parent ee8c25e commit 78ac02d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**Heta** is a modeling language for quantitative systems pharmacology and systems biology.

The current version is **0.4.4**.
The current version is **0.4.5**.

See also the [Heta video tutorial](https://hetalang.github.io/#/resources/?id=lesson-0-introduction)

Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.4.5

- use `0`, `1` together with `true`, `false` for boolean
- `#deleteNS` action
- use of `;` everywhere
- update function list: log(x, b) -> logbase(x, b), remove nthRoot(x), hyperbolic functions support

## 0.4.4

- use `ProcessExpr` of type: A>B
Expand Down
1 change: 0 additions & 1 deletion math.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Here the first operand `b1 < b2` is the boolean expression, then an expression t
| pow(x, y) | The power of x to y, x ^ y. |
| sign(x) | Compute the sign of a value. |
| sqrt(x) | Calculate the square root of a value. |
| nthRoot(x) | 2d root of x |
| nthRoot(x, n) | n-th root of x |
| square(x)| Compute the square of a value, x * x. |
| subtract(x, y) | Subtract two values, x - y. |
Expand Down

0 comments on commit 78ac02d

Please sign in to comment.