Recent Releases of HOI

HOI - v0.0.5

Full Changelog: https://github.com/brainets/hoi/compare/v0.0.4...v0.0.5

Scientific Software - Peer-reviewed - Python
Published by EtienneCmb about 1 year ago

HOI - v0.0.4

Full Changelog: https://github.com/brainets/hoi/compare/v0.0.3...v0.0.4

Scientific Software - Peer-reviewed - Python
Published by EtienneCmb about 1 year ago

HOI - v0.0.3

Full Changelog: https://github.com/brainets/hoi/compare/v0.0.2...v0.0.3

Scientific Software - Peer-reviewed - Python
Published by EtienneCmb about 1 year ago

HOI - v0.0.2

What's Changed

  • [REVIEW]: Fix typos in docs by @pitmonticone in https://github.com/brainets/hoi/pull/61
  • Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 by @dependabot in https://github.com/brainets/hoi/pull/59
  • [REVIEW]: Fix typos in docstrings by @pitmonticone in https://github.com/brainets/hoi/pull/62
  • [REVIEW]: Display plot in tutorial plot_sim_red_syn.py by @pitmonticone in https://github.com/brainets/hoi/pull/63
  • [REVIEW]: Display plot in tutorial plot_syn_red_mmi.py by @pitmonticone in https://github.com/brainets/hoi/pull/66
  • [REVIEW]: Display plot in tutorial plot_bootstrapping.py by @pitmonticone in https://github.com/brainets/hoi/pull/69
  • [REVIEW]: Display plot in tutorial plot_sim_red_syn.py by @pitmonticone in https://github.com/brainets/hoi/pull/71

New Contributors

  • @pitmonticone made their first contribution in https://github.com/brainets/hoi/pull/61

Full Changelog: https://github.com/brainets/hoi/compare/v0.0.1...v0.0.2

Scientific Software - Peer-reviewed - Python
Published by EtienneCmb about 1 year ago

HOI - v0.0.1

What's Changed

  • adding the simulation part using simulatehoigauss by @Mattehub in https://github.com/brainets/hoi/pull/48
  • Adding the example for synergy redundancy MMI by @Mattehub in https://github.com/brainets/hoi/pull/49
  • Adding to the documentation, glossary and refs by @Mattehub in https://github.com/brainets/hoi/pull/50
  • Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 by @dependabot in https://github.com/brainets/hoi/pull/51
  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/brainets/hoi/pull/52
  • Increase speed for KNN, added MI and Entropy examples for multidimensional variables by @chrisferreyra13 in https://github.com/brainets/hoi/pull/54
  • Histogram estimator correction by @Mattehub in https://github.com/brainets/hoi/pull/53
  • Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 by @dependabot in https://github.com/brainets/hoi/pull/56
  • Adding the histogram estimator to the examples. by @Mattehub in https://github.com/brainets/hoi/pull/55
  • Solving comments about the documentation by @Mattehub in https://github.com/brainets/hoi/pull/58

Full Changelog: https://github.com/brainets/hoi/compare/v0.0.0...v0.0.1

Scientific Software - Peer-reviewed - Python
Published by EtienneCmb over 1 year ago

HOI - v0.0.0

What's Changed

  • Added docstrings for functions in conn_oinfo_jax and conn_oinfo_np by @Dishie2498 in https://github.com/brainets/hoi/pull/1
  • #2 removed neuro oreintation and frites dependency by @Dishie2498 in https://github.com/brainets/hoi/pull/4
  • Added the vmap implementation by @Dishie2498 in https://github.com/brainets/hoi/pull/6
  • #5 ent vector vmap by @Dishie2498 in https://github.com/brainets/hoi/pull/7
  • Documentation 1.0 by @Dishie2498 in https://github.com/brainets/hoi/pull/8
  • Documentation v2 by @Dishie2498 in https://github.com/brainets/hoi/pull/11
  • Documentation v3 by @Dishie2498 in https://github.com/brainets/hoi/pull/13
  • Setting up of sphinx-gallery by @Dishie2498 in https://github.com/brainets/hoi/pull/15
  • Flake8 and black test in lint.yml by @Dishie2498 in https://github.com/brainets/hoi/pull/19
  • Lint and unit tests check in workflow by @Dishie2498 in https://github.com/brainets/hoi/pull/20
  • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/brainets/hoi/pull/21
  • Bump actions/setup-python from 2 to 4 by @dependabot in https://github.com/brainets/hoi/pull/22
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/brainets/hoi/pull/24
  • Smoke tests for core and utils by @Dishie2498 in https://github.com/brainets/hoi/pull/23
  • Code for TC, DTC and S-info by @thomasrobiglio in https://github.com/brainets/hoi/pull/27
  • Simulation hoi script by @aopy in https://github.com/brainets/hoi/pull/26
  • Adding theoretical overview, one example and references by @Mattehub in https://github.com/brainets/hoi/pull/28
  • adding TC, DTC, Sinfo, link to class by @Mattehub in https://github.com/brainets/hoi/pull/29
  • fixing refs problem (one ref was repeated in refs.bib) by @Mattehub in https://github.com/brainets/hoi/pull/30
  • Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 by @dependabot in https://github.com/brainets/hoi/pull/31
  • Tutorial for core metrics (ent. & MI) by @thomasrobiglio in https://github.com/brainets/hoi/pull/34
  • Fixing MI estimator with KNN by @chrisferreyra13 in https://github.com/brainets/hoi/pull/38
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/brainets/hoi/pull/36
  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/brainets/hoi/pull/35
  • functions for red and syn in the phiID by @Mattehub in https://github.com/brainets/hoi/pull/37
  • Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.1 by @dependabot in https://github.com/brainets/hoi/pull/39
  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/brainets/hoi/pull/41
  • adding the documentation about phiID and correcting few parts by @Mattehub in https://github.com/brainets/hoi/pull/43
  • Fixing an issue with the goinfo, when giving multiplets as input by @Mattehub in https://github.com/brainets/hoi/pull/40
  • Simplifying the simulations module. by @Mattehub in https://github.com/brainets/hoi/pull/44
  • Adding the example for synergy and redundancy as defined using the phiID framework. by @Mattehub in https://github.com/brainets/hoi/pull/45
  • Find and corrected issue for the GradientOinfo when multiplets are specified. by @Mattehub in https://github.com/brainets/hoi/pull/46
  • fixing the problem of simulation parameters by @Mattehub in https://github.com/brainets/hoi/pull/47

New Contributors

  • @dependabot made their first contribution in https://github.com/brainets/hoi/pull/21
  • @thomasrobiglio made their first contribution in https://github.com/brainets/hoi/pull/27
  • @aopy made their first contribution in https://github.com/brainets/hoi/pull/26
  • @Mattehub made their first contribution in https://github.com/brainets/hoi/pull/28
  • @chrisferreyra13 made their first contribution in https://github.com/brainets/hoi/pull/38

Full Changelog: https://github.com/brainets/hoi/commits/v0.0.0

Scientific Software - Peer-reviewed - Python
Published by EtienneCmb over 1 year ago