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
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 created a comment on an issue on deephyper/deephyper
Done in faaa72eba89e060f1b6a399862500ba810d8d974 and e639563db4e54d2203bef76fd1e8e548c18797f9

View on GitHub

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 search
Deathn0t pushed 1 commit to develop deephyper/deephyper

View on GitHub

Deathn0t pushed 1 commit to develop deephyper/deephyper
  • fix when search is called multiple times faaa72e

View on GitHub

Deathn0t pushed 1 commit to main deephyper/tutorials
  • updating tutorial hpo with tabular data keras 4275d45

View on GitHub

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 search
Deathn0t opened an issue on deephyper/deephyper
Improve documentation of tutorials
Deathn0t pushed 1 commit to main deephyper/tutorials

View on GitHub

Deathn0t pushed 5 commits to develop deephyper/deephyper
  • Merge branch 'release/0.7.0' 739bf66
  • Merge branch 'release/0.8.0' 2cc0b3a
  • Merge branch 'release/0.8.1' 6c16d1c
  • Merge branch 'release/0.9.0' 3461418
  • Merge branch 'develop' 0ada750

View on GitHub

Deathn0t pushed 3 commits to master deephyper/deephyper
  • Merge branch 'release/0.9.0' into develop 7f81d3a
  • updated readme 7bd537d
  • Merge branch 'develop' 0ada750

View on GitHub

Deathn0t pushed 1 commit to develop deephyper/deephyper

View on GitHub

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

View on GitHub

Deathn0t pushed 3 commits to develop deephyper/deephyper
  • updated toml 55a9071
  • setting __version__ to 0.9.0 56ba6d2
  • Merge branch 'release/0.9.0' into develop 7f81d3a

View on GitHub

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 @Deathn0t
Deathn0t pushed 2 commits to update-core-spack-installation deephyper/deephyper-spack-packages
  • Update core Spack installation (#1) * up to date with pip default installation * changes after running tests 3609185
  • Merge branch 'main' into update-core-spack-installation e18e0c2

View on GitHub

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

View on GitHub

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]"`.

View on GitHub

Deathn0t deleted a branch deephyper/deephyper

update-spack-docs

Deathn0t closed a pull request on deephyper/deephyper
Update spack docs
Deathn0t pushed 1 commit to develop deephyper/deephyper
  • removing unecessary prints 91e43a4

View on GitHub

Deathn0t pushed 1 commit to update-core-spack-installation deephyper/deephyper-spack-packages

View on GitHub

Deathn0t pushed 1 commit to update-core-spack-installation deephyper/deephyper-spack-packages

View on GitHub

Deathn0t pushed 2 commits to update-core-spack-installation deephyper/deephyper-spack-packages

View on GitHub

Deathn0t pushed 1 commit to update-core-spack-installation deephyper/deephyper-spack-packages
  • adding back +dev+hpo-tl+jax-cpu 24479d3

View on GitHub

Deathn0t pushed 1 commit to update-core-spack-installation deephyper/deephyper-spack-packages
  • adding hatchling and more recent requirements a56204b

View on GitHub

Load more