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
Make Redis/Redis-JSON installable with the package or improve doc
The installation of `redis-stack` now directly brings RedisJSON. It should be advised to use it in the documentation.Deathn0t opened an issue on deephyper/deephyper
Update the release process of a wheel and automate it
Deathn0t created a comment on an issue on deephyper/deephyper
Done in faaa72eba89e060f1b6a399862500ba810d8d974 and e639563db4e54d2203bef76fd1e8e548c18797f9
Deathn0t closed an issue on deephyper/deephyper
Calling search(...) multiple times
``` search = CBO(...) results = search.search(max_evals=10) results = search.search(max_evals=20) ``` - [x] check tests - [x] add tests for all searchDeathn0t pushed 1 commit to develop deephyper/deephyper
- fix when search is called multiple times faaa72e
Deathn0t pushed 1 commit to main deephyper/tutorials
- updating tutorial hpo with tabular data keras 4275d45
Deathn0t opened an issue on deephyper/deephyper
Calling search(...) multiple times
``` search = CBO(...) results = search.search(max_evals=10) results = search.search(max_evals=20) ``` - [ ] check tests - [ ] add tests for all searchDeathn0t pushed 3 commits to master deephyper/deephyper
Deathn0t published a release on deephyper/deephyper
Changelog - DeepHyper 0.9.0
We are happy to release the new version of DeepHyper with software quality updates. - DeepHyper is now compatible with `Python>=3.10;<=3.13`. - The [pip installation](https://deephyper.readthed...Deathn0t created a tag on deephyper/deephyper
0.9.0 - DeepHyper: Scalable Asynchronous Neural Architecture and Hyperparameter Search for Deep Neural Networks
Deathn0t pushed 48 commits to master deephyper/deephyper
- updated minimal python requirements to >=3.10 eaeaea5
- updating developer's guide for online documentation 6f179a9
- adding link to documentation website in CONTRIBUTING.md 8ae136c
- fixing issue with pytest and evaluator with pending tasks in asyncio event loop 65364b9
- updating tests c47fb06
- WIP significant refactoring of logic to timeout search and tasks depending on parallel backend, resolving resource le... eafbb27
- profile decorator is compatible with regular and coroutine function 66cfeb4
- WIP updating tests of the evaluator 330f918
- Use ruff for linter and formatter checks (#228) * Fix ruff lint errors for package source * Fix ruff lint errors ... 012c3b2
- Merge branch 'develop' of github.com:deephyper/deephyper into develop 4eff23b
- Merge branch 'develop' into feature/evaluator f0bce2e
- Merge branch 'feature/evaluator' into develop 36fdfc9
- Feature/evaluator (#229) * WIP the tests of evaluator are now passing * WIP missing staged file * tests are al... adb2226
- Adding MPIWinStorage for shared memory with MPI parallelism (#230) * WIP the tests of evaluator are now passing *... 639550f
- updating examples to match evaluator updates 3973443
- updating imports in Evaluator 85dcb2a
- updating examples to work with new evaluator updates 7faf4b5
- missing files in previous commit 7de5b27
- deleting deprecated modules a8a0732
- moving HpProblem tests to tests/hpo aa3c749
- and 28 more ...
Deathn0t pushed 3 commits to develop deephyper/deephyper
Deathn0t closed an issue on deephyper/deephyper
Python 3.13 compatibility
- [x] adding tests for Python 3.13 to the CI @wigging - [x] run qualitative tests locally to check convergence of the optimization @Deathn0tDeathn0t pushed 2 commits to update-core-spack-installation deephyper/deephyper-spack-packages
Deathn0t created a comment on an issue on sdv-dev/SDV
I suggest updating the condition that checks for `datetime` types in `ScalarRange`. The current condition resulted in an exception when the range values could be interpreted as dates (e.g., 1900...
Deathn0t created a comment on a pull request on deephyper/deephyper-spack-packages
Let us ignore sphinx for spack install for now. The main development environment is `pip install -e ".[dev]"`.
Deathn0t pushed 1 commit to update-core-spack-installation deephyper/deephyper-spack-packages
- updating variants d6636c2
Deathn0t pushed 1 commit to update-core-spack-installation deephyper/deephyper-spack-packages
- adding +ray a62900c
Deathn0t pushed 2 commits to update-core-spack-installation deephyper/deephyper-spack-packages
Deathn0t pushed 1 commit to update-core-spack-installation deephyper/deephyper-spack-packages
- adding back +dev+hpo-tl+jax-cpu 24479d3
Deathn0t pushed 1 commit to update-core-spack-installation deephyper/deephyper-spack-packages
- adding hatchling and more recent requirements a56204b