Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft release notes for v2.0 #409

Open
ctb opened this issue May 24, 2021 · 1 comment
Open

Draft release notes for v2.0 #409

ctb opened this issue May 24, 2021 · 1 comment

Comments

@ctb
Copy link
Member

ctb commented May 24, 2021

git log --oneline v1.3..latest

Major changes for v2.0

With this v2.0 release, we've fixed several significant bugs, added thorough documentation, added several major new features and a variety of scripts, cleaned up the code base a fair bit, decreased memory usage by about 25%, and added many tests!

If you've been using spacegraphcats v1.x, the command line has changed - the main difference is that you now must specify at least one target before the config file. That is, instead of

python -m spacegraphcats <config file> <target> [<more targets>...]

you now run

python -m spacegraphcats <target> <config file> [<more targets>...]

We don't have a migration guide per se, but you can see the set of changes for the base pipeline in our paper here.

Please note that the file formats and locations have changed, so you'll need to rebuild any and all of your indexes.


Major new features:

Bug fixes:

Major refactoring and new internal functionality:

Documentation enhancements:

Refactoring and cleanup:

@ctb
Copy link
Member Author

ctb commented May 24, 2021

editing here https://hackmd.io/jpNLHzl9SWqOuFFXu3N44A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant