8000 Comparing 0.3.0...0.3.1 · spacetx/starfish · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spacetx/starfish
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: spacetx/starfish
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.1
Choose a head ref
  • 5 commits
  • 33 files changed
  • 1 contributor

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    52a65e4 View commit details
    Browse the repository at this point in the history
  2. Numpy 1.26 update to support Python 3.12 (#2025)

    * np.product is deprecated in numpy 1.25. Use np.prod instead.
    
    * np.NINF is deprecated in numpy 2.0. Use -np.inf instead.
    
    * updating requirements files for numpy==1.26.4
    
    * Updating tests as quicksort (default) is not stable for columns with same values
    shachafl authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c3b3edb View commit details
    Browse the repository at this point in the history
  3. Release 0.3.0 (#2021)

    * updating CHANGELOG.md for release 0.3.0
    
    * scikit-image version issue: replacing selem with footprint
    
    * adding symbolic link to data folder for osm pipeline example
    
    * skipping starmap pipeline example due to high memory requirements (>32Gb)
    
    * correcting Operating System classifier in setup.cfg
    shachafl authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    64add94 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Adding support to Python 3.12 (#2027)

    * updating versioneer and add python 3.12 to setup files
    
    * add python 3.12 to CI
    
    * fix: python 3.12 flake8 linting error
    
    * removing backslash sequences that raise SyntaxWarning in python 3.12+ when using sphinx-gallery to convert reST to markdown
    
    * add python 3.12 support to docs
    
    * docs: fixes to README.rst loading on PyPI project description (#2029)
    shachafl authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a4fb226 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Updating CHANGELOG.md for release 0.3.1 (#2030)

    * updating CHANGELOG.md for release 0.3.1
    shachafl authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    233b013 View commit details
    Browse the repository at this point in the history
Loading
0