Skip to content

Commit e244615

Browse files
1.42 版本更新!
# ![image](https://user-images.githubusercontent.com/113756063/194830221-abe24fcc-484b-4769-b3b7-ec6d8138f436.png) 算法之星-机器大脑 - Switch to [English Document](https://github.com/BeardedManZhao/algorithmStar/blob/Zhao-develop/src_code/README.md) - knowledge base <a href="https://github.com/BeardedManZhao/algorithmStar/blob/main/KnowledgeDocument/knowledge%20base-Chinese.md"> <img src = "https://user-images.githubusercontent.com/113756063/194838003-7ad14dac-b38c-4b57-a942-ba58f00baaf7.png"/> </a> ### 更新日志 * 框架版本:1.41 - 1.42 * 修正复数矩阵使用字符串解析会发生解析不全的情况 * 在矩阵工厂添加了对于复数矩阵的支持! * 移除了冗余错误的工厂类 `MatixFactory` ### Version update date : 2024-08-03
1 parent 1d3a15e commit e244615

File tree

15 files changed

+46
-145
lines changed

15 files changed

+46
-145
lines changed

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README-Chinese.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ AS库目录有多个版本,如果希望查询不同版本的更新日志以及
3232
<dependency>
3333
<groupId>io.github.BeardedManZhao</groupId>
3434
<artifactId>algorithmStar</artifactId>
35-
<version>1.41</version>
35+
<version>1.42</version>
3636
</dependency>
3737
</dependencies>
3838
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ can add it to your maven project, or you can download it from Releases and manua
4141
<dependency>
4242
<groupId>io.github.BeardedManZhao</groupId>
4343
<artifactId>algorithmStar</artifactId>
44-
<version>1.41</version>
44+
<version>1.42</version>
4545
</dependency>
4646
</dependencies>
4747
```

src_code/.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src_code/.idea/scala_compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src_code/.idea/src_code.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src_code/README-Chinese.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
* 框架版本:1.41 - 1.42
1212
* 修正复数矩阵使用字符串解析会发生解析不全的情况
1313
* 在矩阵工厂添加了对于复数矩阵的支持!
14+
* 移除了冗余错误的工厂类 `MatixFactory`
15+
1416
### Version update date : 2024-08-03

src_code/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
* Framework version: 1.41 - 1.42
1212
* Fixed the problem that complex matrices would be incomplete when parsing strings
1313
* Added support for complex matrices in the matrix factory!
14+
* Removed redundant errors in the factory class `MatixFactory`
1415

1516
### Version update date : 2024-08-03

src_code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.BeardedManZhao</groupId>
77
<artifactId>algorithmStar</artifactId>
8-
<version>1.41</version>
8+
<version>1.42</version>
99
<packaging>jar</packaging>
1010
<name>algorithmStar</name>
1111
<description>algorithmStar-java</description>

0 commit comments

Comments
 (0)