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

REL: Release version 0.7.1 #136

Merged
merged 25 commits into from
May 22, 2020
Merged

REL: Release version 0.7.1 #136

merged 25 commits into from
May 22, 2020

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    30a419e View commit details
    Browse the repository at this point in the history
  2. MNT: Tidy up test code

    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    4a4f5ea View commit details
    Browse the repository at this point in the history
  3. TST: Change neuropil tests to check convergence with many iter

    and not to just test one iteration. The results of the previous
    test were too stringent and changed when scikit-learn moved from
    version 0.22.2.post1 to 0.23.0.
    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    47ffa67 View commit details
    Browse the repository at this point in the history
  4. ENH: Load all polygon-like rois

    All ROI types which possess x, y and n attributes are handled in
    the same way as a polygon ROI, constructing a polygon using the
    points supplied.
    ROI types "freehand", "freeline", "multipoint", "point", "polygon",
    "polyline", and "trace" are now handled correctly.
    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    5670c48 View commit details
    Browse the repository at this point in the history
  5. BUG: y-values of rectangle polygon co-ordinates

    Co-ordinates in ImageJ have top at 0, so it should be
    bottom = top + height. Previously it was as if bottom was at 0,
    and the result was incorrect polygon y co-ordinates.
    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    aaf28f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6f7a57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d8c8bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89fcea9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fec0fee View commit details
    Browse the repository at this point in the history
  10. TST: Need to handle msg argument when using addTypeEqualityFunc

    When we use `np.assert_all_close` using `self.assertEqual` as
    declared with `addTypeEqualityFunc`, it is passed a `msg` argument
    which `np.assert_all_close` doesn't accept. So we need to
    ferry this argument away.
    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    7560f53 View commit details
    Browse the repository at this point in the history
  11. TST: Add assert_equal_dict_of_array

    For checking two dictionaries of numpy.ndarrays are the same.
    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b232544 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    965c664 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7986f44 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d8454b4 View commit details
    Browse the repository at this point in the history
  15. DEP: Bump skimage to >=0.13.0

    This is when the rotation argument was added to
    skimage.draw.ellipse.
    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    eabcba1 View commit details
    Browse the repository at this point in the history
  16. MNT: Raise an error when reading point roi on Py2

    We don't deal with the potential superresolution in the
    pixel locations, and so the output is incorrect.
    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    479d575 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    58bb53a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    86258a2 View commit details
    Browse the repository at this point in the history
  19. CI: Disable suite2p tests

    Their release is not compatible with the latest skimage==0.17.2.
    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    099858b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0d6dd66 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9f0a740 View commit details
    Browse the repository at this point in the history
  22. CI: Push to codecov with bash script, not python script

    Having problems pushing with the python script (installed via pip)
    and it seems like the big name python packages (numpy, pytest)
    tend to use the bash script instead, which is working for them.
    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    8749860 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9263541 View commit details
    Browse the repository at this point in the history
  24. REL: Version 0.7.1

    scottclowe committed May 22, 2020
    Configuration menu
    Copy the full SHA
    cfa5191 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    073fa5a View commit details
    Browse the repository at this point in the history