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

Release 3.3.0 #1051

Merged
merged 9 commits into from
Sep 29, 2023
Merged

Release 3.3.0 #1051

merged 9 commits into from
Sep 29, 2023

Commits on May 23, 2023

  1. Added Python 3.11 (#1039)

    * add python 3.11
    
    * fix numba dep warning
    bdpedigo committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e6be5bc View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    39f83ae View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Updated heatmap (#750)

    * test pytest ini
    
    * add binary_heatmap, updates to tutorial notebook
    
    * test plotting
    
    * re-add pytest.ini
    
    * Update plot.py
    
    Fix a few bugs
    
    * add new tests
    
    * Update setup.cfg
    
    * remove binary_heatmap
    
    * mpl version req back to normal
    
    * remove binary_heatmap import
    
    * black
    
    * formatting fix
    
    ---------
    
    Co-authored-by: Benjamin Pedigo <benjamindpedigo@gmail.com>
    loftusa and bdpedigo committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4499f7c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Fixed bugs in type specifications from Numpy 1.25 release (#1047)

    * attempted fix for matrix type erroring
    
    * fix spec of csr_array
    
    * add a random seed
    
    * remove isspmatrix
    
    * fix a type check
    
    * black
    bdpedigo committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4f91f1f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Added option for more efficient graph matching matrix operations (#1046)

    * more efficient graph matching matrix operations
    
    * fix formatting
    
    * remove an unused import (unrelated)
    
    * expose fast kwarg to user, docs
    
    * run black formatter
    
    * add typehint
    
    * fix mypy
    
    ---------
    
    Co-authored-by: bkj <ben@jataware.com>
    Co-authored-by: bdpedigo <benjamindpedigo@gmail.com>
    3 people committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ba74fdb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Added an ax argument for screeplot

    * Add ax argument to screeplot (now returns None)
    
    * add a return value for screeplot()
    
    * Refactored for best practices
    kidkoder432 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9663ff7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Fixed Matplotlib 3.8 compatibility issues (#1049)

    * specify angle as kwarg
    
    * try removing some maybe unnecessary code?
    
    * fight with mypy
    
    * black
    
    * fix sorts
    
    * try switch to explain
    
    * fix intersphinx
    
    * other instances of wrong tutorial intersphinx
    bdpedigo committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a457a48 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. 3.3.0 release prep (#1050)

    * add release notes
    
    * bump version
    bdpedigo committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a9761d7 View commit details
    Browse the repository at this point in the history
  2. Resolved merge conflicts

    bdpedigo committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    50f0842 View commit details
    Browse the repository at this point in the history