You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/01 00:05:00 UTC

[jira] [Work logged] (BEAM-7389) Colab examples for element-wise transforms (Python)

     [ https://issues.apache.org/jira/browse/BEAM-7389?focusedWorklogId=320981&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-320981 ]

ASF GitHub Bot logged work on BEAM-7389:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Oct/19 00:04
            Start Date: 01/Oct/19 00:04
    Worklog Time Spent: 10m 
      Work Description: davidcavazos commented on issue #9669: [BEAM-7389] Update include buttons to support multiple languages
URL: https://github.com/apache/beam/pull/9669#issuecomment-536801256
 
 
   I'm actually regularizing some names in #9664 alongside #9692. Basically we would need to rename everything to `elementwise` since `element-wise` is not permitted in Python, that's why it ended up being `element_wise`. In java we'll also have a similar problem unless we go for `elementwise`.
   
   That would imply moving/renaming all the website source files as well as Python source files to read the new directory names. That wouldn't cause any problems if done in two stages as the PRs I mentioned above. It would just be two large PRs even if they don't change any of the content. I like the idea since I would like to keep things consistent.
   
   Just to make things clear, here is what would have to be done:
   
   1. PR1: Create new `elementwise` directory.
      * **Copy** over the `element_wise` directory into `elementwise`.
      * Make sure all tests pass
      * We would have (temporarily) two copies of the code snippets.
   
   1. PR2: Update the docs.
      * **Move** the docs from `element-wise` to `elementwise`.
      * Update all code snippets to point to the new `elementwise` Python directory.
      * Regenerate notebooks
      * Delete old `element_wise` Python directory.
   
   These would be big PRs even if there is no actual content change.
   
   @aaltay How about we do these changes in the open PRs we already have for this?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 320981)
    Time Spent: 61h 40m  (was: 61.5h)

> Colab examples for element-wise transforms (Python)
> ---------------------------------------------------
>
>                 Key: BEAM-7389
>                 URL: https://issues.apache.org/jira/browse/BEAM-7389
>             Project: Beam
>          Issue Type: Improvement
>          Components: website
>            Reporter: Rose Nguyen
>            Assignee: David Cavazos
>            Priority: Minor
>          Time Spent: 61h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)