CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
217 stars 34 forks source link

Prepare release version 0.1b2 #159

Closed BryanCutler closed 3 years ago

BryanCutler commented 3 years ago

With #157 merged, we should make a release of version 0.1b2. This will also allow us to get starting with the process of making a conda package available.

BryanCutler commented 3 years ago

@frreiss is there anything else you would like to get in before we make this release? I could try make it and upload to PyPI, are there some steps written down someplace or is the process pretty straightforward?

frreiss commented 3 years ago

@BryanCutler thanks for stepping up on this task! I don't have any outstanding changes at the moment, so publishing a 0.1b2 release off of the current master branch is good. I've documented the release process here. Note that the API doc generation currently produces many warnings, so step 5 is a bit aspirational at this point.

BryanCutler commented 3 years ago

Quick update: I ran into a TensorArray issue with one of the notebooks, and am trying to get it worked out. I won't be available tomorrow, so will try to get this done by end of week.

BryanCutler commented 3 years ago

PR with notebook fix: https://github.com/CODAIT/text-extensions-for-pandas/pull/165

BryanCutler commented 3 years ago

Release is done now, uploaded to PyPI. I'm currently working on getting a conda package going.