Spacekit v1.0.0
What's Changed
skopes/jwst/cal/predict by @alphasentaurii in #37
- added new skope for jwst calibration pipeline resource prediction modeling
jwst/minimal-install by @alphasentaurii in #38
- Default installation is a minimal set of dependencies. To install all dependencies, users must now use
pip install spacekit[x]
compute/use-npz-instead-of-pickle by @alphasentaurii in #39
- Model training results files use compressed numpy files (.npz) and .csv instead of pickle.
preprocessor/skytransformer by @alphasentaurii in #40
- New class for estimating pixel offset calculations for a Level 3 image product using fiducial values of Level 1 exposures
pytest/compatibility-checks by @alphasentaurii in #41
- Compatibility updates for python 3.10 and 3.11 (backwards compatible with 3.9)
skopes/jwst-predict-tests by @alphasentaurii in #42
- New tests added for JWST skope and dependent scripts.
- Tests modified to reflect updates made to HST skopes and models being renamed
Full Changelog: 0.4.1...1.0.0