Skip to content

Commit

Permalink
Merge pull request #1148 from lzjpaul/24-3-10-v42
Browse files Browse the repository at this point in the history
Update release files for V4.2.0
  • Loading branch information
nudles authored Mar 11, 2024
2 parents d9c2101 + d84a1b4 commit f0d23a9
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 43 deletions.
14 changes: 1 addition & 13 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,4 @@ developers of Apache SINGA under Apache License, Version 2.0.
./doc/_static/images/sgd.png
./doc/_static/images/singa.png
./doc/_static/images/singav1-sw.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/documents/image-20231020174425377.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/documents/image-20231020174945226.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230421214835152.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230421220338391.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230421220443231.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035554579.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035622198.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035639502.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035806963.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230722202555763.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230722205244718.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230724111325368.png
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230724111659545.png
./examples/model_selection/Trails/documents/ai_db.001.jpeg
30 changes: 30 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
Release Notes - SINGA - Version singa-4.2.0

SINGA is a distributed deep learning library.

This release includes following changes:

* Add support for deep learning models running on top of PolarDB
* Implement efficient model selection for a given dataset stored in the database.
* Add support for dynamic model creation.
* Add support for flexible setting of model training configurations.
* Optimize the in-database analytics modules for scalability, efficiency and memory consumption.

* New example
* Add a horizontal federated learning example using the Bank dataset.

* Enhance examples
* Add sample training data for testing the model selection application.

* Update the website
* Update the star button in the main page.
* Refine the display of star statistics.

* Update the python versions for wheel files

* Fix bugs
* Fix the rat check files.
* Update the license files.

----------------------------------------------------------------------------------------------

Release Notes - SINGA - Version singa-4.1.0

SINGA is a distributed deep learning library.
Expand Down
19 changes: 19 additions & 0 deletions examples/hfl/config/Singa-HFL.iml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with < this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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
http://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.
-->

<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
Expand Down
21 changes: 18 additions & 3 deletions examples/hfl/src/proto/interface_pb2.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: src/proto/interface.proto
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# http://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.
#

import sys

Expand Down
35 changes: 18 additions & 17 deletions examples/model_selection/Trails/internal/ml/model_slicing/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# http://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.
#
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with < this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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
http://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.
-->


# Powering In-Database Dynamic Model Slicing for Structured Data Analytics
Expand Down
27 changes: 17 additions & 10 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,24 @@
<exclude>doc/_static/*.png</exclude>
<exclude>doc/_static/*.gif</exclude>
<exclude>doc/_static/*.ai</exclude>
<exclude>doc/_static/images/*.png</exclude>
<exclude>CITATION.cff</exclude>
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/requirement.txt</exclude>
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/documents/*.png</exclude>
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/init_env</exclude>
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/requirement.txt</exclude>
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/pg_extension/Cargo.toml</exclude>
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/pg_extension/pg_extension.control</exclude>
<exclude>doc/_static/images/*.png</exclude>
<exclude>CITATION.cff</exclude>
<exclude>examples/hfl/requirements.txt</exclude>
<exclude>examples/hfl/config/.gitignore</exclude>
<exclude>examples/hfl/data/.gitkeep</exclude>
<exclude>examples/hfl/src/proto/interface.proto</exclude>
<exclude>examples/model_selection/Trails/.gitignore</exclude>
<exclude>examples/model_selection/Trails/.gitmodules</exclude>
<exclude>examples/model_selection/Trails/requirement.txt</exclude>
<exclude>examples/model_selection/Trails/dataset/frappe/*.libsvm</exclude>
<exclude>examples/model_selection/Trails/internal/ml/model_selection/config.ini</exclude>
<exclude>examples/model_selection/Trails/internal/ml/model_selection/requirement.txt</exclude>
<exclude>examples/model_selection/Trails/internal/ml/model_slicing/data/*</exclude>
<exclude>examples/model_selection/Trails/internal/pg_extension/.gitignore</exclude>
<exclude>examples/model_selection/Trails/internal/pg_extension/pg_extension.control</exclude>
<exclude>examples/model_selection/Trails/internal/pg_extension/template/Cargo.pg11.toml</exclude>
<exclude>examples/model_selection/Trails/documents/ai_db.001.jpeg</exclude>
<exclude>examples/singa_easy/examples/data/SampleQuestion.json</exclude>
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/*.png</exclude>
<exclude>examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/pg_extension/.cargo/config.toml</exclude>
</excludes>
<consoleOutput>True</consoleOutput>
</configuration>
Expand Down

0 comments on commit f0d23a9

Please sign in to comment.