-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved more search options to the retired folder
Added a lot more default options so that fewer settings have to be specified Fixed some spelling errors Bumped the version number Still working on fixing some glitches with MCMC for the tutorial create_spline now uses an optimizer to find the appropriate cutoff frequency for smoothing, will test on some experimental data to see how well this works out
- Loading branch information
Showing
21 changed files
with
82 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
joblib | ||
addict | ||
emcee | ||
joblib>=0.14.0 | ||
addict>=2.2.1 | ||
emcee>=2.2.1 | ||
SAlib | ||
corner | ||
deap | ||
scoop | ||
psutil | ||
openpyxl | ||
numpy | ||
scipy | ||
matplotlib | ||
pandas | ||
h5py | ||
CADET | ||
seaborn | ||
corner>=2.0.1 | ||
deap>=1.3.0 | ||
scoop>=0.7 | ||
psutil>=5.6.3 | ||
openpyxl>=3.0.0 | ||
numpy>=1.16.2 | ||
scipy>=1.3.1 | ||
matplotlib>=3.1.1 | ||
pandas>=0.25.1 | ||
h5py>=2.10.0 | ||
CADET>=0.2 | ||
seaborn>=0.9 | ||
sklearn | ||
scikit-learn>=0.21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.