Recent Releases of groupyr

groupyr - Release v0.3.4

0.3.4 (September 11, 2024)

  • Vendorize copt (#88)
  • Try to upgrade numpy to 1.22.4 (#86)
  • Upgrade the elements of the GHA for upload to pypi. (#84)
  • Don't pin the numpy version. (#85)
  • Upgrades Python support (#83)

- Python
Published by github-actions[bot] over 1 year ago

groupyr - Release v0.3.3

v0.3.3 (February 22nd, 2024)

Updates the dependencies to the latest versions, including Python versions that are supported (now 3.10 and 3.11).

- Python
Published by github-actions[bot] about 2 years ago

groupyr - Release v0.3.2

v0.3.2 (March 27, 2023)

  • Update copt to most recent. (#81)

- Python
Published by github-actions[bot] almost 3 years ago

groupyr - Release v0.3.1

v0.3.1 (March 27, 2023)

- Python
Published by github-actions[bot] almost 3 years ago

groupyr - Release v0.3.0

v0.3.0 (March 21, 2023)

  • Resolve dependency versions (#79)

- Python
Published by github-actions[bot] almost 3 years ago

groupyr - Release v0.2.7

v0.2.7 (June 19, 2022)

  • BF: Update joblib parallel args (#74)
  • Limit verbatim quotation in documentation of sample generators (#72)

- Python
Published by github-actions[bot] over 3 years ago

groupyr - Release v0.2.6

v0.2.6 (February 10, 2022)

  • DEP: Loosen dependencies (#70)
  • Add an "all" installation rule. (#69)
  • Add scoring param to SGLCV (#68)
  • Change the key name to only have one underscore. (#66)
  • Add getfeaturenames to transformers and PCA classes (#64)

- Python
Published by github-actions[bot] about 4 years ago

groupyr - Release v0.2.5

v0.2.5 (July 27, 2021)

  • ENH: Add GroupResampler (#62)
  • ENH: Add select_intersection kwarg to transformers (#61)
  • ENH: Add GroupAggregator, tests, and doc API (#59)

- Python
Published by github-actions[bot] over 4 years ago

groupyr - Release v0.2.4

v0.2.4 (June 22, 2021)

  • Add sgl_path example to the documentation (#58)
  • Add GroupPCA, and supervised PCA variants (#55)

- Python
Published by github-actions[bot] over 4 years ago

groupyr - Release v0.2.3

v0.2.3 (March 17, 2021)

  • ENH: Add GroupFPCA (#48)
  • ENH: Add group transformers (#51)
  • DOC: Update README.md with JOSS article info (#53)
  • DOC: One typo (#52)
  • CI: Only publish docs to GitHub pages for one Python version (#49)

- Python
Published by github-actions[bot] almost 5 years ago

groupyr - Release v0.2.2

v0.2.2 (February 24, 2021)

  • Micro release to accompany publication of JOSS paper

- Python
Published by github-actions[bot] about 5 years ago

groupyr - Release v0.2.1

v0.2.1 (February 21, 2021)

  • DEP: Loosen dependency requirements (#46)
  • DOC: Add groupyr/group-lasso comparison example (#44)
  • Move matplotlib dependency to dev option (#45)
  • DOC: Add author contributions using the CRediT taxonomy (#42)
  • DOC: Add help target to makefile to make is self-documenting (#43)
  • ENH: Add lightning and group-lasso citations to paper (#41)
  • DEP: remove ipywidgets from setup.cfg dependencies (#40)
  • Remove redundant paper reference (#38)

- Python
Published by github-actions[bot] about 5 years ago

groupyr - Release v0.2.0

v0.1.10 (December 10, 2020)

  • FIX: Assign error_score in BayesSearchCV (#34)

- Python
Published by github-actions[bot] about 5 years ago

groupyr - Release v0.1.10

v0.1.10 (December 10, 2020)

  • FIX: Assign error_score in BayesSearchCV (#34)

- Python
Published by github-actions[bot] about 5 years ago

groupyr - Release v0.1.9

v0.1.9 (December 09, 2020)

  • ENH: Use sglscoringpath instead of sklearn's pathresiduals (#33)
  • FIX: Sets bayesoptimizer to None when "grid" strategy is used (#32)

- Python
Published by github-actions[bot] about 5 years ago

groupyr - Release v0.1.8

v0.1.8 (December 05, 2020)

  • ENH: Add BayesSearchCV option to SGLCV and LogisticSGLCV (#31)

- Python
Published by github-actions[bot] about 5 years ago

groupyr - Release v0.1.7

v0.1.7 (October 26, 2020)

  • ENH: Use joblib Parallel instead of custom _ProgressParallel wrapper (#28)

- Python
Published by github-actions[bot] over 5 years ago

groupyr - Release v0.1.6

v0.1.6 (October 22, 2020)

  • DOC: Fix mathjax rendering in documentation (#27)

- Python
Published by github-actions[bot] over 5 years ago

groupyr - Release v0.1.5

v0.1.5 (October 15, 2020)

  • ENH: Speed up SparseGroupL1.prox() (#23)

- Python
Published by github-actions[bot] over 5 years ago

groupyr - Release v0.1.4

v0.1.4 (October 09, 2020)

  • DOC: Update citation instructions (#22)
  • STY: Prefer python -m pip over pip. Also use taxicab random_state instead of 42 (#21)
  • FIX: Use classifier=True in check_cv for LogisticSGLCV (#20)
  • MAINT: Automatically update zenodo file as part of release script (#17)
  • FIX: Shuffle groups makegroupregression. Use generator.choice in makegroupclassification (#16)
  • TST: Add tests for SGL, SGLCV, etc. (#13)

- Python
Published by github-actions[bot] over 5 years ago

groupyr - Release v0.1.3

v0.1.3 (October 05, 2020)

  • TST: Test sparsity masks and chosen groups/features in _base.py (#12)
  • TST: Test check_groups in utils.py (#11)
  • DOC: Add pull request examples to CONTRIBUTING.md (#10)
  • CI: Use pydocstyle in github actions (#8)
  • DOC: Replaces CRCNS grant with our BRAINI grant in README (#7)

- Python
Published by github-actions[bot] over 5 years ago

groupyr - Release v0.1.2

v0.1.2 (October 03, 2020)

  • Bump version to confirm GitHub action behavior

- Python
Published by github-actions[bot] over 5 years ago

groupyr - Release v0.1.1

v0.1.1 (October 03, 2020)

  • Fix automatic documentation building.

- Python
Published by github-actions[bot] over 5 years ago

groupyr - Release v0.1.0

v0.1.0 (October 03, 2020)

  • Initial release

- Python
Published by github-actions[bot] over 5 years ago