Skip to content

Commit

Permalink
update version (#70)
Browse files Browse the repository at this point in the history
* update version

* add numpy versiong spec
  • Loading branch information
huocun-ant authored Jun 25, 2024
1 parent 99f708d commit b9e73a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 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
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.4.0b0"
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.4.0b0"

0 comments on commit b9e73a5

Please sign in to comment.