Skip to content

Commit

Permalink
bump version to 2024.06
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin committed Jul 4, 2024
1 parent fcac40c commit 22d277d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions allantools/allantools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
Version history
---------------
**2024.06**
- fix import scipy.integrate.simpson
**2024.04**
- ITU PRC, PRTC, ePRTC masks for TDEV and MTIE in new file mask.py
- psd2allan() - convert PSD to ADEV/MDEV
Expand Down
9 changes: 5 additions & 4 deletions allantools/allantools_info.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "AllanTools",
"version": "2024.04",
"version": "2024.06",
"description": "Allan deviation and related time/frequency statistics",
"copyright": "2014-2024, Anders E. E. Wallin",
"main_author": "Anders E. E. Wallin",
"main_author_email" : "anders.e.e.wallin@gmail.com",
"url": "https://github.com/aewallin/allantools",
"license" : "LGPLv3+",
"authors": [
"Anders E. E. Wallin (anders.e.e.wallin \"at\" gmail.com)",
"Danny C. Price (https://github.com/telegraphic)",
"Cantwell G. Carson (carsonc \"at\" gmail.com)",
"Anders E. E. Wallin (anders.e.e.wallin \"at\" gmail.com)",
"Danny C. Price (https://github.com/telegraphic)",
"Cantwell G. Carson (carsonc \"at\" gmail.com)",
"F. Meynadier (https://github.com/fmeynadier)"
]
}

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "AllanTools"
version = "2024.04"
version = "2024.06"
dependencies = [
"numpy",
"scipy>=1.6.0",
Expand Down

0 comments on commit 22d277d

Please sign in to comment.