Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Deathn0t closed an issue on deephyper/deephyper-spack-packages
Git 2.45.1 breaking spack installation due to GIT LFS
When using `git==2.45.1` the `spack add py-deephyper@develop` will break. This is due to `git==2.45.1` breaking during post-checkout for repos that uses git lfs. See https://github.com/git-lf...Deathn0t opened an issue on deephyper/deephyper-spack-packages
Git 2.45.1 breaking spack installation due to GIT LFS
When using `git==2.45.1` the `spack add py-deephyper@develop` will break. This is due to `git==2.45.1` breaking during post-checkout for repos that uses git lfs. See https://github.com/git-lf...Deathn0t pushed 1 commit to develop deephyper/deephyper
- updated documentation page for pip to match new toml 452086c
Deathn0t created a comment on an issue on deephyper/deephyper
Nope, your part is done (checked).
Deathn0t closed an issue on deephyper/deephyper
Move DeepHyper's Github Wiki to RTD website
This was done by updating the Developer Guides section of the documentation. We will leave the module-building documentation out of the website.Deathn0t closed an issue on deephyper/deephyper
Transition package setup to toml
- [x] add`install_requires` of current `setup.py` to `pyproject.toml`. - [x] add `extras_require` of current `setup.py` to `pyproject.toml` but ignore `EXTRAS["default"]`. - [x] add `ruff` configur...Deathn0t closed an issue on deephyper/deephyper
Check docstrings with ruff to improve code documentation
Using ruff, we will check the docstrings of the public code. If docstrings are not present or do not follow "google style" then it will raise an error and fail the test.Deathn0t pushed 1 commit to develop deephyper/deephyper
- Enable docstring checks and various fixes for those checks (#237) * adding rules in toml for docstrings, started for... e6fd45d
Deathn0t closed a pull request on deephyper/deephyper
Enable docstring checks and various fixes for those checks
This enables docstring and line length checks using ruff via the ruff settings in the pyproject.toml file. Various fixes were done to make the checks pass. This closes #232.Deathn0t pushed 1 commit to docstrings deephyper/deephyper
- updating predictor for linelength=100 dca1aad
Deathn0t pushed 1 commit to docstrings deephyper/deephyper
- updating ensemble for linelength=100 5c911a0
Deathn0t created a comment on an issue on deephyper/deephyper
Processing ruff checks with linelength=100: - [ ] `deephyper.analysis` @Deathn0t - [ ] `deephyper.core` @wigging - [ ] `deephyper.ensemble` @Deathn0t - [ ] `deephyper.evaluator` @wigging ...
Deathn0t pushed 1 commit to docstrings deephyper/deephyper
- adapting docs/conf.py for new src/ location baa9132
Deathn0t pushed 2 commits to docstrings deephyper/deephyper
Deathn0t pushed 1 commit to docstrings deephyper/deephyper
- updating ci because ruff lint/format configuration is now defined in pyproject.toml 46071bc
Deathn0t pushed 1 commit to docstrings deephyper/deephyper
- first version of the code with passing ruff docstring checks 94a448d
Deathn0t pushed 2 commits to docstrings deephyper/deephyper
Deathn0t created a branch on deephyper/deephyper
docstrings - DeepHyper: Scalable Asynchronous Neural Architecture and Hyperparameter Search for Deep Neural Networks
Deathn0t pushed 1 commit to develop deephyper/deephyper
- starting to apply docstring checks with ruff, auto-fixable 3f66c19
Deathn0t pushed 1 commit to develop deephyper/deephyper
- Use modern pyproject layout for packaging (#235) * Remove manifest.in and setup.cfg files * Remove pytest.ini fil... 45932ca