Skip to content

Commit

Permalink
Release of v1.1.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 482799744
  • Loading branch information
achoum authored and copybara-github committed Oct 21, 2022
1 parent b9dfa8b commit 1fba33f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## HEAD
## 1.1.0 - 2022-10-21

### Features

Expand All @@ -9,10 +9,11 @@
`early_stopping_initial_iteration` in `gradient_boosted_trees.proto`.
- Benchmark inference tool does not require for the dataset to contain the
label column.
- The user can specify the location of the wasm file in the JavaScript port.

### Documentation

- The new documentation is live at
- The new documentation is live at
[ydf.readthedocs.io](https://ydf.readthedocs.io).

## 1.0.0 - 2022-09-07
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/bash
# Copyright 2022 Google LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.



# Note: Removing "--config=lto" will speed-up the compilation.

set -vex
bazel build -c opt --config=lto --config=size --config=wasm \
//yggdrasil_decision_forests/port/javascript:create_release

0 comments on commit 1fba33f

Please sign in to comment.