Skip to content
Merged
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## [0.1.3] - 2025-09-20

### Changed

- Updated `CITATION.bib` (just very minor tweaks) (#62).
- Changed the main header in `README.md` from 'SDiagonalizability' to the more idiomatic 'SDiagonalizability.jl' (#61).

### Fixed
Expand Down Expand Up @@ -47,7 +50,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

- Released the initial stable version of the package.

[unreleased]: https://github.com/GraphQuantum/SDiagonalizability.jl/compare/v0.1.2...HEAD
[unreleased]: https://github.com/GraphQuantum/SDiagonalizability.jl/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.3
[0.1.2]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.2
[0.1.1]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.1
[0.1.0]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://graphquantum.github.io/SDiagonalizability.jl/"
maintainers = ["Luis M. B. Varona <[email protected]>"]
readme = "README.md"
repository = "https://github.com/GraphQuantum/SDiagonalizability.jl"
version = "0.1.2"
version = "0.1.3"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<tr>
<td>Metadata</td>
<td>
<img src="https://img.shields.io/badge/version-v0.1.2-pink.svg" alt="Version">
<img src="https://img.shields.io/badge/version-v0.1.3-pink.svg" alt="Version">
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-A31F34.svg" alt="License: MIT"></a>
<a href="https://github.com/JuliaDiff/BlueStyle"><img src="https://img.shields.io/badge/code%20style-blue-4495d1.svg" alt="Code Style: Blue"></a>
</td>
Expand Down Expand Up @@ -275,7 +275,7 @@ The latest citation information may be found in the [CITATION.bib](https://raw.g

## Project status

The latest stable release of *SDiagonalizability.jl* is v0.1.2. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.2.0) in the near future.
The latest stable release of *SDiagonalizability.jl* is v0.1.3. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.2.0) in the near future.

## Credits

Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CurrentModule = SDiagonalizability
<tr>
<td>Metadata</td>
<td>
<img src="https://img.shields.io/badge/version-v0.1.2-pink.svg" alt="Version">
<img src="https://img.shields.io/badge/version-v0.1.3-pink.svg" alt="Version">
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-A31F34.svg" alt="License: MIT"></a>
<a href="https://github.com/JuliaDiff/BlueStyle"><img src="https://img.shields.io/badge/code%20style-blue-4495d1.svg" alt="Code Style: Blue"></a>
</td>
Expand Down Expand Up @@ -283,7 +283,7 @@ The latest citation information may be found in the [CITATION.bib](https://raw.g

## Project status

The latest stable release of *SDiagonalizability.jl* is v0.1.2. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.2.0) in the near future.
The latest stable release of *SDiagonalizability.jl* is v0.1.3. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.2.0) in the near future.

## Credits

Expand Down