Releases: ajventer/pyKAN
0.1.3 Unbroken
0.1.2.2 Bugfixes and Features
Added --nobar option.
Fixed a problem with version comparisons.
0.1.2.1
0.1.2 Features and bugfixes
This is an improved version of 0.1 with numerous bug fixes and some new features, notably an improved commandline syntax with support for multiple modules in a single command.
Bugfix update to 0.1.0
This is a minor release that includes a few bugfixes, mostly from third-parties since the original 0.1.0 release.
Stable
First stable, public release.
Changes:
The installed modules listing is now also sorted alphabetically.
Fixed a bug where calling upgrade would reinstall the same version as was there before
Disabled strict mode JSON to deal with the bad json in .version files.
Handling of 'file' mode install sections now work correctly.
Fixed install destination for mods like firespittercore
Use appdirs module to place main configuration file in a platform neutral manner
0.0.1-Beta 2c
Results of the first few days of bugfixing on the original beta 2. This version makes the central config file location platform neutral, and fixes a significant problem with mod installs that affected mods like WaypointManager.
0.0.1-Beta 2b
Bugfixes from the first day after releasing the second beta. Mostly getting more mods to install correctly.
0.0.1-Beta 2
Second public beta:
Many bugs were fixed, code was ported to python3. All core functionality (installs, uninstalls, upgrades) work significantly better.
Please test and report any problems.
0.0.1 - Public Beta
This is a first public beta. All the core features are now in and appears to work. I successfully used PyKAN to install RP-0 on a KSP1.1.3 installation (which is a pretty complicated modset).
That said, this code has only ever been used by me and almost certainly still has bugs. Please test it, preferably not on your main KSP install, and report any bugs in the github issues page.
If you would like to contribute:
-Bugfixes: please do these as pull requests against the 0.0.1_beta branch
-Features: please do these as pull requests against the master branch.
the 0.0.1_beta branch is feature frozen and will only receive bugfixes. These will be merged to master as well, but no merges will happen the other way around.