Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaText/TextAnalysis.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: JuliaText/TextAnalysis.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.2
Choose a head ref
  • 15 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    da0dfcc View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Fix CI badge

    aviks authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a16b658 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #239 from JuliaText/compathelper/new_version/2020-…

    …11-15-23-28-03-116-1138534163
    
    CompatHelper: bump compat for "DataFrames" to "0.22"
    aviks authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    6396675 View commit details
    Browse the repository at this point in the history
  3. reduce testing on x86

    aviks authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    77274c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    5241f85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #240 from JuliaText/as/df-tables

    Use Tables.jl, remove explicit DataFrames dependency
    aviks authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    1dbb0e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. add serialization methods for DocumentTermMatrix

    Add serialization method for DocumentTermMatrix that optimizes by not serializing the column index unnecessarily. That is re-constructed from the terms vector on deserialization.
    tanmaykm committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    a0fee23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0aec2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df54c22 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Merge pull request #244 from tanmaykm/tan/dtm

    methods to help manipulate and update DocumentTermMatrix incrementally
    aviks authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    b5c9dce View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. optimize document term sparse matrix operations

    This updates the `merge!` method for document term matrices introduced in #244 with specific implementation of sparse matric operations optimized for the merging operation.
    tanmaykm committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c9c5157 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge pull request #245 from tanmaykm/tan/dtm

    optimize document term sparse matrix operations
    aviks authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    c724c85 View commit details
    Browse the repository at this point in the history
  2. New version v0.7.2

    aviks authored Dec 18, 2020
    2 Configuration menu
    Copy the full SHA
    5ba87c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Configuration menu
    Copy the full SHA
    339d668 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #246 from tanmaykm/tan/dtm

    fix Project.toml, add Tables compat entry
    aviks authored Dec 19, 2020
    2 Configuration menu
    Copy the full SHA
    992596b View commit details
    Browse the repository at this point in the history
Loading