| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-22 | 2.4 kB | |
| Version 3.2.0 source code.tar.gz | 2025-09-22 | 29.6 MB | |
| Version 3.2.0 source code.zip | 2025-09-22 | 30.2 MB | |
| Totals: 3 Items | 59.8 MB | 1 | |
Release which uses openmp (in addition to MPI) to obtain speedup on multi core processors.
Also new additions to the Rate_operator which now takes an xarray as a rate.
What's Changed
- Main relative time by @stoiver in https://github.com/anuga-community/anuga_core/pull/29
- Main rate operator numpy input by @stoiver in https://github.com/anuga-community/anuga_core/pull/30
- Removed the old_div function calls by @stoiver in https://github.com/anuga-community/anuga_core/pull/31
- Develop hackathon by @rutvikgulhane in https://github.com/anuga-community/anuga_core/pull/43
- Added protect against infinities kernal by @rutvikgulhane in https://github.com/anuga-community/anuga_core/pull/49
- replacing deprecated unittest functionality for future python version by @JorgeG94 in https://github.com/anuga-community/anuga_core/pull/59
- anuga_int and anuga_uint datatype for simpler coding: PROPOSAL by @JorgeG94 in https://github.com/anuga-community/anuga_core/pull/66
- install_anuga.rst: Fix typo discovered by codespell by @cclauss in https://github.com/anuga-community/anuga_core/pull/69
- GitHub Actions: Upgrade to actions/setup-python@v5 by @cclauss in https://github.com/anuga-community/anuga_core/pull/68
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in https://github.com/anuga-community/anuga_core/pull/70
- Stop using removed alias
numpy.floatby @cclauss in https://github.com/anuga-community/anuga_core/pull/71 print()is a function in Python 3 by @cclauss in https://github.com/anuga-community/anuga_core/pull/72- Rename dependabot.yml to .github/dependabot.yml by @cclauss in https://github.com/anuga-community/anuga_core/pull/76
- port eval segment to C by @JorgeG94 in https://github.com/anuga-community/anuga_core/pull/78
- synch with main by @JorgeG94 in https://github.com/anuga-community/anuga_core/pull/79
- Update dependabot.yml by @stoiver in https://github.com/anuga-community/anuga_core/pull/83
New Contributors
- @rutvikgulhane made their first contribution in https://github.com/anuga-community/anuga_core/pull/43
- @JorgeG94 made their first contribution in https://github.com/anuga-community/anuga_core/pull/59
- @cclauss made their first contribution in https://github.com/anuga-community/anuga_core/pull/69
Full Changelog: https://github.com/anuga-community/anuga_core/compare/3.1.9...3.2.0