Ecosyste.ms: Timeline

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

aeon-toolkit/aeon

TonyBagnall created a review on a pull request on aeon-toolkit/aeon

View on GitHub

TonyBagnall opened an issue on aeon-toolkit/aeon
[BUG] Test fail with numpy2 for
### Describe the bug in the module similarity_searc/matrix_profiles the test function `test_stomp_squared_matrix_profile` fails with numpy 2.0 if this parameter is K_VALUES = [1,3] this is ...
TonyBagnall pushed 1 commit to ajb/numpy2 aeon-toolkit/aeon

View on GitHub

WanpinCai starred aeon-toolkit/aeon
MatthewMiddlehurst deleted a branch aeon-toolkit/aeon

mm/benchmarking

MatthewMiddlehurst pushed 1 commit to main aeon-toolkit/aeon
  • [ENH] Remove outdated benchmarking functions and add collection resamplers (#2222) * benchmarking * label validat... 6294127

View on GitHub

MatthewMiddlehurst closed a pull request on aeon-toolkit/aeon
[ENH] Remove outdated benchmarking functions and add collection resamplers
- removes "get_available_estimators" duplicate in `__all__` - removes `run_classification_experiment` etc. These are extremely outdated, and if anyone wants to keep them it should be the newer ve...
TonyBagnall pushed 9 commits to ajb/numpy2 aeon-toolkit/aeon
  • updates to lower bounding (#2214) f0a6801
  • [ENH] Remove soft dependency on pyfftw (#2213) * remove pyfftw * interval testing 5dba88d
  • [ENH] Elastic-SOM clusterer (#2149) * add elastic som * cont * cont * finalised elastic som and added tests... a817ce6
  • [MNT] Distance module cleanup (#2170) * start refactor * removed the utils calls * refactor * fix import ... 1ee770b
  • [ENH] More base class method removals (#2171) * base purge cont. * remove useless checks * fix * make base ... 4741999
  • few lines of coverage (#2227) 7980298
  • fix: use tmp directory for tsad dataset tests and skip internet-downloads in PR testing (#2232) d49f644
  • Merge branch 'main' into ajb/numpy2 23d7576
  • add stomp parameter back 037fa53

View on GitHub

MatthewMiddlehurst deleted a branch aeon-toolkit/aeon

pre-commit-hooks-update

MatthewMiddlehurst pushed 1 commit to main aeon-toolkit/aeon

View on GitHub

MatthewMiddlehurst closed a pull request on aeon-toolkit/aeon
[MNT] Automated `pre-commit` hook update
Automated weekly update to `.pre-commit-config.yaml` hook versions.
MatthewMiddlehurst created a review on a pull request on aeon-toolkit/aeon

View on GitHub

chrisholder opened an issue on aeon-toolkit/aeon
[MNT] Tags using enums
### Describe the feature or idea you want to propose In aeon we use the _tags to define the capabilities. For examples: ``` _tags = { "X_inner_type": ["np-list", "numpy3D"], ...
chrisholder pushed 4 commits to dist-module-cont aeon-toolkit/aeon
  • [ENH] More base class method removals (#2171) * base purge cont. * remove useless checks * fix * make base ... 4741999
  • few lines of coverage (#2227) 7980298
  • fix: use tmp directory for tsad dataset tests and skip internet-downloads in PR testing (#2232) d49f644
  • Merge branch 'main' into dist-module-cont e394a8b

View on GitHub

chrisholder created a comment on a pull request on aeon-toolkit/aeon
> Is this still relevant? https://github.com/aeon-toolkit/aeon/pull/2170/files#diff-01a85f7ce36af292445124118eeab7646bc1de533efe47b579a7c2d67280df73R379 Removed - it was a leftover note to self ...

View on GitHub

chrisholder pushed 1 commit to dist-module-cont aeon-toolkit/aeon

View on GitHub

baraline created a review on a pull request on aeon-toolkit/aeon
Lgtm, new structure makes it alot cleaner and removes these long list of if else. Nice job ! Not approving yet as I can't view Matthew's link from phone.

View on GitHub

aeon-actions-bot[bot] created a comment on an issue on aeon-toolkit/aeon
@patrickzib, weasel has had no activity for 153 days. This branch will be automatically deleted in 22 days. This issue was last updated on Mon Oct 21 2024 01:28:38 GMT+0000 (Coordinated...

View on GitHub

aeon-actions-bot[bot] created a comment on an issue on aeon-toolkit/aeon
@hadifawaz1999, aif/weighted-dba has had no activity for 178 days. This branch will be automatically deleted in 0 days. This issue was last updated on Mon Oct 21 2024 01:28:02 GMT+0000 ...

View on GitHub

aeon-actions-bot[bot] closed an issue on aeon-toolkit/aeon
[aif/weighted-dba] is STALE
@hadifawaz1999, aif/weighted-dba has had no activity for 143 days. This branch will be automatically deleted in 32 days.
aeon-actions-bot[bot] deleted a branch aeon-toolkit/aeon

aif/weighted-dba

aeon-actions-bot[bot] created a comment on an issue on aeon-toolkit/aeon
@TonyBagnall, aif/rework_tapenet has had no activity for 148 days. This branch will be automatically deleted in 27 days. This issue was last updated on Mon Oct 21 2024 01:28:00 GMT+0000...

View on GitHub

aeon-actions-bot[bot] closed an issue on aeon-toolkit/aeon
[add-precomputed-to-medoids] is STALE
@chrisholder, add-precomputed-to-medoids has had no activity for 146 days. This branch will be automatically deleted in 29 days.
aeon-actions-bot[bot] created a comment on an issue on aeon-toolkit/aeon
@chrisholder, add-precomputed-to-medoids has had no activity for 181 days. This branch will be automatically deleted in 0 days. This issue was last updated on Mon Oct 21 2024 01:27:58 G...

View on GitHub

aeon-actions-bot[bot] deleted a branch aeon-toolkit/aeon

add-precomputed-to-medoids

aeon-actions-bot[bot] created a comment on an issue on aeon-toolkit/aeon
@patrickzib, SAX_Fast has had no activity for 153 days. This branch will be automatically deleted in 22 days. This issue was last updated on Mon Oct 21 2024 01:27:57 GMT+0000 (Coordinat...

View on GitHub

aeon-actions-bot[bot] opened a pull request on aeon-toolkit/aeon
[MNT] Automated `pre-commit` hook update
Automated weekly update to `.pre-commit-config.yaml` hook versions.
aeon-actions-bot[bot] created a branch on aeon-toolkit/aeon

pre-commit-hooks-update - A toolkit for machine learning from time series

aeon-actions-bot[bot] pushed 1 commit to ajb/hc_bug aeon-toolkit/aeon

View on GitHub

TonyBagnall pushed 5 commits to ajb/hc_bug aeon-toolkit/aeon
  • [MNT] Distance module cleanup (#2170) * start refactor * removed the utils calls * refactor * fix import ... 1ee770b
  • [ENH] More base class method removals (#2171) * base purge cont. * remove useless checks * fix * make base ... 4741999
  • few lines of coverage (#2227) 7980298
  • fix: use tmp directory for tsad dataset tests and skip internet-downloads in PR testing (#2232) d49f644
  • Merge branch 'main' into ajb/hc_bug b0b22b9

View on GitHub

Load more