Skip to content

Commit

Permalink
update version to 0.5.x (#71)
Browse files Browse the repository at this point in the history
* update version

* add numpy version spec

* fix docker file warning
  • Loading branch information
huocun-ant authored Jun 26, 2024
1 parent 99f708d commit 3ab42b9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@

> please add your unreleased change here.
## 20240625 - 0.4.0b0

- [Feature] `MERGE_Y` operator support `EXP_TAYLOR` link function
- [Feature] add graph_builder function to secretflow_serving_lib
- [Feature] handle 30x http code for model pulling
- [Feature] support `cast` function of arrow in preprocessing operator

## 20240524 - 0.3.1b0

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM secretflow/base-ci:latest as builder
FROM secretflow/base-ci:latest AS builder

RUN yum install -y \
wget autoconf bison flex git protobuf-devel libnl3-devel \
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
grpcio>=1.42.0,!=1.48.0
protobuf>=4,<5
pyarrow==14.0.2
numpy<2
2 changes: 1 addition & 1 deletion secretflow_serving_lib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.


__version__ = "0.4.0.dev$$DATE$$"
__version__ = "0.5.0.dev$$DATE$$"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.


__version__ = "0.4.0.dev$$DATE$$"
__version__ = "0.5.0.dev$$DATE$$"

0 comments on commit 3ab42b9

Please sign in to comment.