Releases: hbisneto/PyBridge
PyBridge 2.0.2
PyBridge 2.0.1
PyBridge 2.0.1 includes the following improvements:
- Added project creation time (#86)
Special thanks to @arshadshk246 for the implementation.
Thank you!
PyBridge 2.0
Environment
- Added
.gitignore - Added Module
systemto PyBridge - Added Library
Logs.pytosystemmodule - Added Library
Requirements.pytosystemmodule (SystemRequirements.pyis now deprecated) - Improved PyBridge main file
- Added new native library: time
- Renamed Module
ErrorReporttoexception - Renamed Module
Linuxtolinux - Renamed Module
Mactomac - Renamed Module
Windowstowindows - Renamed Library
ErrorListtoExceptions - Improved library
LinuxApp.py - Improved library
MacApp.py - Improved library
WindowsApp.py
FileSystem
- Added Backup folder reference to
FileSystem.py - Added Samples folder reference to
FileSystem.py
Core
- Added ability to download more sample codes
- Added ability to create a Jupyter Notebook project
- Added
.gitignoreto projects created by PyBridge
Jupyter Notebook
Create a Jupyter Notebook project with all you need to get started:
- Preset libraries includes
pandas,numpy,qgrid,matplotlibandseaborn
All libraries are commented by default. Uncomment and include other as you need - Access to FileSystem library
- Access to Exception library
- Run on any platform
Jupyter Notebook projects require Python 3.9 or later.
This release also updates the README file where you can learn more about PyBridge project.
PyBridge 1.5
PyBridge 1.5 includes the following improvements:
- Added new native library:
time - Added file
.gitignoreto PyBridge and projects created in PyBridge - Improvements in Download Samples feature
- Improvements in
FileSystem.py - Improvements in
SystemRequirements.py
This release also updates Native Libraries links in README file where you can learn more about PyBridge project.
PyBridge 1.4.1
PyBridge 1.4.1 includes the following improvements:
- Fixed a bug when creating bridge where the library
SystemRequirements.pyare not created properly. - Updated Core.py to run according to PyBridge from Windows Store Application.
PyBridge 1.4
PyBridge 1.4 includes improvements to ErrorList.py and SystemRequirements.py:
- Added support to Python 3.10
- Fixed a bug in
SystemRequirements.pythat raise a Runtime exception on Python 3.10 when system targets Python 3.9 to run - Minor changes in
ErrorList.py
This release also updates the README file where you can learn more about PyBridge project.
PyBridge 1.3.1
PyBridge 1.3.1 includes the following improvements:
- Removed support to Python 3.10 in Core.py for all system modules (#54)
- Fixed a bug that call for function Core.CreationSuccess() in LinuxApp.py and WindowsApp.py Libraries
- Update the README file where you can learn more about PyBridge project (#52)
This release also fixes some bugs that prevent PyBridge to keep running when launched
PyBridge 1.3
PyBridge 1.3 includes the following improvements:
- Added new native library to the project: zipfile
- Changed copyright text when a project was created on PyBridge
- Changes in CLI menu
- Added the ability to decompress downloaded sample codes (#47)
Special thanks to @sagarsadhu for adding this feature to the project! The world needs developers like you. Thank you!
Core.py
- Removed functions
CreationSuccess(),CreateArch()andCreateFiles() - Changes in functions
CreateInitFile(),CreateReadmeFile(),CreateErrorList(),CreateSystemRequirements(),CreateLinuxFile(),CreateLinuxAppFile(),CreateLinuxSplashScreen(),CreateLinuxFileSystem(),CreateMacFile(),CreateMacAppFile(),CreateMacSplashScreen(),CreateMacFileSystem(),CreateWindowsFile(),CreateWindowsAppFile(),CreateWindowsSplashScreen(),CreateWindowsFileSystem()andCreateTokensFile()
This release also makes Core.py sorted (#23) and updates the README file where you can learn more about PyBridge project
PyBridge 1.2
PyBridge 1.2 includes the following improvements:
Download Sample Projects
Now you can download sample projects directly from PyBridge (#30)
Core.py
New native and third party libraries were added
- Added new native libraries: pathlib to the project
- Added new third party library: requests to the project
README files
Improvements on creation of "README" files when projects are created through PyBridge (#7)
This release also fixes the following issue:
- Fixed a bug that prevents PyBridge to run on Linux environments
PyBridge 1.1
PyBridge 1.1 includes the following improvements:
- Removed
PythonExtensionvariable fromCore.pylibrary from all OS Modules #40 - Improvements in
Backup projectresource according to #31 - Minor changes in
ErrorReportmodule - Removed support to Python 3.10 on
SystemRequirements.pylibrary - Fixed "PyBridge BETA 9" on
SplashScreen.pylibrary in all OS Modules