Poetry migration
Close #50 (closed)
-
Add pyproject.toml
-
Move the source files to a src/
folder -
Remove setup.py
,setup.cfg
andMANIFEST.in
-
Release pinned-version dependencies -
Upgrade dependencies versions -
Update README.md
local dev install recommendations to use Poetry. -
Update gitlab-ci.yml
,.readthedocs.yaml
anddocs/makefile
for Poetry config. -
Update docs
examples and pin JUICE version tov300
(to avoid #51 (closed) issue). -
Improve installation document section (#50 (closed)) -
SpicePool
coverage windows are evaluated per-file and not per-window. -
Add a script to trim ck
andspk
kernels files used in the docs. -
Bump JUICE SKD version ( v320_20220725_001
) in the tests. -
Fix colorbar ticks with the latest version of matplotlib ( 3.5.2
) reported in !18 (merged) . -
Migrate to spiceypy 5.1.1
(to fix Apple Silicon issue).
Edited by Benoit Seignovert
Merge request reports
Activity
Filter activity
changed milestone to %Version 0.12
assigned to @bseignovert
- Resolved by Benoit Seignovert
At the moment, we recommend to use Poetry
1.2.0b3
because it supports dependency groups. We need to migrate to a stable version when it will be available.Edited by Benoit Seignovert
mentioned in merge request !18 (merged)
added 2 commits
added 2 commits
- Resolved by Benoit Seignovert
The examples kernels required in the docs (
JUICE
/BEPICOLOMBO
/EnVision
/JUNO
) are now trimmed and hosted separately to reduce significantly their size:830M originals/ 183M trimmed/
This significantly improve the build time on Gitlab CI and RTD.
For now, only the SPK are trimmed with NAIF SPKMERGE utility (see
docs/trim_kernels/
for details). To go further, we need to trimCK
if possible.
added 1 commit
- a619a2e2 - Update readthedocs config to be more verbose
added 1 commit
- 1d7e9535 - Change readthedocs pre_install config [skip ci]
added 1 commit
- a4a51822 - Manually defined virtualenv path location in RTD config [skip ci]
added 1 commit
- afe242f3 - Remove VENV_PATH variable in RTD config [skip ci]
added 1 commit
- 816e0dec - Configure manually the virtualenvs path in RTD config [skip ci]
Please register or sign in to reply