Datalad-installer

Latest version: v1.0.5

Safety actively analyzes 622832 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.0.5

๐Ÿ› Bug Fix

- Make compatible with arm64 brew, test on older and latest macos, strip away no longer needed windows test env exclusion [197](https://github.com/datalad/datalad-installer/pull/197) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿ  Internal

- Progress auto to 11.1.6 to avoid "not an integer" bug in auto [198](https://github.com/datalad/datalad-installer/pull/198) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿงช Tests

- Skip `--dev-pip` test on Python 3.7 [195](https://github.com/datalad/datalad-installer/pull/195) ([jwodder](https://github.com/jwodder))

Authors: 2

- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

1.0.4

๐Ÿ› Bug Fix

- Always provide -y to apt-get install [194](https://github.com/datalad/datalad-installer/pull/194) ([yarikoptic](https://github.com/yarikoptic))
- Handle lack of Link header when paginating [188](https://github.com/datalad/datalad-installer/pull/188) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- [gh-actions](deps): Bump codecov/codecov-action from 3 to 4 [189](https://github.com/datalad/datalad-installer/pull/189) ([dependabot[bot]](https://github.com/dependabot[bot]) [jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- Document effect of miniconda component on installing rclone components [193](https://github.com/datalad/datalad-installer/pull/193) ([jwodder](https://github.com/jwodder))
- Assorted minor README improvements [192](https://github.com/datalad/datalad-installer/pull/192) ([jwodder](https://github.com/jwodder))
- Remove inapplicable installers from datalad's "auto" resolution list [191](https://github.com/datalad/datalad-installer/pull/191) ([jwodder](https://github.com/jwodder))

Authors: 3

- [dependabot[bot]](https://github.com/dependabot[bot])
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

1.0.3

๐Ÿ› Bug Fix

- Remove "Authorization" header when following cross-origin redirects [187](https://github.com/datalad/datalad-installer/pull/187) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- [gh-actions](deps): Bump actions/setup-python from 4 to 5 [185](https://github.com/datalad/datalad-installer/pull/185) ([dependabot[bot]](https://github.com/dependabot[bot]))

Authors: 2

- [dependabot[bot]](https://github.com/dependabot[bot])
- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

1.0.2

๐Ÿ› Bug Fix

- Add `--help-versions` option to miniconda component [180](https://github.com/datalad/datalad-installer/pull/180) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- Convert almost all classes to dataclasses [184](https://github.com/datalad/datalad-installer/pull/184) ([jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- Mention conda-forge installation in README [183](https://github.com/datalad/datalad-installer/pull/183) ([jwodder](https://github.com/jwodder))
- Add Appveyor status badge to README [182](https://github.com/datalad/datalad-installer/pull/182) ([jwodder](https://github.com/jwodder))

๐Ÿงช Tests

- Test against Python 3.12 and PyPy for 3.10 [181](https://github.com/datalad/datalad-installer/pull/181) ([jwodder](https://github.com/jwodder))

Authors: 1

- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

1.0.1

๐Ÿ› Bug Fix

- Set better headers for HTTP requests [178](https://github.com/datalad/datalad-installer/pull/178) ([jwodder](https://github.com/jwodder))
- Pass `-y` to `conda update` [177](https://github.com/datalad/datalad-installer/pull/177) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- [gh-actions](deps): Bump actions/checkout from 3 to 4 [176](https://github.com/datalad/datalad-installer/pull/176) ([dependabot[bot]](https://github.com/dependabot[bot]))

๐Ÿงช Tests

- Improve type-checking of imports [179](https://github.com/datalad/datalad-installer/pull/179) ([jwodder](https://github.com/jwodder))

Authors: 2

- [dependabot[bot]](https://github.com/dependabot[bot])
- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

1.0.0

๐Ÿ’ฅ Breaking Change

- [gh-actions](deps): Bump codespell-project/actions-codespell from 1 to 2 [164](https://github.com/datalad/datalad-installer/pull/164) ([dependabot[bot]](https://github.com/dependabot[bot]))

๐Ÿ› Bug Fix

- Provide explicit release to nd-configure if it fails to determine one, specify minimal version of datalad (>= 0.10.0) for conda [174](https://github.com/datalad/datalad-installer/pull/174) ([yarikoptic](https://github.com/yarikoptic))
- dpkg-based methods now raise MethodNotSupportedError when called on non-dpkg systems without `--install-dir` [163](https://github.com/datalad/datalad-installer/pull/163) ([jwodder](https://github.com/jwodder))
- Fix sleeping when retrying downloads [165](https://github.com/datalad/datalad-installer/pull/165) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- Cancel any still-running tests when pushing to a branch or PR [168](https://github.com/datalad/datalad-installer/pull/168) ([jwodder](https://github.com/jwodder))
- Assorted code improvements [161](https://github.com/datalad/datalad-installer/pull/161) ([jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- Extend miniconda docstring on how to figure out VERSION to use [169](https://github.com/datalad/datalad-installer/pull/169) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿงช Tests

- Fix failing tests [167](https://github.com/datalad/datalad-installer/pull/167) ([jwodder](https://github.com/jwodder))

Authors: 3

- [dependabot[bot]](https://github.com/dependabot[bot])
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

Page 1 of 6

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.