Skip to content

Commit

Permalink
note about breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjw committed Nov 3, 2024
1 parent 6819ec5 commit 23b704e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Once you have JAX installed and working correctly, you can install this package
```bash
pip install jsmfsb
```
To upgrade already installed package:
```bash
pip install --upgrade jsmfsb
```

**Note** that a number of breaking syntax changes (more pythonic names) were introduced in version 1.1.0. If you upgrade to a version >= 1.1.0 from a version prior to 1.1.0 you will have to update syntax to the new style.


You can test that your installation is working with the following example.
```python
Expand Down

0 comments on commit 23b704e

Please sign in to comment.