Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Updates the requirements on decorator to permit the latest version.

Changelog

Sourced from decorator's changelog.

5.1.1 (2022-01-07)

Sangwoo Shim contributed a fix so that cythonized functions can be decorated. Brian McFee pointed out an issue in the decorator_apply example and Wim Glenn pointed out that the "fix" in version 5.1 broke decorator.contextmanager even more. Both issues are now solved.

5.1.0 (2021-09-11)

Added a function decoratorx using the FunctionMaker and thus preserving the signature of __code__ objects. Then fixed three small bugs:

  • Sphinx was printing a few warnings when building the documentation, as signaled by Tomasz Kłoczko
  • functions decorated with decorator.contextmanager were one-shot, as discovered by Alex Pizarro.
  • decorator.decorator was not passing the kwsyntax argument.

5.0.9 (2021-05-16)

Fixed a test breaking PyPy. Restored support for Sphinx.

5.0.8 (2021-05-15)

Made the decorator module more robust when decorating builtin functions lacking dunder attributes, like dict.__setitem__.

5.0.7 (2021-04-14)

The decorator module was not passing correctly the defaults inside the *args tuple, thanks to Dan Shult for the fix. Also fixed some mispellings in the documentation and integrated codespell in the CI, thanks to Christian Clauss.

5.0.6 (2021-04-08)

The decorator module was not copying the module attribute anymore. Thanks to Nikolay Markov for the notice.

5.0.5 (2021-04-04)

Dropped support for Python < 3.5 with a substantial simplification of the code base (now building a decorator does not require calling "exec"). Added a way to mimic functools.wraps-generated decorators. Ported the Continuous Integration from Travis to GitHub.

4.4.2 (2020-02-29)

Sylvan Mosberger (https://github.com/Infinisil) contributed a patch to some doctests that were breaking on NixOS. John Vandenberg (https://github.com/jayvdb) made a case for removing the usage

... (truncated)

Commits
  • ad013a2 Updated changelog and bumped version to 5.1.1
  • 5a20232 Fixed implementation of decorator_apply
  • 9cf8151 Merge pull request #137 from borishim/master
  • 5478aa3 Check with inspect.routine()
  • d5d65ad Merge branch 'master' of github.com:micheles/decorator
  • baf1297 Fixed the ContextManager
  • f3daf42 Merge pull request #135 from arthurzam/master
  • a3a8c1d setup.cfg: Replace dashes with underscores
  • d37eebc Merge pull request #134 from hugovk/master
  • 7002507 Add support for Python 3.10
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [decorator](https://github.com/micheles/decorator) to permit the latest version.
- [Release notes](https://github.com/micheles/decorator/releases)
- [Changelog](https://github.com/micheles/decorator/blob/master/CHANGES.md)
- [Commits](micheles/decorator@decorator-3.4.0...5.1.1)

---
updated-dependencies:
- dependency-name: decorator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 18, 2022
@dependabot dependabot bot changed the base branch from master to main July 19, 2022 13:34
scottgigante-immunai added a commit that referenced this pull request Oct 13, 2022
* init spatial

* spatial decomposition

* init cleanup

* run precommit

* README update

* updated readme

* api update

* pre-commit

* readme update

* api stylefix

* pre-commit

* metrics update

* linting

* pre-commit

* black

* linting fix

* pre-commit

* cleanup

* cleanup

* linting

* linting

* task name change

* Rctd (#6)

Co-authored-by: almaan <[email protected]>

* add stereoscope - nnls - nusvr - vanillanmf - nmfreg (#4)

Co-authored-by: Hirak Sarkar <[email protected]>

* Seurat (#8)

Co-authored-by: almaan <[email protected]>

* adding simulation (#7)

Co-authored-by: giovp <[email protected]>
Co-authored-by: almaan <[email protected]>

* reorder requirements

* Update mse.py

* update R2 description

* review comments, populated __init__.py files for import

* update import statements

* fix label dataset

* Specify image

* fix random

* fix labels

* pre-commit

* add test=False

* add synth data from destVI

* remove logger

* return spatial reference in correct format

* specify cell type label

* add destVI simulation to datasets

* fix random

* fix nusvr

* fix stereoscope

* added destvi

* added destvi

* try fix data generation

* fix from previous delete

* add scvitools version

* Synthetic data generation (#9)

* tangram first

* tangram first

* tangram first

* tangram first

* flake8 + isort _destvi_utils

* tangram update; pancreas add string index

* tangram update; pancreas add string index

* tangram update; pancreas add string index; n_obs = 1000 in synth data

* tangram update; pancreas add string index; n_obs = 1000 in synth data

* new synth

* add tangram-sc to docker

* new synth approach

* new synth approach

* new synth approach

* new synth approach

* new synth approach

* new synth approach

* new synth approach

* new synth approach

* pancreas subset integer; comment pancreas dataset [skip actions]

* pancreas subset integer; comment pancreas dataset [skip actions]

* pancreas subset integer; comment pancreas dataset [skip actions]

* pancreas subset integer; comment pancreas dataset [skip actions]

* pancreas subset integer; comment pancreas dataset [skip actions]

* merge and split sc and st data

* merged anndata in methods

* merged anndata in methods

* fix destvi

* add code reference

* shorten

* Update openproblems/tasks/spatial_decomposition/_utils.py

Co-authored-by: Giovanni Palla <[email protected]>

* Update openproblems/tasks/spatial_decomposition/datasets/_sc_to_sp_utils.py [skip actions]

Co-authored-by: Giovanni Palla <[email protected]>

* Update openproblems/tasks/spatial_decomposition/datasets/_sc_to_sp_utils.py [skip actions]

Co-authored-by: Giovanni Palla <[email protected]>

* Update openproblems/tasks/spatial_decomposition/datasets/_sc_to_sp_utils.py  [skip actions]

Co-authored-by: Giovanni Palla <[email protected]>

* comment fix

* comment fix

* fix pancreas dataset

* update readme

* fix destvi genertaion

* fix sparse

* minor fix

* drop csr_matrix; fix double merge of anndata; update seurat v3

* updates

* fix test for sparse arrays

* test=False

* add geos to r-extras

* geos before r install

* add software-properties-common

* add python-software-properties

* add RUN before command

* rm geos from r-base

* fix merging of anndata by pinning higher version

* revert back anndata

* fix obs_names and pin anndata

* try to add swap

* reduce number of spatial spots

* remove swap

* reduce obs

* remove swap

* remove step in CI

* decrease dataset size

* remove sparse

* remove copy

* remove datasets

* remove datasets from init

* address scott comments

* skip all pancreas

* fix import

* remove destiv

* Merge `main` into `synthetic-data-generation` (#10)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: MalteDLuecken <[email protected]>
Co-authored-by: Scott Gigante <[email protected]>
Co-authored-by: SingleCellOpenProblems <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Strobl <[email protected]>

* change test

* fix from_cache

* pre-commit

* update data generation to remove inf

* change test

* check task

* resolve suggestions from scott

Co-authored-by: almaan <[email protected]>
Co-authored-by: Giovanni Palla <[email protected]>
Co-authored-by: Scott Gigante <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: MalteDLuecken <[email protected]>
Co-authored-by: SingleCellOpenProblems <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Strobl <[email protected]>

* Remove duplicate line

* Fill in baseline decorator

* Check R version of seurat

* pre-commit

* Remove reference to __from_cache__

* Clean up proportions assert

* pre-commit

* set merge='unique' to retain uns

* fixes from scott comments

* Fix code_version for new API

* Set `max_epochs` on `test`

* pre-commit

* Temporarily remove destvi

* Add dataset metadata fields

* Add task summary

* Temporarily remove steroscope

* pre-commit

* Fix typo

* Copy `uns`

* fix uns_merge to include _from_cache

* convert NaNs in categorical dtypes

* convert string dtypes

* bump tangram-sc

* fix string dtypes

* convert strings to categoricals inside pancreas

* change api label to str

* obsm cannot be pd.DataFrame

* revert anndata change

* fix rctd

* fix R2

* fix lots of things

* fix nmfreg and sample method

* address scott comments

* add metadata attribute decorator

* Update r_requirements.txt

* Handle comments in `r_requirements.txt`

* Rename spacexr

* Move API below metrics

* Rename NNLS

* Fix RCTD code URL

* Set n_pcs in RCTD python call

* Revert 2077c35

* Set n_pca in seuratv3.py

* use `n_pcs` in seuratv3.R

* Split string rather than skipping QA

* Shorten line lengths

* shorten line lengths

* Clean up comment

* Delete pbmc3k_raw.h5ad

* Rename R2.py to r2.py

* Fix reference to r2.py

* pre-commit

* Rename sc_to_sp.py to pancreas.py

* Rename _sc_and_sp_utils.py to utils.py

* rename _utils.py to utils.py

* pre-commit

* import all pancreas datasets

* fix typo

* fix namespace clash

* need to pass test arg

* fix method name (0_1 -> 0_5)

* check tower auth explicitly

* filter genes and cells

* filter_genes_cells is in-place

* remaining todos from scott

* add destvi dataset

* delete scvi models and dataset

* fix shell string

* one more syntactic fix

* Add tangram to readme

* Specify cell types in description

* pre-commit

* Better dataset descriptors

* Clean up

* Split don't skip

* handle random_state

* Fix doi URL

* Move import inside

* Shorten line lengths

* Remove commented imports

* Shorten descriptors

* Fix seuratv3 URL

* Remove unused projection_type arg

* Remove unused toarray

* Remove unused toarray

* Update vanillanmf.py

* Remove unused DataFrame handler

* Remove unused categorical handler

* Remove unused pandas import

* update nmfreg

* fix nmfreg

* fix vanilla

* fix nmf

* fix alpha

* rctd

* pre-commit

* add dataset_reference

* shorten line lengths

* document PYTEST_MAX_RETRIES

* Allow 429 too many requests

Co-authored-by: almaan <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alma Andersson <[email protected]>
Co-authored-by: Hirak Sarkar <[email protected]>
Co-authored-by: Daniel Burkhardt <[email protected]>
Co-authored-by: Scott Gigante <[email protected]>
Co-authored-by: MalteDLuecken <[email protected]>
Co-authored-by: SingleCellOpenProblems <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Strobl <[email protected]>
Co-authored-by: Scott Gigante <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant