Skip to content

Releases: chanzuckerberg/napari-hub

v22.05.0

05 May 16:36
082d64c
Compare
Choose a tag to compare

napari hub v22.05.0

We're happy to announce the release of the napari hub v22.05.0!

Improvements

Bug Fixes

New Features

Docs

New Contributors

v22.04.1

20 Apr 17:12
Compare
Choose a tag to compare

napari hub v22.04.1

We're happy to announce the release of the napari hub v22.04.1!

New Features

Improvements

v22.04.0

07 Apr 20:40
a3e247d
Compare
Choose a tag to compare

napari hub v22.04.0

We're happy to announce the release of the napari hub v22.04.0!

Switch to CalVer

You may have noticed that we jumped from v0.2.7 to v22.04.0. This is not a mistake and we did not release 22 major versions. 🤣

Starting with this release, we are switching to Calendar Versioning, or CalVer.

Our old way of versioning was SemVer, except we'd occasionally break the rules and add a 4th digit for patch releases. While this way of versioning makes sense for dependencies that need pinning, it didn't really make sense for the napari hub as a Software as a Service (SaaS). Since we're always releasing the latest and greatest version of the hub, there was no way to access older versions anyway. It also got confusing on when to use the major, minor, and patch numbers.

Calendar Versioning fits us better because now we no longer have to worry about the semantics of incrementing major, minor, and patch numbers. We just use the calendar date and increment a single number at the end of releases and patches that month. It'll also make it easier to automate releasing in the future.

We'll be using a versioning system similar to Ubuntu with the format: YY.0M.MICRO, where YY is the year and 0M is the month (with leading 0 for single digits), and MICRO is the number we increment for each release of that year and month.

image

We may revisit SemVer in the future for our public API, but until then we'll be using CalVer for this and future releases of the hub.

New Features

Bug Fixes

v0.2.7

10 Mar 18:54
f5f1f88
Compare
Choose a tag to compare

napari hub v0.2.7

We're happy to announce the release of the napari hub v0.2.7!

Improvement

  • correct cache path to use ~1 to represent root by @potating-potato in #432

v0.2.6

24 Feb 16:19
0ca9ac9
Compare
Choose a tag to compare

napari hub v0.2.6

We're happy to announce the release of the napari hub v0.2.6!

Improvements

  • only enable cache for prod api by @potating-potato in #426
  • Add API doc to our API root by @potating-potato in #427
  • update api doc by @potating-potato in #429

v0.2.5

10 Feb 19:01
1fa522a
Compare
Choose a tag to compare

napari hub v0.2.5

We're happy to announce the release of the napari hub v0.2.5!

Bug Fixes

Improvements

  • API access time improvements by @potating-potato in #424

v0.2.4.1

28 Jan 19:29
Compare
Choose a tag to compare

napari hub v0.2.4.1

We're happy to announce the release of the napari hub v0.2.4.1!

Bug fixes

Fix link for category pill by @codemonkey800 in #417

v0.2.4

27 Jan 19:08
c1d21d8
Compare
Choose a tag to compare

napari hub v0.2.4

We're happy to announce the release of the napari hub v0.2.4!

New Features

  • Enable category filters for staging and prod by @codemonkey800 in #406
  • add datadog integration by @potating-potato in #398

Bug fixes

Improvements

v0.2.3

13 Jan 22:27
7d15e9f
Compare
Choose a tag to compare

napari hub v0.2.3

We're happy to announce the release of the napari hub v0.2.3!

New Features

Bug fixes

Improvements

  • Update preview copy by @codemonkey800 in #373
  • Update test to use chanzuckerberg repo by @potating-potato in #380

v0.2.2

17 Dec 19:31
7ba8815
Compare
Choose a tag to compare

napari hub v0.2.2

We're happy to announce the release of the napari hub v0.2.2!

New Features

Bug fixes

Improvements