python-can-define-radio / pcdr

pcdr module: https://pypi.org/project/pcdr/
GNU General Public License v3.0
3 stars 2 forks source link

Create a transitional 0.4.8 branch that has... #24

Closed james-pcdr closed 4 months ago

james-pcdr commented 5 months ago
james-pcdr commented 5 months ago

This actually isn't feasible since I don't know which commit corresponds to 0.4.7.

Just bite the bullet on essentials, i.e., those that are in the python-course and sdr-course lessons. For example:

def makeWave(copy, paste, the, exact, args):
    """
    An alias for make_wave. Using make_wave is preferred as of version 1.*, but makeWave is kept for backwards compatibility.
    """
    return make_wave(copy, paste, the, exact, args)