Ecosyste.ms: Timeline

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

aeon-toolkit/aeon

TonyBagnall deleted a branch aeon-toolkit/aeon

mm/numpy

TonyBagnall pushed 1 commit to main aeon-toolkit/aeon
  • [MNT] Changes in preparation for update to `numpy` 2 (#1813) * numpy 2 * Update pyproject.toml * bound * sc... 26f8785

View on GitHub

TonyBagnall closed a pull request on aeon-toolkit/aeon
[MNT] Changes in preparation for update to `numpy` 2
TONY: jumped on this to get these changes in with our current numpy bounds, good to check it all works currently and will make things easier with the actual upgrade Updates the version bound on ...
aadya940 created a comment on a pull request on aeon-toolkit/aeon
> This was the deprecated layer right? If there's any reused code I would link to the old package and acknowledge that even if it's gone. If it's all original, then no problem. The implementatio...

View on GitHub

aadya940 created a review comment on a pull request on aeon-toolkit/aeon
I'll just use `pytest.mark.skipif`.

View on GitHub

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

View on GitHub

CodeLionX created a comment on an issue on aeon-toolkit/aeon
There is `hasattr(obj, "name") -> boolean`. Might help with the solution.

View on GitHub

CodeLionX created a comment on an issue on aeon-toolkit/aeon
Regarding sliding dot products, there is the following in aeon: - [`aeon.utils.numba.general.sliding_dot_product`](https://github.com/aeon-toolkit/aeon/blob/main/aeon/utils/numba/general.py#L635...

View on GitHub

TonyBagnall created a comment on an issue on aeon-toolkit/aeon
think I'll close this as the link to the API doesnt work, and I think we are at a better place and need more specific requirements for improvements

View on GitHub

TonyBagnall closed an issue on aeon-toolkit/aeon
[DOC] API webpages
### Describe the issue linked to the documentation The API docs webpage needs a bit of a tidy up. There are two parts to this really: 1. How we structure the API, including the landing page (ht...
CodeLionX created a comment on a pull request on aeon-toolkit/aeon
> @CodeLionX I am not familiar with COPOD algorithm. Could you please give an idea what kind of tests are required? I trust that the implementation in PyOD is correct. So, our tests would check ...

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Yes, that makes sense to me now! I apologize for the confusion on my side. Your approach is correct!

View on GitHub

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

View on GitHub

TonyBagnall pushed 2 commits to ajb/pwfftw aeon-toolkit/aeon
  • [ENH] Update remaining `registry` files (#2198) * registry refactor * all_estimators * comments and qc * fi... fb877e7
  • Merge branch 'main' into ajb/pwfftw 3cd0c59

View on GitHub

TonyBagnall pushed 2 commits to mm/numpy aeon-toolkit/aeon
  • [ENH] Update remaining `registry` files (#2198) * registry refactor * all_estimators * comments and qc * fi... fb877e7
  • Merge branch 'main' into mm/numpy 7b7bb1a

View on GitHub

TonyBagnall deleted a branch aeon-toolkit/aeon

mm/registry

TonyBagnall pushed 1 commit to main aeon-toolkit/aeon
  • [ENH] Update remaining `registry` files (#2198) * registry refactor * all_estimators * comments and qc * fi... fb877e7

View on GitHub

TonyBagnall closed a pull request on aeon-toolkit/aeon
[ENH] Update remaining `registry` files
- remove current contents of `registry` - base class lists and utilities have been moved to `utils.base` and reworked into a dictionary. - `all_estimators` has been simplified a bit and moved to ...
aeon-actions-bot[bot] pushed 1 commit to mm/numpy aeon-toolkit/aeon

View on GitHub

TonyBagnall pushed 1 commit to mm/numpy aeon-toolkit/aeon

View on GitHub

TonyBagnall pushed 1 commit to mm/numpy aeon-toolkit/aeon
  • restore current numpy bound 65cc679

View on GitHub

chrisholder created a review comment on a pull request on aeon-toolkit/aeon
Does this comment need to exist still?

View on GitHub

chrisholder created a review comment on a pull request on aeon-toolkit/aeon
Does this comment need to exist still?

View on GitHub

chrisholder created a review comment on a pull request on aeon-toolkit/aeon
Does this comment need to exist still?

View on GitHub

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

View on GitHub

TonyBagnall pushed 44 commits to mm/numpy aeon-toolkit/aeon
  • [MNT] Outdated notebooks and upgraded `ruff` bound (#2014) * Outdated notebooks and upgraded bound * rerun notebo... 11b7293
  • 📝 Add aryanpola as a contributor for doc (#2123) * 📝 Update CONTRIBUTORS.md [skip ci] * 📝 Update .all-contributor... 8df210d
  • Automated `pre-commit` hook update (#1986) Co-authored-by: MatthewMiddlehurst <[email protected]... 5034454
  • [DOC] Revise data notebook (#2128) * remove unnecessary ExponentTransform import * datasets notebook * extend ... 4471b29
  • turn transform base into abstract class (#2124) 53131b9
  • [ENH] Add shift-scale distance (k-SC clusterers distance) (#2139) * added k-sc distance * fixed examples and adde... 7c0fe79
  • [ENH] Remove `BaseEstimator` methods (#2120) * reset * remove methods * edit test --------- Co-authored-... 3e8a903
  • Assigned #1345 to @LinGinQiu. (#2141) Co-authored-by: jiayu.li <[email protected]> 845eb37
  • 📝 Add LinGinQiu as a contributor for code (#2142) * 📝 Update CONTRIBUTORS.md [skip ci] * 📝 Update .all-contributo... 53687ee
  • [MNT] Update to `scipy` <1.15 (#2105) * scipy bound * correct method bf4721f
  • [ENH] tag type storage and tag testing rework (#2138) * tags update part 1 * fixes and testing * base tags and... ac0b8a9
  • [BUG] Coverage and bug fixes for utils (#2137) * fix performance metrics * remove pointless wrappers * test we... 8b08497
  • [MNT] Fix RDST CI failure and slow down (#2121) * Remove distance argument for RDST * replace old to new random g... 5ec4693
  • [ENH] Coverage for data writers (#2127) * remove unnecessary ExponentTransform import * coverage data writers 5884f4c
  • Automated `pre-commit` hook update (#2156) Co-authored-by: MatthewMiddlehurst <[email protected]... d34b17e
  • [ENH] Added Regressor for Channel Scorer (#1993) * Added Regressor for Channel Scorer * Automatic `pre-commit` fi... fc4e6a0
  • fixed test (#2159) 85288f9
  • rename tags (#2155) 2b3eadd
  • base changes (#2150) 4369c02
  • [ENH] Add testing for TDE (#2144) * TDE coverage * TDE testing aefa7be
  • and 24 more ...

View on GitHub

TonyBagnall created a comment on a pull request on aeon-toolkit/aeon
re SAX, we could investigate using this version as our standard and extending it as you say @patrickzib but not in this PR :) IT would be good to make an issue on improving SAX

View on GitHub

TonyBagnall created a comment on a pull request on aeon-toolkit/aeon
do we need a lower bound on the sparse package?

View on GitHub

aeon-actions-bot[bot] created a comment on a pull request on aeon-toolkit/aeon
## Thank you for contributing to `aeon` I have added the following labels to this PR based on the title: **[ $\\color{#FEF1BE}{\\textsf{enhancement}}$ ]**. The following labels were already prese...

View on GitHub

patrickzib opened a pull request on aeon-toolkit/aeon
[ENH, BUG] This fixes an issue with lower bounding in SAX
This fixes an issue with lower bounding in iSAX. If the time series length is not divisible by the number of segments, PAA is padding some segments with 0. The concrete segments to pad are dete...
Load more