Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed Jul 1, 2021
1 parent a7fc928 commit 148d019
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 168 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased]
## [1.0.0] - 2021-07-01
### Added
- Added version macros `SPECTRA_MAJOR_VERSION`, `SPECTRA_MINOR_VERSION`,
`SPECTRA_PATCH_VERSION`, and `SPECTRA_VERSION` that are included by all eigen solvers
Expand Down Expand Up @@ -52,7 +52,7 @@
- More sensible test for orthogonality in generating new random vectors in the
`Lanczos` and `Arnoldi` processes
- In symmetric eigen solvers large shifts are applied first to increase precision
- Updated the included [Catch2](https://github.com/catchorg/Catch2) to v2.13.4
- Updated the included [Catch2](https://github.com/catchorg/Catch2) to v2.13.6


## [0.9.0] - 2020-05-19
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@



> **NOTE**: If you are interested in the future development of Spectra, please join
> [this thread](https://github.com/yixuan/spectra/issues/92) to share your comments and suggestions.
> **NOTE**: Spectra is moving to the 1.0.0 release, with a lot of
> **NOTE**: Spectra 1.0.0 is released, with a lot of
> API-breaking changes. Please see the [migration guide](MIGRATION.md)
> for a smooth transition to the new version.
> **NOTE**: If you are interested in the future development of Spectra, please join
> [this thread](https://github.com/yixuan/spectra/issues/92) to share your comments and suggestions.
[**Spectra**](https://spectralib.org) stands for **Sp**arse **E**igenvalue **C**omputation **T**oolkit
as a **R**edesigned **A**RPACK. It is a C++ library for large scale eigenvalue
problems, built on top of [Eigen](http://eigen.tuxfamily.org),
Expand Down Expand Up @@ -251,7 +251,7 @@ cmake .. -DCMAKE_INSTALL_PREFIX='intended installation directory' -DCMAKE_PREFIX
make all && make tests && make install
```

By installing Spectra in this way, you also create a CMake target 'Spectra::Spectra' that can be used in subsequent build procedures for other programs.
By installing **Spectra** in this way, you also create a CMake target `Spectra::Spectra` that can be used in subsequent build procedures for other programs.

## License

Expand Down
Loading

0 comments on commit 148d019

Please sign in to comment.