Recent Releases of gotranx
gotranx - v1.3.5
What's Changed
- Pin click until typer is compatible with latest version by @finsberg in https://github.com/finsberg/gotranx/pull/182
- Add citation file by @finsberg in https://github.com/finsberg/gotranx/pull/185
Full Changelog: https://github.com/finsberg/gotranx/compare/v1.3.4...v1.3.5
Scientific Software - Peer-reviewed
- Python
Published by finsberg 9 months ago
gotranx - v1.3.4
What's Changed
- change type param to TYPE instead of T for Julia by @kylebeggs in https://github.com/finsberg/gotranx/pull/179
New Contributors
- @kylebeggs made their first contribution in https://github.com/finsberg/gotranx/pull/179
Full Changelog: https://github.com/finsberg/gotranx/compare/v1.3.3...v1.3.4
Scientific Software - Peer-reviewed
- Python
Published by finsberg 10 months ago
gotranx - v1.3.2
What's Changed
- Fix weird corner case in conditional when it is not able to simplify the expression to a boolean by @finsberg in https://github.com/finsberg/gotranx/pull/169
- Make it possible to run code without myokit installed by @finsberg in https://github.com/finsberg/gotranx/pull/170
Full Changelog: https://github.com/finsberg/gotranx/compare/v1.2.1...v1.3.2
Scientific Software - Peer-reviewed
- Python
Published by finsberg 11 months ago
gotranx - v1.2.0
What's Changed
- Patch 1 by @danielskatz in https://github.com/finsberg/gotranx/pull/145
- Fix unit conversion to myokit by @finsberg in https://github.com/finsberg/gotranx/pull/147
- Run tests on python3.13 by @finsberg in https://github.com/finsberg/gotranx/pull/130
- Julia codegen by @finsberg in https://github.com/finsberg/gotranx/pull/161
- Julia codegen by @termi-official in https://github.com/finsberg/gotranx/pull/108
New Contributors
- @danielskatz made their first contribution in https://github.com/finsberg/gotranx/pull/145
- @termi-official made their first contribution in https://github.com/finsberg/gotranx/pull/108
Full Changelog: https://github.com/finsberg/gotranx/compare/v1.1.5...v1.2.0
Scientific Software - Peer-reviewed
- Python
Published by finsberg about 1 year ago
gotranx - v1.1.4
Final version to be submitted to JOSS.
What's Changed
- Change wording in joss paper and add tests for jax codegen by @finsberg in https://github.com/finsberg/gotranx/pull/144
Full Changelog: https://github.com/finsberg/gotranx/compare/v1.1.3...v1.1.4
Scientific Software - Peer-reviewed
- Python
Published by finsberg over 1 year ago
gotranx - v1.1.3
What's Changed
- Find singularities in assignments by @finsberg in https://github.com/finsberg/gotranx/pull/68
- Implement numba example by @finsberg in https://github.com/finsberg/gotranx/pull/138
Full Changelog: https://github.com/finsberg/gotranx/compare/v1.1.2...v1.1.3
Scientific Software - Peer-reviewed
- Python
Published by finsberg over 1 year ago
gotranx - v1.1.2
What's Changed
- Final fixes on paper by @finsberg in https://github.com/finsberg/gotranx/pull/121
- Add new figure for the paper by @finsberg in https://github.com/finsberg/gotranx/pull/123
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/finsberg/gotranx/pull/124
- Run tests on python3.12 by @finsberg in https://github.com/finsberg/gotranx/pull/127
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/finsberg/gotranx/pull/125
- Add more info in vectorized computations by @finsberg in https://github.com/finsberg/gotranx/pull/131
- Write about how to run benchmarks locally by @finsberg in https://github.com/finsberg/gotranx/pull/132
- Remove python version-specific classifiers by @finsberg in https://github.com/finsberg/gotranx/pull/133
- Update contributing guide by @finsberg in https://github.com/finsberg/gotranx/pull/134
Full Changelog: https://github.com/finsberg/gotranx/compare/v1.1.1...v1.1.2
Scientific Software - Peer-reviewed
- Python
Published by finsberg over 1 year ago
gotranx - v1.1.1
What's Changed
- Fix a few typos by @finsberg in https://github.com/finsberg/gotranx/pull/94
- Remove section on adding new scheme by @finsberg in https://github.com/finsberg/gotranx/pull/103
- Fix citations by @finsberg in https://github.com/finsberg/gotranx/pull/104
- Add support for jax by @finsberg in https://github.com/finsberg/gotranx/pull/75
- Add financial support by @finsberg in https://github.com/finsberg/gotranx/pull/106
- Add quick start by @finsberg in https://github.com/finsberg/gotranx/pull/111
- Test on different OS by @finsberg in https://github.com/finsberg/gotranx/pull/113
- Add info about how to run tests by @finsberg in https://github.com/finsberg/gotranx/pull/116
- Add link to ode file and add more info to demos by @finsberg in https://github.com/finsberg/gotranx/pull/117
- Use odefromstring in lorentz example instead to saving string to a file by @finsberg in https://github.com/finsberg/gotranx/pull/119
- Adress comments from reviewers by @finsberg in https://github.com/finsberg/gotranx/pull/120
Full Changelog: https://github.com/finsberg/gotranx/compare/v1.1.0...v1.1.1
Scientific Software - Peer-reviewed
- Python
Published by finsberg over 1 year ago
gotranx - v1.1.0
What's Changed
- Fix broken link in README and add section with license in README by @finsberg in https://github.com/finsberg/gotranx/pull/70
- Update docs by @finsberg in https://github.com/finsberg/gotranx/pull/71
- Add spell checker and fix some spelling mistakes by @finsberg in https://github.com/finsberg/gotranx/pull/73
- Add lorentz demo by @finsberg in https://github.com/finsberg/gotranx/pull/74
- Fix float conversion in test by @finsberg in https://github.com/finsberg/gotranx/pull/78
- Create two workflows for building docs by @finsberg in https://github.com/finsberg/gotranx/pull/79
- Add description of how to add support for a new language by @finsberg in https://github.com/finsberg/gotranx/pull/77
- Add imports to C codegenerator by @finsberg in https://github.com/finsberg/gotranx/pull/81
- Turn off interactive plotting when running tests by @finsberg in https://github.com/finsberg/gotranx/pull/82
- Add about page by @finsberg in https://github.com/finsberg/gotranx/pull/83
- Pass in schemes by @finsberg in https://github.com/finsberg/gotranx/pull/84
- Pass arguments to schemes by @finsberg in https://github.com/finsberg/gotranx/pull/86
- Rush larsen by @finsberg in https://github.com/finsberg/gotranx/pull/85
- Test that all schemes are generated by @finsberg in https://github.com/finsberg/gotranx/pull/87
- Codspeed by @finsberg in https://github.com/finsberg/gotranx/pull/88
- Create different commands and add config by @finsberg in https://github.com/finsberg/gotranx/pull/89
Full Changelog: https://github.com/finsberg/gotranx/compare/v1.0.0...v1.1.0
Scientific Software - Peer-reviewed
- Python
Published by finsberg over 1 year ago
gotranx - v1.0.0
First major version
What's Changed
- Jupyter book by @finsberg in https://github.com/finsberg/gotranx/pull/69
- Add joss paper by @finsberg in https://github.com/finsberg/gotranx/pull/53
Full Changelog: https://github.com/finsberg/gotranx/compare/v0.3.8...v1.0.0
Scientific Software - Peer-reviewed
- Python
Published by finsberg over 1 year ago
gotranx - v0.3.5
What's Changed
Main addition in this release is the new feature of sub odes (see https://github.com/finsberg/gotranx/pull/37)
- Add more documentation by @finsberg in https://github.com/finsberg/gotranx/pull/34
- Refactor gotran2c by @finsberg in https://github.com/finsberg/gotranx/pull/35
- Make sure we use numpy.sqrt rather than math.sqrt by @finsberg in https://github.com/finsberg/gotranx/pull/36
- Sub odes by @finsberg in https://github.com/finsberg/gotranx/pull/37
- Update readme with roadmap by @finsberg in https://github.com/finsberg/gotranx/pull/39
- Global index dictionary for python codegen by @finsberg in https://github.com/finsberg/gotranx/pull/44
- Change name from monitor to monitor_values by @finsberg in https://github.com/finsberg/gotranx/pull/45
Full Changelog: https://github.com/finsberg/gotranx/compare/v0.3.0...v0.3.5
Scientific Software - Peer-reviewed
- Python
Published by finsberg almost 2 years ago
gotranx - v0.3.0
What's Changed
- Make it possible to add comments to assignments by @finsberg in https://github.com/finsberg/gotranx/pull/32
- Remove unused module codecomponent by @finsberg in https://github.com/finsberg/gotranx/pull/33
Full Changelog: https://github.com/finsberg/gotranx/compare/v0.2.4...v0.3.0
Scientific Software - Peer-reviewed
- Python
Published by finsberg about 2 years ago