Skip to content

Commit f0d23a9

Browse files
authored
Merge pull request #1148 from lzjpaul/24-3-10-v42
Update release files for V4.2.0
2 parents d9c2101 + d84a1b4 commit f0d23a9

File tree

6 files changed

+103
-43
lines changed

6 files changed

+103
-43
lines changed

NOTICE

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,4 @@ developers of Apache SINGA under Apache License, Version 2.0.
3030
./doc/_static/images/sgd.png
3131
./doc/_static/images/singa.png
3232
./doc/_static/images/singav1-sw.png
33-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/documents/image-20231020174425377.png
34-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/documents/image-20231020174945226.png
35-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230421214835152.png
36-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230421220338391.png
37-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230421220443231.png
38-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035554579.png
39-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035622198.png
40-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035639502.png
41-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035806963.png
42-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230722202555763.png
43-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230722205244718.png
44-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230724111325368.png
45-
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230724111659545.png
33+
./examples/model_selection/Trails/documents/ai_db.001.jpeg

RELEASE_NOTES

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
Release Notes - SINGA - Version singa-4.2.0
2+
3+
SINGA is a distributed deep learning library.
4+
5+
This release includes following changes:
6+
7+
* Add support for deep learning models running on top of PolarDB
8+
* Implement efficient model selection for a given dataset stored in the database.
9+
* Add support for dynamic model creation.
10+
* Add support for flexible setting of model training configurations.
11+
* Optimize the in-database analytics modules for scalability, efficiency and memory consumption.
12+
13+
* New example
14+
* Add a horizontal federated learning example using the Bank dataset.
15+
16+
* Enhance examples
17+
* Add sample training data for testing the model selection application.
18+
19+
* Update the website
20+
* Update the star button in the main page.
21+
* Refine the display of star statistics.
22+
23+
* Update the python versions for wheel files
24+
25+
* Fix bugs
26+
* Fix the rat check files.
27+
* Update the license files.
28+
29+
----------------------------------------------------------------------------------------------
30+
131
Release Notes - SINGA - Version singa-4.1.0
232

333
SINGA is a distributed deep learning library.

examples/hfl/config/Singa-HFL.iml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with < this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
120
<?xml version="1.0" encoding="UTF-8"?>
221
<module type="PYTHON_MODULE" version="4">
322
<component name="NewModuleRootManager">

examples/hfl/src/proto/interface_pb2.py

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1-
# -*- coding: utf-8 -*-
2-
# Generated by the protocol buffer compiler. DO NOT EDIT!
3-
# source: src/proto/interface.proto
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one
3+
# or more contributor license agreements. See the NOTICE file
4+
# distributed with this work for additional information
5+
# regarding copyright ownership. The ASF licenses this file
6+
# to you under the Apache License, Version 2.0 (the
7+
# "License"); you may not use this file except in compliance
8+
# with the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing,
13+
# software distributed under the License is distributed on an
14+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
# KIND, either express or implied. See the License for the
16+
# specific language governing permissions and limitations
17+
# under the License.
18+
#
419

520
import sys
621

examples/model_selection/Trails/internal/ml/model_slicing/README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
#
2-
# Licensed to the Apache Software Foundation (ASF) under one
3-
# or more contributor license agreements. See the NOTICE file
4-
# distributed with this work for additional information
5-
# regarding copyright ownership. The ASF licenses this file
6-
# to you under the Apache License, Version 2.0 (the
7-
# "License"); you may not use this file except in compliance
8-
# with the License. You may obtain a copy of the License at
9-
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
11-
#
12-
# Unless required by applicable law or agreed to in writing, software
13-
# distributed under the License is distributed on an "AS IS" BASIS,
14-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
# See the License for the specific language governing permissions and
16-
# limitations under the License.
17-
#
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with < this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
1819

1920

2021
# Powering In-Database Dynamic Model Slicing for Structured Data Analytics

java/pom.xml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,24 @@
9090
<exclude>doc/_static/*.png</exclude>
9191
<exclude>doc/_static/*.gif</exclude>
9292
<exclude>doc/_static/*.ai</exclude>
93-
<exclude>doc/_static/images/*.png</exclude>
94-
<exclude>CITATION.cff</exclude>
95-
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/requirement.txt</exclude>
96-
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/documents/*.png</exclude>
97-
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/init_env</exclude>
98-
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/requirement.txt</exclude>
99-
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/pg_extension/Cargo.toml</exclude>
100-
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/pg_extension/pg_extension.control</exclude>
93+
<exclude>doc/_static/images/*.png</exclude>
94+
<exclude>CITATION.cff</exclude>
95+
<exclude>examples/hfl/requirements.txt</exclude>
96+
<exclude>examples/hfl/config/.gitignore</exclude>
97+
<exclude>examples/hfl/data/.gitkeep</exclude>
98+
<exclude>examples/hfl/src/proto/interface.proto</exclude>
99+
<exclude>examples/model_selection/Trails/.gitignore</exclude>
100+
<exclude>examples/model_selection/Trails/.gitmodules</exclude>
101+
<exclude>examples/model_selection/Trails/requirement.txt</exclude>
102+
<exclude>examples/model_selection/Trails/dataset/frappe/*.libsvm</exclude>
103+
<exclude>examples/model_selection/Trails/internal/ml/model_selection/config.ini</exclude>
104+
<exclude>examples/model_selection/Trails/internal/ml/model_selection/requirement.txt</exclude>
105+
<exclude>examples/model_selection/Trails/internal/ml/model_slicing/data/*</exclude>
106+
<exclude>examples/model_selection/Trails/internal/pg_extension/.gitignore</exclude>
107+
<exclude>examples/model_selection/Trails/internal/pg_extension/pg_extension.control</exclude>
108+
<exclude>examples/model_selection/Trails/internal/pg_extension/template/Cargo.pg11.toml</exclude>
109+
<exclude>examples/model_selection/Trails/documents/ai_db.001.jpeg</exclude>
101110
<exclude>examples/singa_easy/examples/data/SampleQuestion.json</exclude>
102-
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/*.png</exclude>
103-
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/pg_extension/.cargo/config.toml</exclude>
104111
</excludes>
105112
<consoleOutput>True</consoleOutput>
106113
</configuration>

0 commit comments

Comments
 (0)