Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Deathn0t

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

View on GitHub

Deathn0t created a comment on an issue on deephyper/deephyper
Nope, your part is done (checked).

View on GitHub

Deathn0t starred facebookresearch/faiss
Deathn0t starred huggingface/peft
Deathn0t starred langchain-ai/langchain
Deathn0t opened an issue on deephyper/deephyper
Python 3.13 compatibility
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

View on GitHub

Deathn0t deleted a branch deephyper/deephyper

docstrings

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

View on GitHub

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

View on GitHub

Deathn0t pushed 1 commit to docstrings deephyper/deephyper
  • updating hpo for linelength=100 a147a96

View on GitHub

Deathn0t pushed 1 commit to docstrings deephyper/deephyper
  • updating ensemble for linelength=100 5c911a0

View on GitHub

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 ...

View on GitHub

Deathn0t pushed 1 commit to docstrings deephyper/deephyper

View on GitHub

Deathn0t pushed 1 commit to docstrings deephyper/deephyper
  • adapting docs/conf.py for new src/ location baa9132

View on GitHub

Deathn0t pushed 2 commits to docstrings deephyper/deephyper
  • removing exception and adapting test for SpaceDimNameOfWrongType da2a922
  • missing file f2b9664

View on GitHub

Deathn0t pushed 1 commit to docstrings deephyper/deephyper
  • updating ci because ruff lint/format configuration is now defined in pyproject.toml 46071bc

View on GitHub

Deathn0t pushed 1 commit to docstrings deephyper/deephyper
  • first version of the code with passing ruff docstring checks 94a448d

View on GitHub

Deathn0t pushed 2 commits to docstrings deephyper/deephyper
  • expending docstring format configurations in toml, processing batch of files 29ba091
  • updated command line parser for hpo e19a8d2

View on GitHub

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

View on GitHub

Deathn0t deleted a branch deephyper/deephyper

pyproject

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

View on GitHub

Load more