Skip to content

Commit

Permalink
Beta release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yufongpeng committed Dec 7, 2023
1 parent 42ada1d commit 4f01e8c
Show file tree
Hide file tree
Showing 153 changed files with 1,927 additions and 1,272 deletions.
10 changes: 7 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name = "Calibration"
name = "QuantitativeAnalysis"
uuid = "3ed48883-6809-43ec-b77a-d23b0650d8c4"
authors = ["Yu-Fong Peng <[email protected]>"]
version = "1.0.0-DEV"
version = "0.2.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
julia = "1.9"
CSV = "0.10"
Dictionaries = "0.3"
GLM = "1.9"
TypedTables = "1.4"
ThreadsX = "0.1"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
195 changes: 118 additions & 77 deletions README.md

Large diffs are not rendered by default.

241 changes: 0 additions & 241 deletions src/Calibration.jl

This file was deleted.

Loading

0 comments on commit 4f01e8c

Please sign in to comment.