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

Version 0.8.0 #124

Merged
merged 44 commits into from
May 28, 2024
Merged

Version 0.8.0 #124

merged 44 commits into from
May 28, 2024

Conversation

RMeli
Copy link
Owner

@RMeli RMeli commented May 28, 2024

Version 0.8.0

Date: 28/05/2024
Contributors: @RMeli

Added

Improved

Changed

Removed

RMeli and others added 12 commits March 11, 2024 23:41
* Update graph.py to support set_backend function
I also made a fuction to see the available backends and get the current backend

* Apply private _available_backends suggestions from code review

This commit contains the suggested changes regarding making the available_backends variable private, and refactoring the get_available_backends method to available_backends

Co-authored-by: Rocco Meli <[email protected]>

* Print warning when backend is already set + make sure we use _available_backends everywhere where possible

* remove reliance on environment variables

* make _validate_backend function
print warning when a certain backend isn't installed

* Use precommit hooks
add __all__ back
refactor _alias_backendDict to _alias_to_backend

* Update ValueError message

Co-authored-by: Rocco Meli <[email protected]>

* Don't return the backend when setting it

Co-authored-by: Rocco Meli <[email protected]>

* Add dummy function to make mypy happy
remove __all__ assignment

* fist play with rustworkx backend

* add documentation for backend selection

* add cli backend selection

* cleanup

* changelog

* apply @Jnelen suggestion and add warning filter

* make molecule test also more robust

* add rx to ci

* add rustworkx to all backends tests

* add back graphtool

* add rx to test all backends and add verbose mode

* Update test_molecule.py

---------

Co-authored-by: jnelen <[email protected]>
Co-authored-by: Jochem Nelen <[email protected]>
* Update .readthedocs.yml

* rm duplicate key
* move backend tests

* avoid cached parametrization

* remove conda configs

* make all tests work

* remove mols in favour of fixtures

* make molecules fixtures

* avoid graph-tool on windows

* simplify ci

* mention pip explicitly

* reset backend for good measure

* try no space

* windows

* changelog

* reset backend for every test

* add warning test

* Apply suggestions from code review

* format
This reverts commit 78effb8.
* install rustworkx by default with pip

* update readme

* docs and pyproject toml
@RMeli RMeli self-assigned this May 28, 2024
@RMeli RMeli merged commit 98c5752 into master May 28, 2024
76 checks passed
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.

3 participants