File tree Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- List of new features:
3+ List of new feature changes (excluding most bug fixes and optimizations)
44
5- ## v1.0.0 / Ruby 2.6
5+ ## v0.4.0
66
7- * Matrix#antisymmetric? / #skew_symmetric?
7+ * Add ` Matrix#rotate_entries ` [ # 19 ]
88
9- * Matrix#map! / #collect!
9+ ## v0.3.1 / Ruby 3.0
1010
11- * Matrix# [ ] =
11+ * Frozen ` Matrix ` are Ractor-shareable.
1212
13- * Vector#map! / #collect!
13+ ## v0.3.0
1414
15- * Vector#[ ] =
15+ * Add ` Matrix#adjoint ` [ #14 ]
16+
17+ ## v0.2.0 / Ruby 2.7
18+
19+ * Add Matrix#abs [ ruby/ruby #2199 ]
20+
21+ ## v0.1.0 / Ruby 2.6
22+
23+ * Add ` Matrix#antisymmetric? ` / ` #skew_symmetric? `
24+ * Add ` Matrix#map! ` / ` #collect! `
25+ * Add ` Matrix#[]= `
26+ * Add ` Vector#map! ` / ` #collect! `
27+ * Add ` Vector#[]= `
1628
1729## Ruby 2.5
1830
19- * Matrix.combine and Matrix#combine
20- * Matrix#hadamard_product and Matrix#entrywise_product
31+ * Add ` Matrix.combine ` and ` Matrix#combine `
32+ * ` Matrix#hadamard_product ` and ` Matrix#entrywise_product `
You can’t perform that action at this time.
0 commit comments