Skip to content

Commit 78e4dd2

Browse files
chore: release
1 parent 25cddba commit 78e4dd2

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.2](https://github.com/alphal00p/spenso/compare/v0.4.1...v0.4.2) - 2025-02-03
10+
11+
### Fixed
12+
13+
- fix contraction sparse dense to always obtain a zero
14+
- fixed tensor additions with permutation
15+
- fix atom replace repeat code
16+
17+
### Other
18+
19+
- update asm enum matching
20+
- impl contract for Complex<Rational>
21+
- enable contraction of complex integer
22+
- enable contraction of symbolica integers
23+
- remove additional prints
24+
- remove prints
25+
- update to symbolica 0.14
26+
- update to new symbol api
27+
- update to evaluate api
28+
- New tensor atom core
29+
- Change from Exponent to PositiveExponent for compatibility with latest symbolica
30+
- back to symbolica main
31+
932
## [0.4.1](https://github.com/alphal00p/spenso/compare/v0.4.0...v0.4.1) - 2024-10-26
1033

1134
### Other

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spenso"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = ["Lucien Huber <[email protected]>"]

0 commit comments

Comments
 (0)