Skip to content

Tags: meyda/meyda

Tags

v5.6.3

Toggle v5.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1637 from meyda/fix-web-bundle

fix(web bundle): use node resolve so fftjs is found

v5.6.2

Toggle v5.6.2's commit message
fix(engines): remove package.json engines

I'm proposing that we remove the "engines" field from package.json. We
first introduced this in response to a version of node being released
where the v8 dep had increased precision on floating point calculations,
throwing off feature extractors. We wanted to be able to catch when this
happened, and therefore be able to write in release notes when we add
support for new versions that users should pay attention to that.

That never happened again. And besides, that's something we can catch
simply by running our test suite on all current node versions (which
we will continue to do).

We have had a lot of friction when new node versions are released. Users
see the warning generated by npm on the `engines` compatibility and
sometimes they open a PR (or just an issue). Then I don't see it soon
enough (my GitHub notifications are untenable), and that's not great.
Better to just be rid of it.

I don't consider this to be a breaking change really, but I'm open to
being corrected!

Hope everyone reading this is having a wonderful 2023!

v5.6.1

Toggle v5.6.1's commit message
fix(build): run release build in node 18

Node 16 is no longer supported by Semantic Release

v5.6.0

Toggle v5.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1531 from meyda/add-node-19

v5.5.1

Toggle v5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1317 from meyda/dependabot/npm_and_yarn/npm-8.12.1

fix(deps): bump npm from 8.3.1 to 8.12.1

v5.5.0

Toggle v5.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1222 from jamesb93/feat/melBands

v5.4.0

Toggle v5.4.0's commit message
docs: add documentation for crest feature

v5.3.1

Toggle v5.3.1's commit message
fix(deps): bump three from 0.137.5 to 0.140.2

Bumps [three](https://github.com/mrdoob/three.js) from 0.137.5 to 0.140.2.
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

---
updated-dependencies:
- dependency-name: three
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v5.4.0-alpha.1

Toggle v5.4.0-alpha.1's commit message
fix(wip): wip

v6.0.0-beta.2

Toggle v6.0.0-beta.2's commit message
test(positiveflux): add tests for positive flux

also minor corrections in spectral flux and tests for that

re #1074