Giter VIP home page Giter VIP logo

Comments (8)

erickpeirson avatar erickpeirson commented on August 11, 2024

@ma47 Thanks for the report, and for using Tethne! Yes, there have been quite a few dramatic changes over the last several "minor" versions. Early versions had a sprawling and inefficient code-base, so there has been a lot of refactoring with a focus on core functionality. This will be bug/TETHNE-128.

Honestly, the best way to help keep this project on track is by continuing to use the package as it is developed, and submit issues just like this one. A few other projects have taken precedence over the last year, but given that there has been a rather sudden burst of activity over the last couple of months I'm hoping to devote more time to this project.

The JIRA project is here: https://diging.atlassian.net/projects/TETHNE/ . If you create an account (click Log In in the upper right, follow links), you should be able to submit bug reports directly and keep closer tabs on development.

from tethne.

ma-ji avatar ma-ji commented on August 11, 2024

@erickpeirson Thank you for your timely reply! I'm fully confident that this package will be much more popular. I was using CiteSpace, but applications like this are pretty limited in manipulating the data. Lots of "quick publications" have been made because of these tools, but they add little theoretical contributions to the discipline. I would like to use packages like tethne, by which we can ask more important questions, but not generate publications according to the "cook book." You have my full support! And I definitely like to introduce tethne to more people, if they really want to do research.

from tethne.

ma-ji avatar ma-ji commented on August 11, 2024

One more suggestion: you can write a paper to introduce this package and get published somewhere, therefore, we can cite your paper. This will boost your citation, and you really deserve this!

Like this one: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0085777

from tethne.

erickpeirson avatar erickpeirson commented on August 11, 2024

@ma47 Thank you so much for your support! Yes, you're right about writing a paper, this is something that I have been thinking about -- hopefully this summer...

from tethne.

erickpeirson avatar erickpeirson commented on August 11, 2024

@ma47 I have uploaded a pre-release "dev" build to PyPI with a refactored attachment_probability. It would be great if you could try it out and let me know how it goes.

To install via pip, use the --pre flag, e.g.:

pip install -U tethne --pre

This tells pip to download the latest pre-release version (otherwise it will just download 0.8).

Example usage:

>>> from tethne.readers.wos import read
>>> corpus = read("/path/to/my/data")
>>> from tethne import coauthors, GraphCollection
>>> collection = GraphCollection(corpus, coauthors)
>>> from tethne.analyze.collection import attachment_probability
>>> probs = attachment_probability(collection)

from tethne.

ma-ji avatar ma-ji commented on August 11, 2024

Sure! will try this out today, thank you!

On Mon, Jul 11, 2016 at 10:03 AM, Erick [email protected] wrote:

@ma47 https://github.com/ma47 I have uploaded a pre-release "dev" build
https://pypi.python.org/pypi/tethne/0.8.1.dev2 to PyPI with a
refactored attachment_probability. It would be great if you could try it
out and let me know how it goes.

To install via pip, use the --pre flag, e.g.:

pip install -U tethne --pre

This tells pip to download the latest pre-release version (otherwise it
will just download 0.8).

Example usage:

from tethne.readers.wos import read>>> corpus = read("/path/to/my/data")>>> from tethne import coauthors, GraphCollection>>> collection = GraphCollection(corpus, coauthors)>>> from tethne.analyze.collection import attachment_probability>>> probs = attachment_probability(collection)


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#154 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ALQt54byTWWSDQF5dUiDXeehA94AtF6Kks5qUk1FgaJpZM4JIQi9
.

from tethne.

erickpeirson avatar erickpeirson commented on August 11, 2024

@ma47 Excellent thanks. Also, I created a Google Q/A group for Tethne users: https://groups.google.com/forum/#!forum/tethne-users

from tethne.

erickpeirson avatar erickpeirson commented on August 11, 2024

Fixed in 3164186, this will be released with v0.8.1-beta.

from tethne.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.