Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v76 #345

Merged
merged 21 commits into from
Apr 30, 2020
Merged

Release v76 #345

merged 21 commits into from
Apr 30, 2020

Conversation

guymcswain
Copy link
Collaborator

New APIs:

  • gpioWaveCreatePad (pigpio C I/F)
  • wave_create_and_pad (Python module and pigpiod C I/F)
  • wvcap (pigs)

Closes PR #329 and Issue #126

@guymcswain
Copy link
Collaborator Author

@joan2937 , are there any other updates that you would like to include in this release? Some potential candidates for your consideration:

@joan2937
Copy link
Owner

I would leave them out of 76 but put them straight in to the next putative release. They look like the sort of changes which will be okay as long as the existing tests pass. I wouldn't stress about them either way because they should each be easy to revert if they cause a problem.

@guymcswain
Copy link
Collaborator Author

guymcswain commented Apr 30, 2020

Good suggestion - I'll start a new draft release after 76 so we can begin to vet the changes.

Last question on v76 - After generating the docs I just committed all files. Every time I ran makedoc another database file was created. There are also files in DOC/tmp. I'd like to update the .gitignore file to remove any cruft from the directory but I know not what I'm doing.

@joan2937
Copy link
Owner

The DOC/tmp directory should be .gitignored.

All but the pigpio.sqlite file in DOC/dbase should be .gitignored. The backups will be purged eventually (by bin/purge.sh). They are probably no longer required as the sources are now in git.

DOC/MAN can be .gitignored (all files are auto generated).

DOC/HTLM/*.html can be .gitignored (files are auto generated).

DOC/tmp
DOC/dbase/pigpio.sqlite.*
DOC/MAN
DOC/HTML/*.html

@guymcswain guymcswain marked this pull request as ready for review April 30, 2020 18:34
@guymcswain guymcswain merged commit 30e6b35 into master Apr 30, 2020
@guymcswain guymcswain deleted the release-v76 branch June 27, 2020 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants