rel-2.8.11
brandonwillard
released this
19 Feb 23:12
·
111 commits
to main
since this release
What's Changed
- Resolving math typo in sigmoid docstring issue by @vrii14 in #1402
- Add Gaussian Hypergeometric Function
Hyp2F1
by @ColtAllen in #1288 - Migrate from setuptools to hatchling by @maresb in #1384
- Add numerical stabilization for difference of exponentials by @Smit-create in #1399
- Overhaul the documentation by @rlouf in #1403
- Fix the repository URL in the documentation by @rlouf in #1404
- Ensure git archives contains version info by @carlsmedstad in #1405
- Adapt dev-builds settings for hatch-vcs by @maresb in #1407
- Update pre-commit hooks by @github-actions in #1396
- Add
SharedVariable.default_update
graphs todebugprint
by @brandonwillard in #1412 - Update the README by @rlouf in #1411
- Add documentation tagline to the README by @rlouf in #1416
- Fix link to the mission statement in the README by @sudarsan2k5 in #1417
- Rename
true_div
totrue_divide
to match with NumPy by @sudarsan2k5 in #1414 - Implement RayleighRV by @Smit-create in #1433
- Add sub-package-level deprecations by @brandonwillard in #1434
- Fix C++11 narrowing error on Mac OS by @dgerlanc in #972
- Exclude doc/ from sdist by @maresb in #1408
- Update Actions versions in
update-pre-commit.yml
by @brandonwillard in #1442 - Add support for
SharedVariable.default_update
s inOpFromGraph
by @brandonwillard in #1441
New Contributors
- @vrii14 made their first contribution in #1402
- @ColtAllen made their first contribution in #1288
- @Smit-create made their first contribution in #1399
- @carlsmedstad made their first contribution in #1405
Full Changelog: rel-2.8.10...rel-2.8.11