Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.4.2 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2](https://github.com/alphal00p/spenso/compare/v0.4.1...v0.4.2) - 2025-02-11

### Fixed

- fix contraction sparse dense to always obtain a zero
- fixed tensor additions with permutation
- fix atom replace repeat code

### Other

- update to 0.15 symbolica
- update symbolica
- remove warnings
- update asm enum matching
- impl contract for Complex<Rational>
- enable contraction of complex integer
- enable contraction of symbolica integers
- remove additional prints
- remove prints
- update to symbolica 0.14
- update to new symbol api
- update to evaluate api
- New tensor atom core
- Change from Exponent to PositiveExponent for compatibility with latest symbolica
- back to symbolica main

## [0.4.1](https://github.com/alphal00p/spenso/compare/v0.4.0...v0.4.1) - 2024-10-26

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spenso"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Lucien Huber <[email protected]>"]
Expand Down