Try scaper v1.0.0rc1
See original GitHub issueHello!
I’ve just pushed scaper v1.0.0rc1 to pypi: pip install scaper==1.0.0rc1
This major update supports jams>=0.3.2, uses the scaper
namespace instead of sound_event
, and drops the dependency on pandas.
@lostanlen @Elizabeth-12324 @bmcfee @pseeth if you have the time it’d be great if you could give this pre-release a quick whirl and let me know if there are any issues before I push v1.0.0 out. Ideally I’d like to release the formal v1.0.0 within a week from today.
Things to note:
- Requires the latest jams release (0.3.2) due to the use of the new
scaper
namespace. - The change in namespace means you won’t be able to load jams files created with earlier versions of scaper. An easy fix is to manually edit the jams file replacing the value of the namespace field from
sound_event
toscaper
. The file should then load fine. - For windows users: if you install this RC in a fresh environment note you’ll have to manually install pysox v1.3.4 since it hasn’t yet been released on pypi: pinging @rabitt
Any/all feedback is welcome.
Cheers!!
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Releases · lorey/mlscraper - GitHub
Scrape data from HTML websites automatically by just providing examples - Releases · lorey/mlscraper.
Read more >open-telemetry/opentelemetry-go - Gitter
Hi Every one , i am new to open telemetry trying to write the trace to file , but there is no log...
Read more >http4s | PartialFlow
Scraper : It has all the scrapers and HTML parsers, in addition to the DB Repositories. ... The current version is v0.5 dependent...
Read more >CHANGELOG.md · 骑士救兵/plotly-py - Gitee.com
The sphinx-gallery scraper has been updated to work with different ... In particular, scripts which depend on try-except blocks containing network requests ...
Read more >Node.js ChangeLog - Google Git
Try cloning via git: , git+ssh: , and git+https: , in that order, when supported by the ... uv: Upgrade to v1.0.0-rc1; http_parser:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So far everything is working and no issues have occurred, scaper still functions as before.
Just released v1.0.0 on pip, closing.