index
:
szilagyi
master
Software implementation of Szilagyi Waterspout Index
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-08
Enabled versioning mechanism from setuptools_scm
Aki
2022-09-08
Wrote package description
Aki
2022-09-08
Marked nomogram module as private
Aki
2022-09-08
Extended testing samples
Aki
2022-09-07
Added error checking to public interface of the package
Aki
2022-09-06
Added stub tests to package
Aki
2022-09-05
Added missing init for main package
Aki
2022-09-04
Removed unused imports from plots
Aki
2022-09-04
Cleaned up plots module
Aki
2022-09-04
Refactored edge cases handling
Aki
2022-09-04
Vector now supports x and y properties to wram real and imag
Aki
2022-09-03
Moved all calculation logic to nomogram
Aki
2022-09-03
Cleaned-up _dataset module a bit
Aki
2022-09-03
Dataset is now loaded along the module
Aki
2022-09-03
Moved Vector to dataset
Aki
2022-09-03
Moved dataset loading function to dataset module
Aki
2022-09-02
Marked dataset as private
Aki
2022-08-31
Wrapped points into a class
Aki
2022-08-30
Filled SWI -10 dataset with more entries
Aki
2022-08-30
Included dataset in the package
Aki
2022-08-30
Extracted plots related stuff to own submodule
Aki
2022-08-30
Wrapped script in a setup.py package
Aki
2022-08-30
Added python cache directory to ignore list
Aki
2022-08-28
Implemented naive interpolation for continuous SWI values
Aki
2022-08-27
Refactored segment searching method
Aki
2022-08-26
The example plot is a bit interactive now
Aki
2022-08-26
Implemented finding candidates for boundaries
Aki
2022-08-26
Implemented stub that plots the dataset
Aki