Skip to content

Bump bcolz from 0.12.1 to 1.2.1#10

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot-pip-bcolz-1.2.1
Open

Bump bcolz from 0.12.1 to 1.2.1#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot-pip-bcolz-1.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 20, 2024

Copy link
Copy Markdown

Bumps bcolz from 0.12.1 to 1.2.1.

Release notes

Sourced from bcolz's releases.

Release 1.2.1

  • C-Blosc internal sources updated to 1.14.3. This basically means that internal Zstd sources are bumped to 1.3.4, which may lead to noticeable improved speeds (specially for low compression ratios).

  • np.datetime64 and other scalar objects that have __getitem__() are now supported in _eval_blocks(). PR #377. Thanks to apalepu23.

  • Vendored cpuinfo.py updated to 4.0.0 (ARM aarch64 is recognized now).

  • Allow setup.py to work even if not on Intel or ARM or PPC archs are found.

Release 1.2.0

  • Support for Python <= 2.6 or Python <= 3.4 has been deprecated.

  • C-Blosc internal sources updated to 1.14.2. Using a C-Blosc library > 1.14 is important for forward compatibility. For more info see: http://blosc.org/posts/new-forward-compat-policy/

Tagging 1.1.1 release

Changes from 1.1.0 to 1.1.1

  • Allow to delete all the columns in a ctable. Fixes #306.

  • Double-check the value of a column that is being overwritten. Fixes #307.

  • Use pkg_resources.parse_version() to test for version of packages. Fixes #322.

  • Now all the columns in a ctable are enforced to be a carray instance in order to simplify the internal logic for handling columns.

  • Now, the cparams are preserved during column replacement, e.g.:

    ct['f0'] = x + 1

    will continue to use the same cparams than the original column.

  • C-Blosc updated to 1.11.2.

  • Added a new defaults_ctx context so that users can select defaults easily without changing global behaviour. For example::

    with bcolz.defaults_ctx(vm="python", cparams=bcolz.cparams(clevel=0)): cout = bcolz.eval("(x + 1) < 0")

  • Fixed a crash occurring in ctable.todataframe() when both columns and orient='columns' were specified. PR #311. Thanks to Peter Quackenbush.

Changelog

Sourced from bcolz's changelog.

Changes from 1.2.1 to 1.2.2

#XXX version-specific blurb XXX#

Changes from 1.2.0 to 1.2.1

  • C-Blosc internal sources updated to 1.14.3. This basically means that internal Zstd sources are bumped to 1.3.4, which may lead to noticeable improved speeds (specially for low compression ratios).

  • np.datetime64 and other scalar objects that have __getitem__() are now supported in _eval_blocks(). PR #377. Thanks to apalepu23.

  • Vendored cpuinfo.py updated to 4.0.0 (ARM aarch64 is recognized now).

  • Allow setup.py to work even if not on Intel or ARM or PPC archs are found.

Changes from 1.1.2 to 1.2.0

  • Support for Python <= 2.6 or Python <= 3.4 has been deprecated.

  • C-Blosc internal sources updated to 1.14.2. Using a C-Blosc library

    1.14 is important for forward compatibility. For more info see: http://blosc.org/posts/new-forward-compat-policy/

Changes from 1.1.1 to 1.1.2

  • Updated setup.py to include Zstd codec in Blosc. Fixes #331.

Changes from 1.1.0 to 1.1.1

  • Allow to delete all the columns in a ctable. Fixes #306.

  • Double-check the value of a column that is being overwritten. Fixes #307.

  • Use pkg_resources.parse_version() to test for version of packages. Fixes #322.

  • Now all the columns in a ctable are enforced to be a carray instance in order to simplify the internal logic for handling columns.

... (truncated)

Commits
  • ce13717 Getting ready for 1.2.1 final
  • 79b68a1 More complete release notes for 1.2.1
  • fca8d9f New version of cpuinfo.py
  • e4b5fc4 cpuinfo.py updated to 4.0.0
  • ceeece2 Python 2.6 and 3.4 are not supported anymore
  • 207c940 Fix some benchmarks and port them to Python3
  • 21f3116 Internal C-Blosc sources bumped to 1.14.3
  • 2cdcd0f Merge pull request #377 from apalepu23/master
  • 475f9e1 removed unused test code
  • 1b4b5e3 test suite for np.datetime64 fetchwhere functionality
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bcolz](https://github.com/Blosc/bcolz) from 0.12.1 to 1.2.1.
- [Release notes](https://github.com/Blosc/bcolz/releases)
- [Changelog](https://github.com/Blosc/bcolz/blob/master/RELEASE_NOTES.rst)
- [Commits](Blosc/bcolz@0.12.1...1.2.1)

---
updated-dependencies:
- dependency-name: bcolz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants