Skip to content

Commit cd115b4

Browse files
rstzcopybara-github
authored andcommitted
[YDF] Release PYDF 0.16.1
PiperOrigin-RevId: 889694219
1 parent 8ac2fda commit cd115b4

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

yggdrasil_decision_forests/port/python/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.16.1 - 2026-03-24
4+
5+
### Fix
6+
7+
- Fix Python protobuf dependency
8+
9+
### Release music
10+
11+
Präludium und Fuge Es-Dur BWV 552, für Orchester gesetzt. Johann Sebastian Bach (arr. Arnold Schönberg)
12+
313
## 0.16.0 - 2026-03-16
414

515
### Features

yggdrasil_decision_forests/port/python/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ydf",
3-
version = "0.16.0",
3+
version = "0.16.1",
44
)
55

66
bazel_dep(name = "abseil-cpp", version = "20250814.1", repo_name = "com_google_absl")

yggdrasil_decision_forests/port/python/config/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from setuptools.command.install import install
2323
from setuptools.dist import Distribution
2424

25-
_VERSION = "0.16.0"
25+
_VERSION = "0.16.1"
2626

2727
with open("README.md", "r", encoding="utf-8") as fh:
2828
long_description = fh.read()

yggdrasil_decision_forests/port/python/tools/release_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
cls
3535
setlocal
3636

37-
set YDF_VERSION=0.16.0
37+
set YDF_VERSION=0.16.1
3838
set BAZEL=bazel.exe
3939
set BAZEL_SH=C:\msys64\usr\bin\bash.exe
4040
set BAZEL_FLAGS=--config=windows_cpp20 --config=windows_avx2

yggdrasil_decision_forests/port/python/ydf/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version = "0.16.0"
15+
version = "0.16.1"

0 commit comments

Comments
 (0)