Zarr
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Help
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# 2.13.4/2.14.0 Release notes BY AUTHOR * Fix bug that caused double counting of groups in ``groups()`` and ``group_keys()`` methods with V3 stores. By :user:`Ryan Abernathey <rabernat>` :issue:`1228`. .. _release_2.13.2: Maintenance ~~~~~~~~~~~ * Migrate to ``pyproject.toml`` and remove redundant infrastructure. By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1158`. * Require ``setuptools`` 64.0.0+ By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1193`. * Pin action versions (pypi-publish, setup-miniconda) for dependabot By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1205`. * Remove ``tox`` support By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1219`. * Add workflow to label PRs with "needs release notes". By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1239`. * Simplify if/else statement. By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1227`. * Get coverage up to 100%. By :user:`John Kirkham <jakirkham>` :issue:`1264`. * Migrate coverage to ``pyproject.toml``. By :user:`John Kirkham <jakirkham>` :issue:`1250`. * Use ``conda-incubator/setup-miniconda@v2.2.0``. By :user:`John Kirkham <jakirkham>` :issue:`1263`. * Delete unused files. By :user:`John Kirkham <jakirkham>` :issue:`1251`. FROM COMMIT LOG Feature ------- * lkajsdflaksdjfal;ksdjf;alskdjfa;lskdjf Bug --- Maintenance ----------- * Skip labeler for bot PRs user:`Saransh Chopra <github>`, issue:`1271` .... Fix minor indexing errors in tutorial and specification examples of documentation (#1277) (9 hours ago) <Kola Babalola> chore: update pre-commit hooks (#1278) (2 weeks ago) <pre-commit-ci[bot]> chore: update pre-commit hooks (#1273) (4 weeks ago) <pre-commit-ci[bot]> Workflow to label PRs with "needs release notes" (#1239) (5 weeks ago) <Saransh Chopra> Fix coverage (#1264) (5 weeks ago) <jakirkham> Use `conda-incubator/setup-miniconda@v2.2.0` (#1263) (5 weeks ago) <jakirkham> chore: update pre-commit hooks (#1262) (5 weeks ago) <pre-commit-ci[bot]> Add `.flake8` to configure Flake8 (#1249) (6 weeks ago) <jakirkham> Add missing newline at EOF (#1253) (6 weeks ago) <Dimitri Papadopoulos Orfanos> Update release.rst with maintenance PRs (#1252) (6 weeks ago) <Saransh Chopra> Consolidate `.coveragerc` into `pyproject.toml` (#1250) (7 weeks ago) <jakirkham> Delete unused files (#1251) (7 weeks ago) <jakirkham> updated docs/contributing.rst (#1243) (7 weeks ago) <AWA BRANDON AWA> Add `license_files` to `pyproject.toml` (#1247) (7 weeks ago) <jakirkham> Add documentation for find/findall using visit (#1241) (7 weeks ago) <Weddy Gikunda> fastpath _array_iter for array_keys (#1149) (7 weeks ago) <Joe Hamman> Remove `tox` support (#1219) (7 weeks ago) <Saransh Chopra> Apply some pyupgrade suggestions (#1225) (7 weeks ago) <Dimitri Papadopoulos Orfanos> Fix linting errors (#1226) (7 weeks ago) <Weddy Gikunda> update: added the link to main website on the sidebar (#1216) (7 weeks ago) <Stephanie_nkwatoh> Simplify if/else statement (#1227) (7 weeks ago) <Dimitri Papadopoulos Orfanos> Redundant wheel in pyproject.toml (#1233) (7 weeks ago) <Dimitri Papadopoulos Orfanos> Turned on isolated_build in tox.ini file (#1210) (8 weeks ago) <AWA BRANDON AWA> Flake8 (#1203) (9 weeks ago) <Dimitri Papadopoulos Orfanos> chore: update pre-commit hooks (#1198) (9 weeks ago) <pre-commit-ci[bot]> Use NumPy 1.20+ in `environment.yml` (#1201) (9 weeks ago) <jakirkham> Bump Numpty required version to 1.20 (#1192) (9 weeks ago) <Dimitri Papadopoulos Orfanos> Remove LGTM.com configuration file (#1191) (9 weeks ago) <Dimitri Papadopoulos Orfanos> Require `setuptools` 64.0.0+ (9 weeks ago) <Saransh Chopra> Tell codespell to skip `fixture` / fix pre-commit (#1197) (9 weeks ago) <Dimitri Papadopoulos Orfanos> Msgpack docs (#1188) (9 weeks ago) <Emmanuel Bolarinwa> Migrate to pyproject.toml + cleanup (#1158) (10 weeks ago) <Saransh Chopra> added license to docs and updated spec_v3 (#1182) (10 weeks ago) <AWA BRANDON AWA> updated installation documentation link in readme (#1177) (10 weeks ago) <AWA BRANDON AWA> Fixed typo error (#1178) (2 months ago) <zobbs-git> Refresh of the main landing page (#1173) (2 months ago) <Josh Moore> set docs confy.py language = 'en' (#1174) (2 months ago) <AWA BRANDON AWA> fix #1167: Added installation.rst to docs (#1170) (2 months ago) <AWA BRANDON AWA> adjustment of year in Docs (#1165) (2 months ago) <Emmanuel Bolarinwa> updated _Forking_the_repository_ section in contributing page (#1171) (2 months ago) <AWA BRANDON AWA> Update GitHub Actions (#1134) (2 months ago) <Dimitri Papadopoulos Orfanos> Done by author: Fix double counting V3 groups bug (#1268) (2 weeks ago) <Ryan Abernathey> ~~~~~~~~~~~ --- # Final Release Notes for 2.13.4/2.14.0 ### Major changes `NONE` ### Enhancements `NONE` ### Bug fixes * Fix bug that caused double counting of groups in ``groups()`` and ``group_keys()`` methods with V3 stores. By :user:`Ryan Abernathey <rabernat>` :issue:`1228`. * Remove unnecessary calling of `contains_array` for key that ended in `.array.json`. By :user:`Joe Hamman <jhamman>` :issue: `1149`. ### Documentation * Fix minor indexing errors in tutorial and specification examples of documentation. By :user:`Kola Babalola <sprynt001>` :issue: `1277`. * Add `requirements_rtfd.txt` in `contributing.rst`. By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1243`. * Add documentation for find/findall using visit By :user:`Weddy Gikunda <caviere>` :issue: `1241`. ### Maintenance * Migrate to ``pyproject.toml`` and remove redundant infrastructure. By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1158`. * Require ``setuptools`` 64.0.0+ By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1193`. * Pin action versions (pypi-publish, setup-miniconda) for dependabot By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1205`. * Remove ``tox`` support By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1219`. * Add workflow to label PRs with "needs release notes". By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1239`. * Simplify if/else statement. By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1227`. * Get coverage up to 100%. By :user:`John Kirkham <jakirkham>` :issue:`1264`. * Migrate coverage to ``pyproject.toml``. By :user:`John Kirkham <jakirkham>` :issue:`1250`. * Use ``conda-incubator/setup-miniconda@v2.2.0``. By :user:`John Kirkham <jakirkham>` :issue:`1263`. * Delete unused files. By :user:`John Kirkham <jakirkham>` :issue:`1251`. * Skip labeler for bot PRs By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1271`. * Restore Flake8 configuration By :user:`John Kirkham <jakirkham>` :issue: `1249`. * Add missing newline at EOF By :user:`Dimitri Papadopoulos` :issue: `1253`. * Add `license_files` to `pyproject.toml` By :user:`John Kirkham <jakirkham>` :issue: `1247`. * Adding `pyupgrade` suggestions By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1225`. * Fixed some linting errors. By :user:`Weddy Gikunda <caviere>` :issue: `1226`. * Added the link to main website in readthedocs sidebar. By :user:`Stephanie_nkwatoh <steph237>` :issue: `1216`. * Remove redudant wheel dependency in `pyproject.toml` By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1233`. * Turned on `isloated_build` in `tox.ini` file By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1210`. * Fixed `flake8` alert and avoid duplication of `Zarr Developers`. By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1203`. * Bump to NumPy 1.20+ in `environment.yml` By :user:`John Kirkham <jakirkham>` :issue: `1201`. * Bump to NumPy 1.20 in `pyproject.toml` By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1192`. * Remove LGTM (`.lgtm.yml`) configuration file By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1191`. * Codespell will skip `fixture` in pre-commit By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1197`. * Add msgpack in `requirements_rtfd.txt` By :user:`Emmanuel Bolarinwa <GbotemiB>` :issue: `1188`. * Added license to docs fixed a typo from `_spec_v2` to `_spec_v3`. By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1182`. * Fixed installation link in `README.md` By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1177`. * Fixed typos in `installation.rst` and `release.rst` By :user:`Chizoba Nweke <zobbs-git>` :issue: `1178`. * Refresh of the main landing page By :user:`Josh Moore <joshmoore>` :issue: `1173`. * Set `docs/conf.py` language to `en` By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1174`. * Added `installation.rst` to the docs By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1170`. * Adjustment of year to `2015-2018` to `2015-2022` in the docs By :user:`Emmanuel Bolarinwa <GbotemiB>` :issue: `1165`. * Updated `Forking the repository` section in `contributing.rst` By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1171`. * Updated GitHub actions By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1134`.

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully