Skip to content

Commit ce27e86

Browse files
chore: release
1 parent c0ec756 commit ce27e86

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ 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 symbolica integers
19+
- remove additional prints
20+
- remove prints
21+
- update to symbolica 0.14
22+
- update to new symbol api
23+
- update to evaluate api
24+
- New tensor atom core
25+
- Change from Exponent to PositiveExponent for compatibility with latest symbolica
26+
- back to symbolica main
27+
928
## [0.4.1](https://github.com/alphal00p/spenso/compare/v0.4.0...v0.4.1) - 2024-10-26
1029

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