climakitae at 1.0.0 now splits the codebase into 2 repos: [climakitae](https://github.com/cal-adapt/climakitae) and [climakitaegui](https://github.com/cal-adapt/climakitaegui). All GUI based code using the holoviz universe (panel, hvplot, etc.) has been moved to climakitaegui (ckg). This allows climakitae (ck) to have a more minimal install requirement allowing users to access the core data retrieval functionality of ck without the difficult build requirements of ckg.
What’s new?
- Code split into 2 repos. For GUI based functions in ckg, base classes are set in ck and then imported and extended in ckg. Some work had been previously done on this internally to ck but now the gui code is in a completely different repo.
- Functions needed only for other functions (helper functions) were moved from module level into the sub-functions.
- Documentation improvements to core functions.
Core
- All panel based user interface code moved to ckg
- New data query and retrieval tools added so that possible data outputs can be searched for and I single get_data call can be done.
Explore
- GUIs for explore tools moved to ckg. Base functions remain.