Releases: goki/pi
Update to go embed, go.mod security fixes
1.0.2 with minor go indent fix
and updated go.mod dependencies.
Version 1.0.0
All cleaned up and ready to go for 1.0 release. If any further issues found in final testing, will bump to 1.0.1 etc.
should be 1.0 release candidate
parsing working reliably -- could fix a few more minor issues -- and will test for a week or two.
Moved vci to separate repository
while moving mat32 out to separate repo, doing same with vci as it is potentially more general-purpose.
now has vci, spell packages
all basic file-related packages go in pi. vci now fully supports svn and git.
still needs some golang completion fixes before ready for 1.0.
includes much improved tex package with bibtex lookup support and bibtex lib supporting loading bibtex from https://github.com/nickng/bibtex
important fix for slow packages.Load -- GOPATH preferred
Although the impact is mitigated by other changes in TextBuf, somehow packages.Load is causing a big block on everything even though in a separate goroutine, so editing is significantly smoother now using previous GOPATH mode and our own file loading code.
Effectively beta for 1.0 -- most of major GoGi & Gide done.
This is a big version bump given major progress in golang type inference, completion, and lookup, which has a few remaining relatively minor issues, but is getting very close..
Keeping up with Ki changes
No other changes.
Just keeping up with Ki updates
no changes except module version