You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue lays out the things I'd like to push out for the 5.0.0 release. All developments will be done in 5.0.0-dev, and when we're ready, PR to master.
New installation practices, CI/CD
Use poetry for dependencies; migrate to pyproject.toml instead of the crazy setup.py currently. Poetry install #31
This issue lays out the things I'd like to push out for the 5.0.0 release. All developments will be done in
5.0.0-dev
, and when we're ready, PR tomaster
.New installation practices, CI/CD
poetry
for dependencies; migrate topyproject.toml
instead of the crazysetup.py
currently. Poetry install #31Better abstraction for spectral assignment
AssignmentSession
. Currently not very maintainable.analysis
module; also not very maintainable.Renewed interface to SPCAT
Footnotes
The neural network stuff should be optional, as
torch
is massive. Similarly, testing suites fordev
. ↩The text was updated successfully, but these errors were encountered: