Skip to content

Releases: brainelectronics/micropython-package-template

0.15.0

04 May 19:36
3cba753

Choose a tag to compare

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-files

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-rc6.dev37

04 May 19:33

Choose a tag to compare

0.15.0-rc6.dev37 Pre-release
Pre-release

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-files

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-rc5.dev37

04 May 18:43

Choose a tag to compare

0.15.0-rc5.dev37 Pre-release
Pre-release

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

04 May 18:30

Choose a tag to compare

0.15.0-rc3.dev37 Pre-release
Pre-release

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

04 May 17:42
1eb7cfb

Choose a tag to compare

0.15.0-rc2.dev37 Pre-release
Pre-release

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

04 May 18:20

Choose a tag to compare

0.14.0-rc5.dev38 Pre-release
Pre-release

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

04 May 18:18

Choose a tag to compare

0.14.0-rc4.dev38 Pre-release
Pre-release

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

01 May 20:10
01a7f59

Choose a tag to compare

0.15.0-rc1.dev37 Pre-release
Pre-release

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

01 May 20:09
01a7f59

Choose a tag to compare

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

14 Apr 16:22
01a7f59

Choose a tag to compare

0.14.0-rc1.dev35 Pre-release
Pre-release

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