v0.0.0-beta
·
46 commits
to master
since this release
This will be the first stable version of this repository, maybe functions are still not fully working but it should be enough for people to try training a kohonen SOM, even this is not fully working as expected, but, it seems to be able to construct clusters so I will check back on this. Things that we will need to have working properly before getting out of beta:
- The conscious-SOM which will be the first implementation of this in python! (as far as I am aware)
- More thorough testing: Need to build up more tests for all functions
- Many depreciated functions: Many functions in this code are designed to work with an old system and need to be made more general
- Better documentation: there is some basic documentation with https://scisom.readthedocs.io/en/latest/ but there are still some issues to polish.
With all this in mind, users are welcome to try this package and report on any issues!
What's Changed
- restructure some files by @LuisSanchez25 in #1
- Improve docstrings by @LuisSanchez25 in #2
- Test kSOM learning function by @LuisSanchez25 in #3
- reorganize files and switch to toml by @LuisSanchez25 in #4
- functioning kSOM by @LuisSanchez25 in #5
- Add tests for some basics by @LuisSanchez25 in #6
- Tests v2 by @LuisSanchez25 in #7
- insert more debugging tools into the SOM training by @LuisSanchez25 in #8
- update notebook by @LuisSanchez25 in #9
- Start documentation page by @LuisSanchez25 in #10
- rebuild docs after changing conf file by @LuisSanchez25 in #11
- redo build by @LuisSanchez25 in #12
- make a functioning html site by @LuisSanchez25 in #13
- remove _build files so readthedocs plays nice by @LuisSanchez25 in #16
New Contributors
- @LuisSanchez25 made their first contribution in #1
Full Changelog: https://github.com/RiceAstroparticleLab/SOM_package/commits/v0.0.0-beta