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

V1.3.0 #18

Merged
merged 15 commits into from
Feb 18, 2025
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
project(
fstats
LANGUAGES Fortran
VERSION 1.2.6
VERSION 1.3.0
)

# Confgiure everything
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ Here is a list of external code libraries utilized by this library. The CMake b
- Special Functions
- Allan Variance
- Smoothing
- Experimental Design
- Experimental Design
- Markov Chain Monte Carlo
Loading