Skip to content

Commit afd7da8

Browse files
chore: release
1 parent 2b5d8bf commit afd7da8

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ 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-01-28
10+
11+
### Fixed
12+
13+
- fixed tensor additions with permutation
14+
- fix atom replace repeat code
15+
16+
### Other
17+
18+
- enable contraction of complex integer
19+
- enable contraction of symbolica integers
20+
- remove additional prints
21+
- remove prints
22+
- update to symbolica 0.14
23+
- update to new symbol api
24+
- update to evaluate api
25+
- New tensor atom core
26+
- Change from Exponent to PositiveExponent for compatibility with latest symbolica
27+
- back to symbolica main
28+
929
## [0.4.1](https://github.com/alphal00p/spenso/compare/v0.4.0...v0.4.1) - 2024-10-26
1030

1131
### 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)