Some other docs still need to be updated:

* GLib
* Java
* JavaScript

The documentation generation script and Docker setup is still broken
per https://issues.apache.org/jira/browse/ARROW-4309

On Tue, Apr 2, 2019 at 12:54 PM Wes McKinney <wesmck...@gmail.com> wrote:
>
> I'll update the main docs site today
>
> On Mon, Apr 1, 2019 at 1:11 PM Wes McKinney <wesmck...@gmail.com> wrote:
> >
> > I have written a blog post, additions from other maintainers would be 
> > welcome
> >
> > https://github.com/apache/arrow/pull/4091
> >
> > I'll plan to publish tomorrow morning.
> >
> > Would someone like to help with updating the documentation sites? I
> > believe that generating the documentation site currently requires a
> > CUDA-enabled Python build, so I can do it if no one else can.
> >
> > On Mon, Apr 1, 2019 at 2:12 AM Kouhei Sutou <k...@clear-code.com> wrote:
> > >
> > > Thanks Krisztián!
> > >
> > > I've updated MSYS2 package:
> > >   https://github.com/msys2/MINGW-packages/pull/5129
> > >
> > > Remaining task:
> > >
> > >   * Release announce (Wes will do tomorrow)
> > >
> > >
> > > Thanks,
> > > --
> > > kou
> > >
> > > In <cahm19a4lparytktgezigs7pzsbwzgm4b83ef+yg-b6ptjof...@mail.gmail.com>
> > >   "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Mon, 1 Apr 
> > > 2019 08:50:29 +0200,
> > >   Krisztián Szűcs <szucs.kriszt...@gmail.com> wrote:
> > >
> > > > I'm updating the conda-forge packages.
> > > >
> > > > On Mon, Apr 1, 2019 at 7:47 AM Kouhei Sutou <k...@clear-code.com> wrote:
> > > >
> > > >> Hi Andy,
> > > >>
> > > >> Thanks for resending invites.
> > > >> I found both invites of parquet and datafusion crates and
> > > >> accepted them.
> > > >>
> > > >> Thanks for publishing crates.
> > > >>
> > > >>
> > > >> Thanks,
> > > >> --
> > > >> kou
> > > >>
> > > >> In <CAJEf=x5kxubgzdfxmru67+uh0mjef2bhpqqfymrcaen-esx...@mail.gmail.com>
> > > >>   "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Sun, 31 Mar
> > > >> 2019 22:11:24 -0600,
> > > >>   Andy Grove <andygrov...@gmail.com> wrote:
> > > >>
> > > >> > I resent invites to you and a few others .. it is still showing only 
> > > >> > me
> > > >> as
> > > >> > an owner of the datafusion crate, and just me and Chao as owners of 
> > > >> > the
> > > >> > parquet crate. Please let me know if you still don't have the invite.
> > > >> >
> > > >> > I went ahead and published the parquet and datafusion crates from the
> > > >> > source tarball.
> > > >> >
> > > >> > Andy.
> > > >> >
> > > >> > On Sun, Mar 31, 2019 at 9:14 PM Kouhei Sutou <k...@clear-code.com> 
> > > >> > wrote:
> > > >> >
> > > >> >> Hi Andy,
> > > >> >>
> > > >> >> Thanks for the Wiki update.
> > > >> >>
> > > >> >>
> > > >> >> I couldn't find any pending invites at
> > > >> >> https://crates.io/me/pending-invites .
> > > >> >>
> > > >> >> Could you resend invitations? My account is 
> > > >> >> https://crates.io/users/kou
> > > >> >>
> > > >> >>
> > > >> >> Thanks,
> > > >> >> --
> > > >> >> kou
> > > >> >>
> > > >> >> In 
> > > >> >> <CAJEf=x4j0fnxxfmqxyubnxu2imxxzudkivze2derw3fpcu1...@mail.gmail.com>
> > > >> >>   "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on Sun, 31 
> > > >> >> Mar
> > > >> >> 2019 20:09:18 -0600,
> > > >> >>   Andy Grove <andygrov...@gmail.com> wrote:
> > > >> >>
> > > >> >> > Also you may need to visit https://crates.io/me/pending-invites to
> > > >> find
> > > >> >> > your invites.
> > > >> >> >
> > > >> >> > On Sun, Mar 31, 2019 at 8:02 PM Andy Grove <andygrov...@gmail.com>
> > > >> >> wrote:
> > > >> >> >
> > > >> >> >> I updated the wiki. The issue is that in the dev tree, the 
> > > >> >> >> parquet
> > > >> crate
> > > >> >> >> Cargo.toml has:
> > > >> >> >>
> > > >> >> >> arrow = { path = "../arrow" }
> > > >> >> >>
> > > >> >> >> which needs to be changed to
> > > >> >> >>
> > > >> >> >> arrow = 0.13.0
> > > >> >> >>
> > > >> >> >> and the datafusion crate has:
> > > >> >> >>
> > > >> >> >> arrow = { path = "../arrow" }
> > > >> >> >> parquet = { path = "../parquet" }
> > > >> >> >>
> > > >> >> >> which needs to be changes to
> > > >> >> >>
> > > >> >> >> arrow = 0.13.0
> > > >> >> >> parquet = 0.13.0
> > > >> >> >>
> > > >> >> >> It would be good to automate these changes for the release 
> > > >> >> >> packaging
> > > >> ...
> > > >> >> >> I'll file a JIRA for this.
> > > >> >> >>
> > > >> >> >> Andy.
> > > >> >> >>
> > > >> >> >>
> > > >> >> >>
> > > >> >> >>
> > > >> >> >>
> > > >> >> >> On Sun, Mar 31, 2019 at 7:51 PM Andy Grove 
> > > >> >> >> <andygrov...@gmail.com>
> > > >> >> wrote:
> > > >> >> >>
> > > >> >> >>> Hi Kou,
> > > >> >> >>>
> > > >> >> >>> There is a small manual step for publishing parquet and 
> > > >> >> >>> datafusion
> > > >> >> >>> crates. Let me see if I can update the wiki now with these 
> > > >> >> >>> steps.
> > > >> >> >>>
> > > >> >> >>> Andy.
> > > >> >> >>>
> > > >> >> >>>
> > > >> >> >>> On Sun, Mar 31, 2019 at 7:26 PM Kouhei Sutou 
> > > >> >> >>> <k...@clear-code.com>
> > > >> >> wrote:
> > > >> >> >>>
> > > >> >> >>>> I've done the followings:
> > > >> >> >>>>
> > > >> >> >>>>   * Java packages
> > > >> >> >>>>
> > > >> >> >>>>   * Ruby packages
> > > >> >> >>>>
> > > >> >> >>>>   * JavaScript packages
> > > >> >> >>>>
> > > >> >> >>>>   * C# packages
> > > >> >> >>>>
> > > >> >> >>>> Failed:
> > > >> >> >>>>
> > > >> >> >>>>   * Rust
> > > >> >> >>>>
> > > >> >> >>>>     * I have only "arrow" crate. Could someone give me
> > > >> >> >>>>       permission for "parquet" crate and "datafusion" crate?
> > > >> >> >>>>
> > > >> >> >>>>     * Failed to publish "datafusion" crate:
> > > >> >> >>>>
> > > >> >> >>>>     Updating crates.io index
> > > >> >> >>>> error: all path dependencies must have a version specified when
> > > >> >> >>>> publishing.
> > > >> >> >>>> dependency `arrow` does not specify a version
> > > >> >> >>>>
> > > >> >> >>>> Not yet:
> > > >> >> >>>>
> > > >> >> >>>>   * Release announce (Wes will do)
> > > >> >> >>>>
> > > >> >> >>>>   * Homebrew (Shiro will do)
> > > >> >> >>>>
> > > >> >> >>>>   * conda-forge packages
> > > >> >> >>>>
> > > >> >> >>>>
> > > >> >>
> > > >> https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Updatingcondapackages
> > > >> >> >>>>
> > > >> >> >>>>   * MinGW packages
> > > >> >> >>>>
> > > >> >> >>>> In <20190401.100534.1994401902745481991....@clear-code.com>
> > > >> >> >>>>   "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on 
> > > >> >> >>>> Mon, 01
> > > >> >> Apr
> > > >> >> >>>> 2019 10:05:34 +0900 (JST),
> > > >> >> >>>>   Kouhei Sutou <k...@clear-code.com> wrote:
> > > >> >> >>>>
> > > >> >> >>>> > Thanks, please.
> > > >> >> >>>> > See also:
> > > >> >> >>>>
> > > >> >>
> > > >> https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-UpdatingHomebrewpackages
> > > >> >> >>>> >
> > > >> >> >>>> >
> > > >> >> >>>> > In <042ab6be-b138-4546-8855-a649be808...@gmail.com>
> > > >> >> >>>> >   "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on 
> > > >> >> >>>> > Mon,
> > > >> 1
> > > >> >> Apr
> > > >> >> >>>> 2019 10:01:34 +0900,
> > > >> >> >>>> >   Yosuke Shiro <yosuke.shiro...@gmail.com> wrote:
> > > >> >> >>>> >
> > > >> >> >>>> >> Hi,
> > > >> >> >>>> >>
> > > >> >> >>>> >> I can update homebrew packages.
> > > >> >> >>>> >>
> > > >> >> >>>> >> ―
> > > >> >> >>>> >> shiro
> > > >> >> >>>> >>
> > > >> >> >>>> >>> On Apr 1, 2019, at 7:17, Kouhei Sutou <k...@clear-code.com>
> > > >> wrote:
> > > >> >> >>>> >>>
> > > >> >> >>>> >>> Uploaded binary artifacts.
> > > >> >> >>>> >>>
> > > >> >> >>>> >>> Uploaded *.whl and source package to PyPI.
> > > >> >> >>>> >>>
> > > >> >> >>>> >>> Updated RubyGems.
> > > >> >> >>>> >>>
> > > >> >> >>>> >>> In <20190401.071106.172639502556495671....@clear-code.com>
> > > >> >> >>>> >>>  "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on
> > > >> Mon, 01
> > > >> >> >>>> Apr 2019 07:11:06 +0900 (JST),
> > > >> >> >>>> >>>  Kouhei Sutou <k...@clear-code.com> wrote:
> > > >> >> >>>> >>>
> > > >> >> >>>> >>>> Thanks Wes!
> > > >> >> >>>> >>>>
> > > >> >> >>>> >>>> Then I'll only update site/_release/0.13.0.md,
> > > >> >> >>>> >>>> site/_release/index.md and site/_data/versions.yaml.
> > > >> >> >>>> >>>> I'm writing a shell script that updates them 
> > > >> >> >>>> >>>> automatically.
> > > >> >> >>>> >>>>
> > > >> >> >>>> >>>> Source artifacts are uploaded.
> > > >> >> >>>> >>>> Binary artifacts are still uploading. It's slow. I'll 
> > > >> >> >>>> >>>> update
> > > >> >> >>>> >>>> dev/release/post-02-binary.sh to upload files in parallel.
> > > >> >> >>>> >>>>
> > > >> >> >>>> >>>> In <CAJPUwMDrAWwEjYRcH53bmyMVbq7PE=
> > > >> >> >>>> mmnvdbqzrreivjqzo...@mail.gmail.com>
> > > >> >> >>>> >>>>  "Re: [RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on
> > > >> Sun,
> > > >> >> 31
> > > >> >> >>>> Mar 2019 15:27:19 -0500,
> > > >> >> >>>> >>>>  Wes McKinney <wesmck...@gmail.com> wrote:
> > > >> >> >>>> >>>>
> > > >> >> >>>> >>>>> Thanks Kou! I can update the website and write a release 
> > > >> >> >>>> >>>>> blog
> > > >> >> post
> > > >> >> >>>> but I
> > > >> >> >>>> >>>>> can't do it until tomorrow. We can work on getting the
> > > >> packages
> > > >> >> >>>> updated in
> > > >> >> >>>> >>>>> the meantime
> > > >> >> >>>> >>>>>
> > > >> >> >>>> >>>>> On Sun, Mar 31, 2019, 3:24 PM Kouhei Sutou <
> > > >> k...@clear-code.com>
> > > >> >> >>>> wrote:
> > > >> >> >>>> >>>>>
> > > >> >> >>>> >>>>>> Rebased.
> > > >> >> >>>> >>>>>> I'll do JIRA related tasks.
> > > >> >> >>>> >>>>>>
> > > >> >> >>>> >>>>>> In 
> > > >> >> >>>> >>>>>> <20190401.051840.2039359498321288849....@clear-code.com>
> > > >> >> >>>> >>>>>>  "[RESULT][VOTE] Release Apache Arrow 0.13.0 - RC4" on 
> > > >> >> >>>> >>>>>> Mon,
> > > >> 01
> > > >> >> >>>> Apr 2019
> > > >> >> >>>> >>>>>> 05:18:40 +0900 (JST),
> > > >> >> >>>> >>>>>>  Kouhei Sutou <k...@clear-code.com> wrote:
> > > >> >> >>>> >>>>>>
> > > >> >> >>>> >>>>>>> Hi,
> > > >> >> >>>> >>>>>>>
> > > >> >> >>>> >>>>>>> The 0.13.0 RC4 vote carries with 4 binding +1 (and 3
> > > >> >> >>>> >>>>>>> non-binding +1) votes. Thanks for helping verify the 
> > > >> >> >>>> >>>>>>> RC.
> > > >> >> >>>> >>>>>>>
> > > >> >> >>>> >>>>>>> There are some post release tasks:
> > > >> >> >>>> >>>>>>>
> > > >> >> >>>> >>>>>>>
> > > >> >> >>>> >>>>>>
> > > >> >> >>>>
> > > >> >>
> > > >> https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Post-releasetasks
> > > >> >> >>>> >>>>>>>
> > > >> >> >>>> >>>>>>> I'll rebase the master branch. Could someone help doing
> > > >> >> >>>> >>>>>>> these tasks?
> > > >> >> >>>> >>>>>>>
> > > >> >> >>>> >>>>>>>
> > > >> >> >>>> >>>>>>> Thanks,
> > > >> >> >>>> >>>>>>> --
> > > >> >> >>>> >>>>>>> kou
> > > >> >> >>>> >>>>>>
> > > >> >> >>>> >>
> > > >> >> >>>>
> > > >> >> >>>
> > > >> >>
> > > >>

Reply via email to