Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove redundant definitions * Use new syntax for CMI examples * Documentation examples * Docs... * References from ComplexityMeasures.jl * Rearrange docs * More docs * Discretization using `CosineSimilarityBinning` * Delete example system docs * Docs for core * Migrate conditional entropy examples * Missing @docs tag * More docs * Docs * Remove some text * Fix `SurrogateAssociationTest` for transfer entropy * Fix various transfer entropy related issues and docs * Add compatible `OutcomeSpace`s to docstring * More transfer entropy tests * Test `Lindner` * New API * New API for cross mappings (estimators contain measure) * More docs * New syntax * Include closeness and cross mapping files * Some doc restructuring * Include relevant deprecations * correct field name * Fix crossmap doc example * Add explicit error messages * Changelog for cross mappings * More "deprecations" * update changelog * Move utility method to relevant file * Remove obsolete tests * Remove duplicated header * Explicit imports * Make formal API * Add note on measures defines also in Distances.jl * Reintroduce correlation measures * Correlation API * Move counting and discretization to information measures * Crossmap API * Correlation examples * Reintroduce closeness measures * Reintroduce JointDistanceDistributionTest * Adhere to latest ComplexityMeasures api * WIP * Don't run compathelper so often * Fix some missing refs * Temporarily use local `build_docs_with_style` * Start reorganizing docs mirroring ComplexityMeasures.jl * docs * Move crossmap api * Aim for 1.11 while developing (tests/docs build faster) * WIP: docs... * wip: Unify syntax, better docs, etc.. * Update docs * WIP... * Preserve axis information when taking marginals * Add coverage files to gitignore * deprecations * deprecations * Multidimensional surrogates * Fix import * Headers * Add reference * Refer to abstract types * deprecations * WIP... * organize a bit better * update const name * move to utils * Use cov/cor from StateSpaceSets 1.5 * Update package versions, add StyledStrings and set julia to 1.10 * Remove redundant tests * fix tests... * fix tests * fix tests * Typo * Convenience union * Remove unnecessary print * Fix syntax * Update changelog * Fix tests * faster tests with fewer sample * fix tests * cosmetics * input validation * cosmetics * remove integration * remove redundant ContingencyMatrix * Add test dep * Test systems * update deps * clean up main file * remove redundant test * test cross mapping independence tests * Fix tests * remove redundant file * Faster tests using fewer samples * Fewer samples -> faster tests * input checks for all information measures * fix tests and faster tests * faster tests * Fix reference * Part mutual information tests * fix discretization for 1d state space sets * pmi tests and fix implementation * more tests * remove dev deps from project * fewer samples, faster tests * Remove unnecessary deps from doc build * LabelledArrays is needed * Fix example * Fix OCE and PC * Consistent syntax * Necessary imports * consistent syntax * Reintroduce network graph tests * Reintroduce example for graphs * improve figures * update docs * fix tests and remove outdated syntax * less samples, faster tests * actually test recurrence-based methods * more crossmap tests * use rng * correct syntax * use rng * EntropyDecomposition tests * Fix tests * Un-support `TransferOperator` estimation of transfer entropy * type parameterize outcome spaces, so we can dispatch properly * Fix transfer entropy estimation using TransferOperator * Generic dispatch for codifying marginals New outcome spaces that implements `codify` now works automagically. * node labels * Examples * Add estimator to docstring * more examples * fix test * remove reference to convenience func * More examples * More examples * examples for joint entropy * Add more examples * Update docs and test * Update tests * Keep important info in docstrings * Clean-up * Add tests * Add comments for clarity * Clean up docs * Clean up docs * Polish cross-map docs * fix references * typo * Clean cross mapping stuff * rng * Cross map docs * ccm docs * missing references * Clean up cross map stuff Also DO export the predict and crossmap methods. * Clean up index.md * cross map stuff * add missing reference * fix codify method * add conversion method * add method for JointProbabilities * Add Hilbert * add tests * docs.. * test coverage for MCR and RMCD * remove redundant code * remove redundant docstring * Add hilbert rerference in docs * Example and docs for recurrence measures * Remove redundant docs * Rename * docs * fix tutorial * Fix examples * SymbolicTransferEntropy convenience * Fix docs * Better example * typo * Test `SymbolicTransferEntropy` * test coverage * more tests * More tests * tests * remove reference to deleted file * tests... * more tests * todo * bbnue.. wip * wip.. * outer constructor * remove deprecations * remove methods not finished yet * fewer samples, faster tests * Remove not finished bbnue * remove unfinished code * duplicate call * remove unfinished code * add tests * remove unused methods * more tests * remove unfinished code * Alias * include forgotten test file * remove unfinished code * Remember to export * more tests * remove redundant code * explicit access * remember to export * more efficient TE tests for independence * Don't use deprecated syntax * Error throwing handled at higher level * More test coverage * More tests * fix test * add rng to test * Remove redundant code * remove redundant utils * more tests * pretty printing * better printing of decomposition estimators * short-form printing * typo * more tests * clean up @show statements * remove redundant code * more tests * more tests * Reorganize * Docs. * docs... * doc fixes... * Fix doc warnings.. * Eliminate documentation warnings * Add DocumenterInterLinks * docs.. * finalize docs * codify for multiple outcome spaces * Add note * enable breaking docs on fails again * fix broken link * remove empty file
- Loading branch information
dff4a62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
dff4a62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/111813
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: