Releases: brainelectronics/micropython-package-template
0.15.0
This change adds mpy cross compiled *.mpy files based on MicroPython 1.27.0 to the be_upy_blink directory. These files are listed in package_mpy.json and can be installed via mip like
import mip
mip.install("github:brainelectronics/micropython-package-template/package_mpy.json")or from the command line
mpremote mip install github:brainelectronics/micropython-package-template/package_mpy.json@feature/provide-mpy-cross-filesThe pre-commit hook mpy-cross is generating the latest *.mpy files of the be_upy_blink directory. If new .mpy files are created or change by this hook, the hook will raise an error.
The pre-commit hook upy-package-mpy is added to verify the package_mpy.json file list is up to date.
This closes #36
0.15.0-rc6.dev37
This change adds mpy cross compiled *.mpy files based on MicroPython 1.27.0 to the be_upy_blink directory. These files are listed in package_mpy.json and can be installed via mip like
import mip
mip.install("github:brainelectronics/micropython-package-template/package_mpy.json")or from the command line
mpremote mip install github:brainelectronics/micropython-package-template/package_mpy.json@feature/provide-mpy-cross-filesThe pre-commit hook mpy-cross is generating the latest *.mpy files of the be_upy_blink directory. If new .mpy files are created or change by this hook, the hook will raise an error.
The pre-commit hook upy-package-mpy is added to verify the package_mpy.json file list is up to date.
This closes #36
0.15.0-rc5.dev37
This change adds mpy cross compiled *.mpy files based on MicroPython 1.27.0 to the be_upy_blink directory. These files are listed in package_mpy.json and can be installed via
import mip
mip.install("github:brainelectronics/micropython-package-template/package_mpy.json")The pre-commit hook mpy-cross is generating the latest *.mpy files of the be_upy_blink directory. If new .mpy files are created or change by this hook, the hook will raise an error.
The pre-commit hook upy-package-mpy is added to verify the package_mpy.json file list is up to date.
This closes #36
0.15.0-rc3.dev37
This change adds mpy cross compiled *.mpy files based on MicroPython 1.27.0 to the be_upy_blink directory. These files are listed in package_mpy.json and can be installed via
import mip
mip.install("github:brainelectronics/micropython-package-template/package_mpy.json")The pre-commit hook mpy-cross is generating the latest *.mpy files of the be_upy_blink directory. If new .mpy files are created or change by this hook, the hook will raise an error.
The pre-commit hook upy-package-mpy is added to verify the package_mpy.json file list is up to date.
This closes #36
0.15.0-rc2.dev37
This change adds mpy cross compiled *.mpy files based on MicroPython 1.27.0 to the be_upy_blink directory. These files are listed in package_mpy.json and can be installed via
import mip
mip.install("github:brainelectronics/micropython-package-template/package_mpy.json")The pre-commit hook mpy-cross is generating the latest *.mpy files of the be_upy_blink directory. If new .mpy files are created or change by this hook, the hook will raise an error.
The pre-commit hook upy-package-mpy is added to verify the package_mpy.json file list is up to date.
This closes #36
0.14.0-rc5.dev38
This change updates the manual package installation instructions to use mpremote over rshell.
In the PyPI section the usage of twine check before twine upload is recommended.
An example instruction on how to install a specific version with upip was added.
The package usage example and the corresponding main.py example files are extended to set the LED pin based on the board extracted from os.uname().
This closes #34
0.14.0-rc4.dev38
This change updates the manual package installation instructions to use mpremote over rshell.
In the PyPI section the usage of twine check before twine upload is recommended.
An example instruction on how to install a specific version with upip was added.
The package usage example and the corresponding main.py example files are extended to set the LED pin based on the board extracted from os.uname().
This closes #34
0.15.0-rc1.dev37
This change adds mpy cross compiled *.mpy files based on MicroPython 1.27.0 to the be_upy_blink directory. These files are listed in package_mpy.json and can be installed via
import mip
mip.install("github:brainelectronics/micropython-package-template/package_mpy.json")The pre-commit hook mpy-cross is generating the latest *.mpy files of the be_upy_blink directory. If new .mpy files are created or change by this hook, the hook will raise an error.
The pre-commit hook upy-package-mpy is added to verify the package_mpy.json file list is up to date.
This closes #36
0.14.0
This change updates the manual package installation instructions to use mpremote over rshell.
In the PyPI section the usage of twine check before twine upload is recommended.
An example instruction on how to install a specific version with upip was added.
The package usage example and the corresponding main.py example files are extended to set the LED pin based on the board extracted from os.uname().
This closes #34
0.14.0-rc1.dev35
This change updates the manual package installation instructions to use mpremote over rshell.
In the PyPI section the usage of twine check before twine upload is recommended.
An example instruction on how to install a specific version with upip was added.
The package usage example and the corresponding main.py example files are extended to set the LED pin based on the board extracted from os.uname().
This closes #34