Skip to content

Releases: Trentonom0r3/PyShiftAE

v1.0.1 - Integration of Full Python Library, CEPy Extensions

29 Jan 13:11
Compare
Choose a tag to compare
  • Updated Documentation, release PyShiftAE 1.0.1
    • Release pypi project.
      pip install PyShiftAE
    • Include Docs for CEPy extensions
    • Ability to write extensions using any** Python GUI framework
    • Ability to control AE from ANY python process!
    • Slight Refactorings, deletions, and changes.
    • Support for Python >=3.5

** Only tested on PyQT currently. Should work for others though.

What's Changed

Full Changelog: 0.9.2...1.0.1

v0.9.2 - Various progress in CEPy Extensions, Python integration

28 Jan 07:58
dcdff0d
Compare
Choose a tag to compare
  • Ability to write full python GUI extensions! (Docs coming soon)
  • Ability to control AE from ANY python process!
  • Slight Refactoring, deletions, and changes.
  • TODO: Refactor further, finalize API transfer to .pyd, and fully test extension and python process communication.

What's Changed

Full Changelog: 0.9.1...0.9.2

v0.9.1 - Various Changes and compatibility updates

25 Jan 04:29
5155e80
Compare
Choose a tag to compare
  • Updated python compatibility to 3.1x and up.
  • Removed console in preparation for cross-process communication.
  • Added submodule as dependency (not required at the moment, WiP)
  • Removed JS communication, will be replacing with updated version at a later point.
  • Various small refactors in source code.

What's Changed

Full Changelog: 0.9.0...0.9.1

Release [v0.9.0] Largely-Stable, Main core API Implemented.

27 Dec 03:52
caff126
Compare
Choose a tag to compare

Moving to an Official 0.9.0 release. API is quite stable, plugin quite stable as well. I don't see the core API changing too much on the user end, and most changes going forward will end up being related to expansion, rather than actual API alteration on the user end.

After a few final kinks are worked out, will move to official 1.0.0 release.

  • Major Points:
    • Extensive Core API for basic manipulation.
    • Ability to communicate via CEP extension.
    • Built-in Python Console for Debugging.
    • Easy installer for setup.
    • Discord Server for Information.
    • Ability to use any and all external python libraries.

What's Changed

New Contributors

Full Changelog: https://github.com/Trentonom0r3/PyShiftAE/commits/0.9.0