Release version 0.2.0
Major changes in v0.2.0
- SVD model files previously stored in
.pkl
format now use.joblib
to save space, (de)compress implicitly and increase read/write speed - The gitlab repo has been updated with these files but also retains the
pkl
files for backward-compatibility - The zenodo repo has been deprecated due to file size/number limitations. The repo is still up but will not be accessed by NMMA code
- The latest code will raise an error if
--local-only
is set and nojoblib
files have been downloaded. Local workflows should remove this flag temporarily to download the needed files from gitlab
What's Changed
- change the order of urls in pyproject.toml by @sahiljhawar in #321
- Add cff by @sahiljhawar in #324
- Doker file for NMMA by @FabioRagosta in #322
- Only run docker CI/website deploy workflows on primary repo by @bfhealy in #325
- Redefine default filters for make_lcs scripts by @bfhealy in #327
- Restrict to Python < 3.12 by @sahiljhawar in #328
- Update pyproject.toml by @sahiljhawar in #329
- Switch pickle model format to joblib by @bfhealy in #290
- Adding functionality for using Bayestar fit input for inclination by @tsunhopang in #330
Full Changelog: 0.1.4...0.2.0