Skip to content

Implement broadcasting for BioSequences#171

Open
TransGirlCodes wants to merge 4 commits into
v3from
benjward/broadcast
Open

Implement broadcasting for BioSequences#171
TransGirlCodes wants to merge 4 commits into
v3from
benjward/broadcast

Conversation

@TransGirlCodes

Copy link
Copy Markdown
Member

Types of changes

This PR implements the following changes:
(Please tick any or all of the following that are applicable)

  • ✨ New feature (A non-breaking change which adds functionality).
  • 🐛 Bug fix (A non-breaking change, which fixes an issue).
  • 💥 Breaking change (fix or feature that would cause existing functionality to change).

☑️ Checklist

  • 🎨 The changes implemented is consistent with the julia style guide.
  • 📘 I have updated and added relevant docstrings, in a manner consistent with the documentation styleguide.
  • 📘 I have added or updated relevant user and developer manuals/documentation in docs/src/.
  • 🆗 There are unit tests that cover the code changes I have made.
  • 🆗 The unit tests cover my code changes AND they pass.
  • 📝 I have added an entry to the [UNRELEASED] section of the manually curated CHANGELOG.md file for this repository.
  • 🆗 All changes should be compatible with the latest stable version of Julia.
  • 💭 I have commented liberally for any complex pieces of internal code.

@TransGirlCodes TransGirlCodes changed the base branch from master to v3 July 20, 2021 12:04
@codecov

codecov Bot commented Jul 20, 2021

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@TransGirlCodes

Copy link
Copy Markdown
Member Author

@jakobnissen Ok so, because broadcasting is a bit complex, I'm going to properly document every choice I make, and everything I've learned so far about the machinery here, as I make commits.

@TransGirlCodes TransGirlCodes self-assigned this Jul 20, 2021
@TransGirlCodes TransGirlCodes added this to the v3.0.0 milestone Jul 20, 2021
@TransGirlCodes TransGirlCodes linked an issue Jul 20, 2021 that may be closed by this pull request
@jakobnissen

Copy link
Copy Markdown
Member

Looks good! I'll follow from the sidelines :)

@jakobnissen

Copy link
Copy Markdown
Member

If you get to understand how broadcasting works, can you perhaps check this method ambiguity out?

Base.Broadcast.BroadcastStyle(s1::BioSequences.PFMBroadcastStyle, s2::Base.Broadcast.BroadcastStyle) in BioSequences at /home/jakob/code/BioSequences.jl/src/search/pwm.jl:76

vs

Base.Broadcast.BroadcastStyle(::S, ::Base.Broadcast.Unknown) where S<:Base.Broadcast.BroadcastStyle in Base.Broadcast at broadcast.jl:133

Is this a runtime error waiting to happen or is it OK?

@TransGirlCodes TransGirlCodes removed this from the v3.0.0 milestone Oct 12, 2021
@TransGirlCodes

Copy link
Copy Markdown
Member Author

I've cleared this from the v3.0 milestone, we're officially gonna push this back to a version 3.X.

@CiaranOMara CiaranOMara added the v4 Scheduled for v3.X.X to v4. label Dec 31, 2021
@CiaranOMara CiaranOMara added this to the v4.0.0 milestone Dec 31, 2021
@jakobnissen

Copy link
Copy Markdown
Member

Can you rebase this on master? (no rush though)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v4 Scheduled for v3.X.X to v4.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement broadcasting for biosequences

3 participants