Recent Releases of adaptiveresonancelib

adaptiveresonancelib - 0.1.6

What's Changed

  • Fix broken Readme Link by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/166
  • fix reinforcement learning demo by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/167
  • fix RL demo by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/168
  • fix partial fit issue with cpp ARTMAP by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/169
  • fix bug with fusionART weight updates on certain art modules by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/170
  • Visualization bug fix by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/172
  • Alpha-ART fix by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/173
  • bump version by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/175

Full Changelog: https://github.com/NiklasMelton/AdaptiveResonanceLib/compare/0.1.5...0.1.6

- Python
Published by NiklasMelton 8 months ago

adaptiveresonancelib - 0.1.5

What's Changed

  • HotFix PyPi Description by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/161
  • add test-pypi-action by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/162
  • bump version number by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/164
  • add test pypi action by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/163
  • fix readme link by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/165

Full Changelog: https://github.com/NiklasMelton/AdaptiveResonanceLib/compare/0.1.4...0.1.5

- Python
Published by NiklasMelton 10 months ago

adaptiveresonancelib - 0.1.4

What's Changed

  • reduce paper length by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/124
  • update dois by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/125
  • Hull art 2 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/126
  • Issue-227 improve error message and add helper functions by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/128
  • add alpha for hypersphere division by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/130
  • improve verbose fit for nested tqdm by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/131
  • handle nans in normalization by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/132
  • demotopoart betta -> beta_lower by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/133
  • Optimize art1 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/135
  • Optimize FuzzyART with numba by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/136
  • Revert numba changes by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/137
  • Binary fuzzy art by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/138
  • compliment -> complement by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/139
  • update doi by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/140
  • fix readme precommit by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/141
  • pre_commit by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/142
  • pre_commit by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/143
  • add proper match tracking to fusion ART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/144
  • Add C++ FuzzyARTMAP implementation by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/146
  • add what is ART section to README by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/147
  • make changes to readme by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/148
  • add Hypersphere ARTMAP and FuzzyARTMAP unit test by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/149
  • add GaussianARTMAP cpp code and improve ARTMAP unit tests by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/150
  • update poetry dev dependency group by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/151
  • add binary artmap unit test by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/152
  • Alpha ART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/145
  • add fit_predict and docstrings to SimpleARTMAP by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/153
  • add cpp docs by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/154
  • Increment version number 0.1.4 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/155
  • Release 0.1.4 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/156
  • update PyPi workflow by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/157
  • Hotfix PyPi workflow by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/158
  • add caching to build workflow by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/159
  • fix PyPi description by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/160

Full Changelog: https://github.com/NiklasMelton/AdaptiveResonanceLib/compare/0.1.3...0.1.4

- Python
Published by NiklasMelton 10 months ago

adaptiveresonancelib - 0.1.3

What's Changed

  • citation workflow by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/95
  • add first unit test by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/96
  • Add unit tests for elementary modules by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/97
  • add BARTMAP tests by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/98
  • Compound art tests by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/99
  • readthedocs init by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/100
  • Readthedocs by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/101
  • update readthedocs.yaml by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/102
  • move module contents to top of docs page by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/103
  • Add readme links and citation page by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/104
  • migrate files to scripts dir by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/105
  • test to demo in examples dir by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/106
  • init pre-commit by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/107
  • pre-commit cleanup by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/108
  • Autodoc init by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/109
  • matchresetmethod -> match_tracking by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/110
  • Create bibtex and update references by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/111
  • improve consistency across modules by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/112
  • Update Template and Correct docstrings type for colors by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/113
  • Update quick start by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/114
  • Create joss paper by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/115
  • pre-commit workflow by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/116
  • Convex Hull ART improvements by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/117
  • generalize ConvexHullART to allow alpha-shapes by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/118
  • add fit_gif method by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/119
  • update joss paper by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/120
  • Update joss paper by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/121
  • merge develop into main by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/122
  • 0.1.3 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/123

Full Changelog: https://github.com/NiklasMelton/AdaptiveResonanceLib/compare/0.1.2...0.1.3

- Python
Published by NiklasMelton over 1 year ago

adaptiveresonancelib - 0.1.2

What's Changed

  • Artmap fixes by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/71
  • add artmap regression by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/72
  • Add regression methods by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/73
  • Add initial implementation of cvi Art Modules. by @DustinTanksley in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/70
  • Add cvi examples by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/74
  • generalize CVI ART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/75
  • Fix fusion art match-reset function by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/76
  • Add and test FALCON by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/77
  • convex-hull-art by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/78
  • update activation for points and lines by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/79
  • SeqART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/69
  • Update readme by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/80
  • bug fixes by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/81
  • Td falcon by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/82
  • Prepare data changes by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/83
  • add VAT by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/85
  • move VAT citation by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/86
  • update VAT to be a bit faster by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/87
  • fix artmap bug by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/88
  • Match tracking versions by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/89
  • column-wise normalization by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/90
  • optimize MT~ by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/91
  • Match tracking update by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/92
  • release 0.1.2 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/93
  • bump version by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/94

New Contributors

  • @DustinTanksley made their first contribution in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/70

Full Changelog: https://github.com/NiklasMelton/AdaptiveResonanceLib/compare/0.1.1...0.1.2

- Python
Published by NiklasMelton over 1 year ago

adaptiveresonancelib - 0.1.1

What's Changed

  • suppress ART2 warning by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/64
  • Add comparison visualization by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/66
  • fix DeepARTMAP by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/67
  • Release 0.1.1 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/68

Full Changelog: https://github.com/NiklasMelton/AdaptiveResonanceLib/compare/0.1.0...0.1.1

- Python
Published by NiklasMelton over 1 year ago

adaptiveresonancelib - 0.1.0

What's Changed

  • Add BARTMAP by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/1
  • add TopoART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/2
  • example for SMART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/3
  • dtype for labels by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/4
  • create common dir and move base classes by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/5
  • add base artmap to init by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/6
  • readme improvements by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/7
  • update license by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/8
  • temp requirements by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/9
  • Define minimum requirements by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/10
  • add visualize method by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/25
  • move SimpleARTMAP to own file by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/26
  • add citations by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/27
  • rename plotboundingboxes and catch non-implemented by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/28
  • test hypersphereART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/29
  • test ellipsoid ART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/30
  • test ART1 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/37
  • test ART2 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/38
  • test Gaussian ART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/39
  • visualize Gaussian ART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/40
  • Test bayesian art by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/41
  • Pass cache through MC func by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/45
  • Make FusionART work for Bayesian ART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/46
  • test dual vigilance ART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/47
  • test QuadraticNeuronART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/48
  • Test FusionART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/49
  • test BARTMAP by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/50
  • add documentation by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/51
  • Visualize qn art by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/52
  • Sklearn compat by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/53
  • ducumentation by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/54
  • cleanup and sample counting by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/55
  • assert parameter types by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/56
  • test topo ART by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/57
  • reorganize directories by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/58
  • test gridsearchCV by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/59
  • Test grid search by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/60
  • Pyproject by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/61
  • Release 0.1.0 by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/62
  • update README by @NiklasMelton in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/63

New Contributors

  • @NiklasMelton made their first contribution in https://github.com/NiklasMelton/AdaptiveResonanceLib/pull/1

Full Changelog: https://github.com/NiklasMelton/AdaptiveResonanceLib/commits/0.1.0

- Python
Published by NiklasMelton about 2 years ago