Skip to content

Commit 17549dc

Browse files
chore: release Fable.Python@5.0.0-rc.4 (#252)
Co-authored-by: πŸ€– easybuild-shipit <github-actions[bot]@users.noreply.github.com>
1 parent deed5e7 commit 17549dc

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
---
2-
last_commit_released: 66e56764fefe824e1b2a28635245820c2dc92a34
2+
last_commit_released: deed5e74cbc33a582d1e22ee0a1af6a41ab2bb10
33
name: Fable.Python
44
---
55

66
# Changelog
77

88
All notable changes to this project will be documented in this file.
99

10+
## 5.0.0-rc.4 - 2026-04-17
11+
12+
### πŸš€ Features
13+
14+
* *(math)* Add missing math functions (log/base, modf, frexp, ldexp, remainder, isclose, nextafter, ulp, exp2, cbrt) (#255) ([9687aac](https://github.com/fable-compiler/Fable.Python/commit/9687aac9c192254bf46d31636b2526c17eeeee49))
15+
* *(stdlib)* Add itertools module bindings (#256) ([6a4d816](https://github.com/fable-compiler/Fable.Python/commit/6a4d816591d55615d549dc80232d8ef5265ff9a0))
16+
17+
### 🐞 Bug Fixes
18+
19+
* *(math)* Fix factorial signature and add missing constants/functions (#251) ([7b32de0](https://github.com/fable-compiler/Fable.Python/commit/7b32de02ee687f6d833dcb21caae026e3448fb99))
20+
* *(math)* Correct type signatures for copysign, fmod and curried bindings (#253) ([8f33975](https://github.com/fable-compiler/Fable.Python/commit/8f33975daa8c5a46f8f2c3d1fc8fc1751ca97ab9))
21+
22+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable.Python/compare/66e56764fefe824e1b2a28635245820c2dc92a34..deed5e74cbc33a582d1e22ee0a1af6a41ab2bb10)</small></strong>
23+
1024
## Unreleased
1125

1226
### 🐞 Bug Fixes

0 commit comments

Comments
Β (0)