Skip to content

Releases: bigartm/bigartm

Beta release 0.10.1: now pip installable

30 Dec 09:23
f05e9f3
Compare
Choose a tag to compare
  • Several bugfixes related to transactions, loading and disposing models
  • Now it is possible to install artm with pip on Linux systems: pip install bigartm10

Beta release 0.9.2: now pip installable

30 Dec 09:29
Compare
Choose a tag to compare
Pre-release
  • Several bugfixes related to loading and disposing models
  • Now supports python 3.7 and Ipython consoles
  • Now it is possible to install artm with pip on Linux systems: pip install bigartm

We will be maintaining two versions (0.9.x and 0.10.x) of BigARTM in parallel, at least in a foreseeable future.

Beta release 0.10.0

25 Feb 10:38
3c0cbc4
Compare
Choose a tag to compare
Beta release 0.10.0 Pre-release
Pre-release
  • Bug fixes in co-occurrence gathering tool
  • Fixing bugs with AppVeyor-mingw
  • Support python 3.7

For more details refer to Release Notes.
If you have any questions, please ask bigartm-users@googlegroups.com.

Beta release 0.9.1

24 Feb 21:01
Compare
Choose a tag to compare
Beta release 0.9.1 Pre-release
Pre-release
  • Minor bug fixes and small new features
  • Add support of transactions

For more details refer to Release Notes.
If you have any questions, please ask bigartm-users@googlegroups.com.

Beta release 0.9.0

04 Nov 20:49
e38027c
Compare
Choose a tag to compare
Beta release 0.9.0 Pre-release
Pre-release

There a some changes besides numerous bug fixes and small improvements:

  • Add support for entire model saving and loading via dump_artm_model and save_artm_model methods of artm.ARTM
  • Basic support for building and installing platform-dependent Python wheels
  • VisARTM documentation is moved to its own website, now there is only link to it

IMPORTANT Few Python dependencies were added - scipy (required) and wheel (for building Python package, optional). Please install them with pip install.

For more details refer to Release Notes.
If you have any questions, please ask bigartm-users@googlegroups.com.

Beta release v0.8.3

13 Feb 22:12
Compare
Choose a tag to compare
Beta release v0.8.3 Pre-release
Pre-release
  • Minor bug fixes and small new features
  • Full compatibility with v0.8.2 API
  • Our project receives its own
    DOI, that's why it's possible now to cite it :)

IMPORTANT: There are significant changes in the layout and structure of documentation (e.g. section about web-based visualization called VisARTM was added).

For more details refer to Release Notes.
If you have any questions, please ask bigartm-users@googlegroups.com.

Beta release v0.8.2

10 Dec 23:28
Compare
Choose a tag to compare
Beta release v0.8.2 Pre-release
Pre-release
  • Add support Python 3 (and continue to support Python 2)
  • Numerous bug fixes and small new features
  • Full compatibility with v0.8.1 API

IMPORTANT: BigARTM v0.8.2 adds few dependencies in python. Please install them with pip install.

  • tqdm library; to install use pip install tqdm
  • protobuf-3.0.0 library; to install use pip install protobuf==3.0.0

For more details refer to Release Notes.
If you have any questions, please ask bigartm-users@googlegroups.com.

Beta release v0.8.1

21 Jun 19:37
Compare
Choose a tag to compare
Beta release v0.8.1 Pre-release
Pre-release

The recommended package for most users is vs12_win64_RelWithDebInfo.7z.
Please refer to Release Notes to see the list of the changes.
If you have any questions, please ask bigartm-users@googlegroups.com.

Beta release v0.8.0

06 May 22:11
Compare
Choose a tag to compare
Beta release v0.8.0 Pre-release
Pre-release

From BigARTM v0.8.0 and onward the Release Notes are moved into the documentation:

The main focus for v0.8.0 release was to perform minor cleanup in the APIs, by renaming methods for better consistency, or moving parameters to where they belong. We also fixed messages.proto to copile with C#. The biggest conceptual change is in Python API, where we introduced a new class Dictionary. This change however is still very straightforward.

We strongly recommend to review the Release Notes for the APIs that you are using, as it describes all renames and other minor changes that we made in the APIs. If you have any questions, please ask bigartm-users@googlegroups.com.

The recommended package for most users is vs12_win64_RelWithDebInfo.7z.

Beta release v0.7.6

06 May 22:01
Compare
Choose a tag to compare
Beta release v0.7.6 Pre-release
Pre-release

This is a minor release mostly containing bug fixes. For all changes see the diff v0.7.5...v0.7.6

The recommended package for most users is vs12_win64_RelWithDebInfo.7z.

Questions? Ask bigartm-users@googlegroups.com!