Skip to content

Releases: hbisneto/PyBridge

PyBridge 2.0.2

10 Jul 03:22
e8f4115

Choose a tag to compare

PyBridge 2.0.2 includes the following improvements:

  • Improvements in PyBridge CLI

PyBridge 2.0.1

23 Apr 22:25
08332d7

Choose a tag to compare

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

13 Nov 08:25
7c5c0bd

Choose a tag to compare

Environment

  • Added .gitignore
  • Added Module system to PyBridge
  • Added Library Logs.py to system module
  • Added Library Requirements.py to system module (SystemRequirements.py is now deprecated)
  • Improved PyBridge main file
  • Added new native library: time
  • Renamed Module ErrorReport to exception
  • Renamed Module Linux to linux
  • Renamed Module Mac to mac
  • Renamed Module Windows to windows
  • Renamed Library ErrorList to Exceptions
  • 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 .gitignore to projects created by PyBridge

Jupyter Notebook

Create a Jupyter Notebook project with all you need to get started:

  • Preset libraries includes pandas, numpy, qgrid, matplotlib and seaborn
    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

26 Jun 00:00
f3b8aab

Choose a tag to compare

PyBridge 1.5 includes the following improvements:

  • Added new native library: time
  • Added file .gitignore to 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

21 Apr 22:12
d890349

Choose a tag to compare

PyBridge 1.4.1 includes the following improvements:

  • Fixed a bug when creating bridge where the library SystemRequirements.py are not created properly.
  • Updated Core.py to run according to PyBridge from Windows Store Application.

PyBridge 1.4

02 Apr 20:38
b2f5735

Choose a tag to compare

PyBridge 1.4 includes improvements to ErrorList.py and SystemRequirements.py:

  • Added support to Python 3.10
  • Fixed a bug in SystemRequirements.py that 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

23 Mar 09:57
6f23276

Choose a tag to compare

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

14 Feb 04:50
5d8d699

Choose a tag to compare

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() and CreateFiles()
  • Changes in functions CreateInitFile(), CreateReadmeFile(), CreateErrorList(), CreateSystemRequirements(), CreateLinuxFile(), CreateLinuxAppFile(), CreateLinuxSplashScreen(), CreateLinuxFileSystem(), CreateMacFile(), CreateMacAppFile(), CreateMacSplashScreen(), CreateMacFileSystem(), CreateWindowsFile(), CreateWindowsAppFile(), CreateWindowsSplashScreen(), CreateWindowsFileSystem() and CreateTokensFile()

This release also makes Core.py sorted (#23) and updates the README file where you can learn more about PyBridge project

PyBridge 1.2

08 Dec 22:39
64356f1

Choose a tag to compare

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

05 Dec 12:43
81c4473

Choose a tag to compare

PyBridge 1.1 includes the following improvements:

  • Removed PythonExtension variable from Core.py library from all OS Modules #40
  • Improvements in Backup project resource according to #31
  • Minor changes in ErrorReport module
  • Removed support to Python 3.10 on SystemRequirements.py library
  • Fixed "PyBridge BETA 9" on SplashScreen.py library in all OS Modules