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

Update documentation to reflect patsy requirement #245

Merged
merged 1 commit into from
Nov 4, 2022
Merged

Conversation

edaub
Copy link
Collaborator

@edaub edaub commented Sep 13, 2022

A previous major upgrade added patsy as a requirement rather than an optional dependency. The documentation (readme and installation page on the sphinx docs) now have been updated to reflect this. Fixes #233 and #241.

Changes in this PR:

  • Update to README.md
  • Update to docs/intro/installation.rst

A previous major upgrade added patsy as a requirement rather
than an optional dependency. The documentation (readme and
installation page on the sphinx docs) now have been updated to
reflect this.
@edaub edaub changed the base branch from main to v0.7.2rc November 4, 2022 15:12
@edaub edaub merged commit c42cbe8 into v0.7.2rc Nov 4, 2022
@edaub edaub deleted the fix/patsy_docs branch November 4, 2022 15:12
edaub added a commit that referenced this pull request Nov 4, 2022
* added bugfix to delete GPU .so file committed to devel to bugfix release on main

* Update documentation to reflect patsy requirement (#245)

A previous major upgrade added patsy as a requirement rather
than an optional dependency. The documentation (readme and
installation page on the sphinx docs) now have been updated to
reflect this.

* Reduce memory usage in gKDR (#244)

* Test that a larger gKDR example can run

* Reduce memory footprint in gKDR with an explicit loop

* Use cholesky/cho_solve instead of general linear solver

- Possible since the regularized Gram matrix is Hermitian

- Use some more descriptive variable names

* Add explanatory docstring

* Generate deterministic test data for 'large' gKDR test

* Additional docstrings

* Use cho_factor instead of cholesky, which simplifies immediate calls to cho_solve

Co-authored-by: ots22 <ots22@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

Update readme
1 participant